aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit01ba7f6834f5bcf4fde01224829038c83865c393 (patch)
tree2bbc93365c387363de703dd30523a94100f2abb0 /mdoc.7
parentd893c561e63800ad96820c440c3baae9f772931f (diff)
downloadmandoc-01ba7f6834f5bcf4fde01224829038c83865c393.tar.gz
mandoc-01ba7f6834f5bcf4fde01224829038c83865c393.tar.zst
mandoc-01ba7f6834f5bcf4fde01224829038c83865c393.zip
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.76
1 files changed, 3 insertions, 3 deletions
diff --git a/mdoc.7 b/mdoc.7
index 0d1df00b..aeac29b0 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.204 2011/08/19 12:55:33 kristaps Exp $
+.\" $Id: mdoc.7,v 1.205 2011/08/19 13:07:22 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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 ,