summaryrefslogtreecommitdiffstats
path: root/mdoc.7
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-02-07 00:05:40 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-02-07 00:05:40 +0000
commitbea884e67a09ab188814eef3116085166e42c444 (patch)
tree18ad41102534ed7a58264c9456b772648a8da1c5 /mdoc.7
parent1b4ee06d0da0de19730fbbbea4827fad12cc5932 (diff)
downloadmandoc-bea884e67a09ab188814eef3116085166e42c444.tar.gz
The macro .Ns has no effect at the beginning of an input line;
ok kristaps@ jmc@.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.710
1 files changed, 6 insertions, 4 deletions
diff --git a/mdoc.7 b/mdoc.7
index 3adfb256..c8f576ce 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,6 +1,6 @@
.\" $Id$
.\"
-.\" Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
+.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
@@ -283,11 +283,13 @@ a line.
By doing so, front-ends will be able to apply the proper amount of
spacing after the end of sentence (unescaped) period, exclamation mark,
or question mark followed by zero or more non-sentence closing
-delimiters (
-.Ns Sq \&) ,
+delimiters
+.Po
+.Sq \&) ,
.Sq \&] ,
.Sq \&' ,
-.Sq \&" ) .
+.Sq \&"
+.Pc .
.Pp
The proper spacing is also intelligently preserved if a sentence ends at
the boundary of a macro line.