aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit6423304214427083221f7c47da2e345207a0a85f (patch)
treec1989229964ebc40f3d04ff578bcb7d589df437d /mdoc.7
parent767fc8584f19cfc0b04f9395f95211bfdae21acd (diff)
downloadmandoc-6423304214427083221f7c47da2e345207a0a85f.tar.gz
mandoc-6423304214427083221f7c47da2e345207a0a85f.tar.zst
mandoc-6423304214427083221f7c47da2e345207a0a85f.zip
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.714
1 files changed, 8 insertions, 6 deletions
diff --git a/mdoc.7 b/mdoc.7
index b92803b8..0d0beeba 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,6 +1,6 @@
-.\" $Id: mdoc.7,v 1.178 2011/02/02 21:40:45 kristaps Exp $
+.\" $Id: mdoc.7,v 1.179 2011/02/07 00:05:40 schwarze Exp $
.\"
-.\" 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
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: February 2 2011 $
+.Dd $Mdocdate: February 7 2011 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -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.