summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2010-09-27 23:03:44 +0000
committerIngo Schwarze <schwarze@openbsd.org>2010-09-27 23:03:44 +0000
commit605947a26498b333ec8366a8567d08cd999dc5d9 (patch)
tree8dbfcc0c59693264d7b9ed77ee9e90cd88c2ee69 /mdoc_term.c
parent769e83f0d5d5a1e497dde635834dc228cfa2936c (diff)
downloadmandoc-605947a26498b333ec8366a8567d08cd999dc5d9.tar.gz
Merge from OpenBSD right after 1.10.6; now back to full sync.
* mdoc.c: blank lines outside literal mode are more similar to .sp than .Pp * backslashes do not terminate macros; partial revert of mdoc.c 1.164; the intention of that commit is fully achieved in roff.c * mdoc_term.c: no need to list the same prototype twice * mdoc_validate.c: drop .Pp before .sp just like .Pp before .Pp * fix off-by-one found by jsg@ with parfait, OpenBSD term_ps.c 1.12 ok kristaps@
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 9acd6f06..d0edd24d 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -81,7 +81,6 @@ static void termp_lb_post(DECL_ARGS);
static void termp_nm_post(DECL_ARGS);
static void termp_pf_post(DECL_ARGS);
static void termp_quote_post(DECL_ARGS);
-static void termp_quote_post(DECL_ARGS);
static void termp_sh_post(DECL_ARGS);
static void termp_ss_post(DECL_ARGS);