summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-25 11:35:28 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-25 11:35:28 +0000
commitad225a6a2b6bfdf877e313273105ffa4a27043a0 (patch)
treea5502fcf39c7be72194cc3558ac1c79088c3e4a4
parentf9333a0cb6f32e7926d5a1c5c5db2bda85079da8 (diff)
downloadmandoc-ad225a6a2b6bfdf877e313273105ffa4a27043a0.tar.gz
Added note about whitespace being stripped from mdoc/man input and re-added in mandoc(1).
-rw-r--r--man.76
-rw-r--r--mdoc.76
2 files changed, 12 insertions, 0 deletions
diff --git a/man.7 b/man.7
index 7b440202..e1a1cdb2 100644
--- a/man.7
+++ b/man.7
@@ -96,6 +96,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 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
diff --git a/mdoc.7 b/mdoc.7
index e018fa57..a280724c 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -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