aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2012-07-11 16:57:43 +0000
committerIngo Schwarze <schwarze@openbsd.org>2012-07-11 16:57:43 +0000
commitc5229a1040262fbfa34adb8a912bb5cd1681e69d (patch)
tree9aea814005c1088359a4123549a8efd048e89428 /mdoc_term.c
parent73fe8afeea7ced44f00ab0a5a25c42d5ee23800b (diff)
downloadmandoc-c5229a1040262fbfa34adb8a912bb5cd1681e69d.tar.gz
mandoc-c5229a1040262fbfa34adb8a912bb5cd1681e69d.tar.zst
mandoc-c5229a1040262fbfa34adb8a912bb5cd1681e69d.zip
fix position and formatting of %U;
OpenBSD rev. 1.104 and 1.145, respectively
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index eeda5537..49bd6d82 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.242 2012/07/10 14:38:51 schwarze Exp $ */
+/* $Id: mdoc_term.c,v 1.243 2012/07/11 16:57:43 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2012 Ingo Schwarze <schwarze@openbsd.org>
@@ -242,7 +242,7 @@ static const struct termact termacts[MDOC_MAX] = {
{ NULL, termp____post }, /* %Q */
{ termp_sp_pre, NULL }, /* br */
{ termp_sp_pre, NULL }, /* sp */
- { termp_under_pre, termp____post }, /* %U */
+ { NULL, termp____post }, /* %U */
{ NULL, NULL }, /* Ta */
};