summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-12 17:08:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-12 17:08:03 +0000
commit656e7e24eaab5e2a55266792dc96f1dda724ae25 (patch)
tree6ea05b6ab69313edba6b09b7764c4970afb590e6 /mdoc.7
parent86655cfd384a1fafb7e617962efa806115a2bc51 (diff)
downloadmandoc-656e7e24eaab5e2a55266792dc96f1dda724ae25.tar.gz
mandoc-656e7e24eaab5e2a55266792dc96f1dda724ae25.tar.zst
mandoc-656e7e24eaab5e2a55266792dc96f1dda724ae25.zip
Put the eos-checker into libmandoc.h.
Added bits in mdoc.7 and man.7 about EOS spacing.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.78
1 files changed, 7 insertions, 1 deletions
diff --git a/mdoc.7 b/mdoc.7
index d2c6762d..3005b492 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.100 2010/05/12 16:45:18 kristaps Exp $
+.\" $Id: mdoc.7,v 1.101 2010/05/12 17:08:03 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -296,6 +296,12 @@ or
is necessarily non-portable across output media.
See
.Sx COMPATIBILITY .
+.Ss Sentence Spacing
+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.
.Sh MANUAL STRUCTURE
A well-formed
.Nm