diff options
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -176,7 +176,7 @@ In the rare case that a blank character is needed at the end of an input line, it may be forced by .Sq \e\ \e& . .Pp -In general, space characters can be considered as non-whitespace +In general, space characters can be rendered as literal characters by using non-breaking space escapes or .Sx Quotation . .Pp @@ -199,7 +199,7 @@ Examples: .It Li .Fn strlen \(dqconst char *s\(dq Group arguments .Qq const char *s -into one functinon argument. +into one function argument. If unspecified, .Qq const , .Qq char , |