summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-05-08 10:28:24 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-05-08 10:28:24 +0000
commit6c0afa1a84334c5789a65640bb1b9447e4644e34 (patch)
treeb1435122fb30a62905e4f5b7a0b3cdeb6fe47d95
parent9fe0c9008052e9a021fb5d5afac2fb2757e88320 (diff)
downloadmandoc-6c0afa1a84334c5789a65640bb1b9447e4644e34.tar.gz
Note that whitespace is really only the space character.
-rw-r--r--man.71
-rw-r--r--mdoc.73
2 files changed, 3 insertions, 1 deletions
diff --git a/man.7 b/man.7
index a9733a11..2c75dfd9 100644
--- a/man.7
+++ b/man.7
@@ -126,6 +126,7 @@ and
.Sq \ef
attributes are forgotten when entering or exiting a macro block.
.Ss Whitespace
+Whitespace consists of the space character.
In free-form lines, whitespace is preserved within a line; un-escaped
trailing spaces are stripped from input (unless in a literal context).
Blank free-form lines, which may include spaces, are permitted and
diff --git a/mdoc.7 b/mdoc.7
index d9c6b757..6ee6b3bb 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -181,9 +181,10 @@ and
.Sq \e*(Ba
.Pq vertical bar .
.Ss Whitespace
+Whitespace consists of the space character.
In free-form lines, whitespace is preserved within a line; un-escaped
trailing spaces are stripped from input (unless in a literal context).
-Blank free-form lines, which may include spaces, are only permitted
+Blank free-form lines, which may include whitespace, are only permitted
within literal contexts.
.Pp
In macro lines, whitespace delimits arguments and is discarded. If