diff options
-rw-r--r-- | man.7 | 1 | ||||
-rw-r--r-- | mdoc.7 | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -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 @@ -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 |