summaryrefslogtreecommitdiffstats
path: root/mdoc.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-08-19 13:07:22 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-08-19 13:07:22 +0000
commit98e74527a9bc170fd38d4f8612f7463ceff637ab (patch)
treef30821a866fb7c5b7cbbf5355145ba9221a3a77c /mdoc.7
parent570d1f7837ab059c7f6075679bd414035d0d3e7c (diff)
downloadmandoc-98e74527a9bc170fd38d4f8612f7463ceff637ab.tar.gz
Bring man.7's LANGUAGE SYNTAX in line with mdoc.7. While here, change
out the \*q escapes. Also fix some spelling typos in both manuals.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.74
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc.7 b/mdoc.7
index 9814be2f..6f08b510 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -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 ,