diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-25 11:35:28 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-25 11:35:28 +0000 |
commit | ad225a6a2b6bfdf877e313273105ffa4a27043a0 (patch) | |
tree | a5502fcf39c7be72194cc3558ac1c79088c3e4a4 /mdoc.7 | |
parent | f9333a0cb6f32e7926d5a1c5c5db2bda85079da8 (diff) | |
download | mandoc-ad225a6a2b6bfdf877e313273105ffa4a27043a0.tar.gz |
Added note about whitespace being stripped from mdoc/man input and re-added in mandoc(1).
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -137,6 +137,12 @@ or a single one-character sequence. Characters may alternatively be escaped by a slash-asterisk, .Sq \e* , with the same combinations as described above. This form is deprecated. +.\" SUB-SECTION +.Ss Whitespace +Unless in literal mode or specifically escaped, consecutive blocks of +whitespace are pruned from input. These are later re-added, if +applicable, by a front-end utility such as +.Xr mandoc 1 . .\" SECTION .Sh STRUCTURE Each |