From 78bebdfe144e0c61d47fea953c79e7c9a79415fe Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 12 May 2010 17:08:03 +0000 Subject: Put the eos-checker into libmandoc.h. Added bits in mdoc.7 and man.7 about EOS spacing. --- man.7 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'man.7') diff --git a/man.7 b/man.7 index a6995170..be85d90a 100644 --- a/man.7 +++ b/man.7 @@ -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 -- cgit