summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2015-09-24 18:41:22 +0000
committerIngo Schwarze <schwarze@openbsd.org>2015-09-24 18:41:22 +0000
commit470366250d61bb7e6db9e4f8b6db377e3f4b6949 (patch)
tree6f5b068acf6e7c02b794b81d43ba485528855501
parent87626b96bf754763adeb68243fd8515b0558981d (diff)
downloadmandoc-470366250d61bb7e6db9e4f8b6db377e3f4b6949.tar.gz
typos; found and fixed by sobrado@
-rw-r--r--mdoc.72
-rw-r--r--roff.710
2 files changed, 6 insertions, 6 deletions
diff --git a/mdoc.7 b/mdoc.7
index 1726a1d7..67e9e1de 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -2267,7 +2267,7 @@ Examples:
\&.%A J. D. Ullman
\&.%B Introduction to Automata Theory, Languages, and Computation
\&.%I Addison-Wesley
-\&.%C Reading, Massachusettes
+\&.%C Reading, Massachusetts
\&.%D 1979
\&.Re
.Ed
diff --git a/roff.7 b/roff.7
index 4585c302..c542a547 100644
--- a/roff.7
+++ b/roff.7
@@ -1068,7 +1068,7 @@ COND evaluates to false.
.It
If the first character of COND is
.Sq r ,
-it evalutes to true if the rest of COND is the name of an existing
+it evaluates to true if the rest of COND is the name of an existing
number register; otherwise, it evaluates to false.
.It
If COND starts with a parenthesis or with an optionally signed
@@ -1342,7 +1342,7 @@ Currently unsupported.
Temporarily turn off line numbering.
Currently unsupported.
.Ss \&nop
-Exexute the rest of the input line as a request or macro line.
+Execute the rest of the input line as a request or macro line.
Currently unsupported.
.Ss \&nr
Define or change a register.
@@ -1584,7 +1584,7 @@ Set tab stops.
Takes an arbitrary number of arguments.
Currently unsupported.
.Ss \&tc
-Change tab repetion character.
+Change tab repetition character.
Currently unsupported.
.Ss \&TE
End a table context.
@@ -1684,7 +1684,7 @@ Notify on change of string or macro.
This is a Heirloom extension and currently ignored.
.Ss \&watchlength
On change, report the contents of macros and strings
-up to the sepcified length.
+up to the specified length.
This is a Heirloom extension and currently ignored.
.Ss \&watchn
Notify on change of register.
@@ -1779,7 +1779,7 @@ minimum (not available in C)
maximum (not available in C)
.El
.Pp
-There is no concept of precendence; evaluation proceeds from left to right,
+There is no concept of precedence; evaluation proceeds from left to right,
except when subexpressions are enclosed in parantheses.
Inside parentheses, whitespace is ignored.
.Sh ESCAPE SEQUENCE REFERENCE