aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 07:01:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-15 07:01:51 +0000
commit16ede3e649bf837494504cc2463707e031e36a4e (patch)
tree492a338034e26f2315df9a0095a5a81343f38ee8 /mdoc.7
parent164c2ced881cacd1340af5361de6bb6bf55b1b51 (diff)
downloadmandoc-16ede3e649bf837494504cc2463707e031e36a4e.tar.gz
mandoc-16ede3e649bf837494504cc2463707e031e36a4e.tar.zst
mandoc-16ede3e649bf837494504cc2463707e031e36a4e.zip
Documented EOS buffered spaces and added `]'.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.716
1 files changed, 12 insertions, 4 deletions
diff --git a/mdoc.7 b/mdoc.7
index 61190af5..d318dc42 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.106 2010/05/14 17:31:25 kristaps Exp $
+.\" $Id: mdoc.7,v 1.107 2010/05/15 07:01:51 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,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: May 14 2010 $
+.Dd $Mdocdate: May 15 2010 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -301,10 +301,18 @@ When composing a manual, make sure that your sentences end at the end of
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.
+or question mark followed by zero or more non-sentence closing
+delimiters (
+.Ns Sq \&) ,
+.Sq \&] ,
+.Sq \&' ,
+.Sq \&" ) .
.Pp
The proper spacing is also intelligently preserved if a sentence ends at
-the boundary of a macro line.
+the boundary of a macro line, e.g.,
+.Pp
+.D1 \&Xr mandoc 1 \.
+.D1 \&Fl T \&Ns \&Cm ascii \.
.Sh MANUAL STRUCTURE
A well-formed
.Nm