aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.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 /man.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 'man.7')
-rw-r--r--man.78
1 files changed, 7 insertions, 1 deletions
diff --git a/man.7 b/man.7
index c893f2f0..d4c4a68b 100644
--- a/man.7
+++ b/man.7
@@ -1,4 +1,4 @@
-.\" $Id: man.7,v 1.68 2010/05/12 16:52:33 kristaps Exp $
+.\" $Id: man.7,v 1.69 2010/05/12 17:08:03 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -212,6 +212,12 @@ this differs from
.Xr mdoc 7 ,
which, if a unit is not provided, will instead interpret the string as
literal text.
+.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, or question
+mark.
.Sh MANUAL STRUCTURE
Each
.Nm