summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-25 10:51:55 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-25 10:51:55 +0000
commite75900a774004abde062c496e4c18e28708543e0 (patch)
treeb6beff4b190ad2caa9e6ea9e634d3463d03eb684
parentfc9bc78e28ac02a4916711b1222932df9694727b (diff)
downloadmandoc-e75900a774004abde062c496e4c18e28708543e0.tar.gz
Language clarification in mandoc.1 (schwarze@openbsd.org).
-rw-r--r--mandoc.17
1 files changed, 3 insertions, 4 deletions
diff --git a/mandoc.1 b/mandoc.1
index 174d81e3..b52a1e54 100644
--- a/mandoc.1
+++ b/mandoc.1
@@ -132,7 +132,7 @@ these rules are also applied to macro arguments when appropriate.
White-space, in non-literal (normal) mode, is stripped from input and
replaced on output by a single space. Thus, if you wish to preserve
multiple spaces, they must be space-escaped
-.Sq \e\ .
+.Sq \e\
or used in a literal display mode, e.g.,
.Sq \&.Bd \-literal
in
@@ -270,9 +270,8 @@ displays types are synonyms, as are \-filled and \-ragged.
Words aren't hyphenated.
.It
In normal mode (not a literal block), blocks of spaces aren't preserved,
-so double spaces following sentence closure
-.Pq Qq French spacing
-are reduced to a single space.
+so double spaces following sentence closure are reduced to a single space
+.Pq Dq French spacing .
.El
.\" SECTION
.Sh SEE ALSO