diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-25 10:51:55 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-25 10:51:55 +0000 |
commit | e75900a774004abde062c496e4c18e28708543e0 (patch) | |
tree | b6beff4b190ad2caa9e6ea9e634d3463d03eb684 /mandoc.1 | |
parent | fc9bc78e28ac02a4916711b1222932df9694727b (diff) | |
download | mandoc-e75900a774004abde062c496e4c18e28708543e0.tar.gz |
Language clarification in mandoc.1 (schwarze@openbsd.org).
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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 |