aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-09-02 19:37:35 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-09-02 19:37:35 +0000
commit5bca53471f33910e615dfcf194ff65a4b3ed65fb (patch)
treeb3d33d993fa8bc453472678361489e56171a3f4e
parentf21285606b0d57aa3d8515806782f84e226a3af8 (diff)
downloadmandoc-5bca53471f33910e615dfcf194ff65a4b3ed65fb.tar.gz
mandoc-5bca53471f33910e615dfcf194ff65a4b3ed65fb.tar.zst
mandoc-5bca53471f33910e615dfcf194ff65a4b3ed65fb.zip
Fix typos and spelling errors found by demandoc -w | spell -b.
-rw-r--r--eqn.76
-rw-r--r--mdoc.710
-rw-r--r--roff.710
-rw-r--r--tbl.76
4 files changed, 16 insertions, 16 deletions
diff --git a/eqn.7 b/eqn.7
index 59592a68..be4df2bf 100644
--- a/eqn.7
+++ b/eqn.7
@@ -1,4 +1,4 @@
-.\" $Id: eqn.7,v 1.26 2011/08/18 08:58:43 kristaps Exp $
+.\" $Id: eqn.7,v 1.27 2011/09/02 19:37:35 kristaps Exp $
.\"
.\" Copyright (c) 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 18 2011 $
+.Dd $Mdocdate: September 2 2011 $
.Dt EQN 7
.Os
.Sh NAME
@@ -117,7 +117,7 @@ partial (partial differential), inf (infinity), >> (much greater), <<
The following control statements are available:
.Bl -tag -width Ds
.It Cm define
-Replace all occurances of a key with a value.
+Replace all occurrences of a key with a value.
Its syntax is as follows:
.Pp
.D1 define Ar key cvalc
diff --git a/mdoc.7 b/mdoc.7
index 97dd488a..5df8371b 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.207 2011/08/30 13:14:01 kristaps Exp $
+.\" $Id: mdoc.7,v 1.208 2011/09/02 19:37:35 kristaps Exp $
.\"
.\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 30 2011 $
+.Dd $Mdocdate: September 2 2011 $
.Dt MDOC 7
.Os
.Sh NAME
@@ -2302,7 +2302,7 @@ line itself; on following lines, only the
.Sx \&Ta
macro can be used to delimit cells, and
.Sx \&Ta
-is only recognized as a macro when called by other macros,
+is only recognised as a macro when called by other macros,
not as the first macro on a line.
.Pp
Note that quoted strings may span tab-delimited cells on an
@@ -3094,7 +3094,7 @@ Newer groff and mandoc print
and the arguments.
.It
.Sx \&Bl Fl column
-does not recognize trailing punctuation characters when they immediately
+does not recognise trailing punctuation characters when they immediately
precede tabulator characters, but treats them as normal text and
outputs a space before them.
.It
@@ -3206,7 +3206,7 @@ The following features are unimplemented in mandoc:
.Fl offset Ar center
and
.Fl offset Ar right .
-Groff does not implement centered and flush-right rendering either,
+Groff does not implement centred and flush-right rendering either,
but produces large indentations.
.It
The
diff --git a/roff.7 b/roff.7
index 7f84af32..55991a73 100644
--- a/roff.7
+++ b/roff.7
@@ -1,4 +1,4 @@
-.\" $Id: roff.7,v 1.31 2011/08/18 08:58:44 kristaps Exp $
+.\" $Id: roff.7,v 1.32 2011/09/02 19:37:35 kristaps Exp $
.\"
.\" Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
.\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 18 2011 $
+.Dd $Mdocdate: September 2 2011 $
.Dt ROFF 7
.Os
.Sh NAME
@@ -90,7 +90,7 @@ When called, they follow the same syntax as requests, except that
macro arguments may optionally be quoted by enclosing them
in double quote characters
.Pq Sq \(dq .
-To be recognized as the beginning of a quoted argument, the opening
+To be recognised as the beginning of a quoted argument, the opening
quote character must be preceded by a space character.
.Pp
A quoted argument may contain whitespace, and pairs of double quote
@@ -118,7 +118,7 @@ but quoting is usually better for clarity.
The
.Xr mandoc 1
.Nm
-parser recognizes the following requests.
+parser recognises the following requests.
Note that the
.Nm
language defines many more requests not implemented in
@@ -126,7 +126,7 @@ language defines many more requests not implemented in
.Ss \&ad
Set line adjustment mode.
This line-scoped request is intended to have one argument to select
-normal, left, right, or center adjustment for subsequent text.
+normal, left, right, or centre adjustment for subsequent text.
Currently, it is ignored including its arguments,
and the number of arguments is not checked.
.Ss \&am
diff --git a/tbl.7 b/tbl.7
index 461c77a8..fef44f27 100644
--- a/tbl.7
+++ b/tbl.7
@@ -1,4 +1,4 @@
-.\" $Id: tbl.7,v 1.14 2011/08/18 08:58:44 kristaps Exp $
+.\" $Id: tbl.7,v 1.15 2011/09/02 19:37:35 kristaps Exp $
.\"
.\" Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: August 18 2011 $
+.Dd $Mdocdate: September 2 2011 $
.Dt TBL 7
.Os
.Sh NAME
@@ -49,7 +49,7 @@ macro tags, whose precise syntax is documented in
Tables consist of a series of options on a single line, followed by the
table layout, followed by data.
.Pp
-For example, the following creates a boxed table with digits centered in
+For example, the following creates a boxed table with digits centred in
the cells.
.Bd -literal -offset indent
\&.TS