diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-04-12 19:30:45 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-04-12 19:30:45 +0000 |
commit | fbb161ff0c8cb84f1cf26a103d2ebc7cb27c6c96 (patch) | |
tree | 8c6e5138899687469e6b9f2580ba65d8a21c1b5a | |
parent | 1ef13320910faa7500c45bb10ef6ae0f340a672a (diff) | |
download | mandoc-fbb161ff0c8cb84f1cf26a103d2ebc7cb27c6c96.tar.gz |
Spelling "preceed" -> "precede" (naddy).
-rw-r--r-- | man.c | 2 | ||||
-rw-r--r-- | mandoc.1 | 2 | ||||
-rw-r--r-- | mdoc.7 | 4 |
3 files changed, 4 insertions, 4 deletions
@@ -379,7 +379,7 @@ out: if (fl) { /* * A NLINE macro has been immediately followed with - * another. Close out the preceeding macro's scope, and + * another. Close out the preceding macro's scope, and * continue. */ assert(MAN_ROOT != m->last->type); @@ -125,7 +125,7 @@ is not followed by a space. Closing punctuation and .Sq \&} .Pc -is not preceeded by whitespace. +is not preceded by whitespace. .Pp If the input is .Xr mdoc 7 , @@ -494,7 +494,7 @@ lists will restart the sequence only for the sub-list. .\" LIST-ITEM .It .Sq \&.It \-column -syntax where column widths may be preceeded by other arguments (instead +syntax where column widths may be preceded by other arguments (instead of proceeded) is not supported. .\" LIST-ITEM .It @@ -560,7 +560,7 @@ which ostensibly follows it, should follow the same convention as .It .Sq \&.Va should formalise that only one or two arguments are acceptable: a -variable name and optional, preceeding type. +variable name and optional, preceding type. .\" LIST-ITEM .It .Sq \&.Fd |