diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-02-07 00:05:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-02-07 00:05:40 +0000 |
commit | bea884e67a09ab188814eef3116085166e42c444 (patch) | |
tree | 18ad41102534ed7a58264c9456b772648a8da1c5 /mdoc.7 | |
parent | 1b4ee06d0da0de19730fbbbea4827fad12cc5932 (diff) | |
download | mandoc-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.7 | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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. |