diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-11-29 06:20:04 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2004-11-29 06:20:04 +0000 |
commit | e4173539d675b3c69b75655a81a011021a1b6e5c (patch) | |
tree | f259b1724785e10073fd33c49dd61700a4b7aaba /usr.bin | |
parent | 1c9652681119cffbc7e6c4c88cb8b22241b0981f (diff) |
Spell precede correctly.
'looks fine' millert@, krw@. ok jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/indent/indent.c | 6 | ||||
-rw-r--r-- | usr.bin/less/less.hlp | 2 | ||||
-rw-r--r-- | usr.bin/make/PSD.doc/tutorial.ms | 6 | ||||
-rw-r--r-- | usr.bin/make/job.c | 4 | ||||
-rw-r--r-- | usr.bin/make/suff.c | 4 | ||||
-rw-r--r-- | usr.bin/tn3270/ctlr/api.h | 4 | ||||
-rw-r--r-- | usr.bin/vi/docs/USD.doc/vitut/vi.chars | 4 | ||||
-rw-r--r-- | usr.bin/xlint/lint1/emit.c | 6 |
8 files changed, 18 insertions, 18 deletions
diff --git a/usr.bin/indent/indent.c b/usr.bin/indent/indent.c index 15c5f13b0b6..49642d0c5fd 100644 --- a/usr.bin/indent/indent.c +++ b/usr.bin/indent/indent.c @@ -1,4 +1,4 @@ -/* $OpenBSD: indent.c,v 1.17 2003/06/26 21:43:07 deraadt Exp $ */ +/* $OpenBSD: indent.c,v 1.18 2004/11/29 06:20:03 jsg Exp $ */ /* * Copyright (c) 1980, 1993 @@ -43,7 +43,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "@(#)indent.c 5.17 (Berkeley) 6/7/93";*/ -static char rcsid[] = "$OpenBSD: indent.c,v 1.17 2003/06/26 21:43:07 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: indent.c,v 1.18 2004/11/29 06:20:03 jsg Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -762,7 +762,7 @@ check_type: if (ps.in_parameter_declaration) prefix_blankline_requested = 0; - if (ps.p_l_follow > 0) { /* check for preceeding unbalanced + if (ps.p_l_follow > 0) { /* check for preceding unbalanced * parens */ diag(1, "Unbalanced parens"); ps.p_l_follow = 0; diff --git a/usr.bin/less/less.hlp b/usr.bin/less/less.hlp index dd98a78a35e..872b798b58d 100644 --- a/usr.bin/less/less.hlp +++ b/usr.bin/less/less.hlp @@ -105,7 +105,7 @@ Most options may be changed either on the command line, or from within less by using the - or -- command. Options may be given in one of two forms: either a single - character preceded by a -, or a name preceeded by --. + character preceded by a -, or a name preceded by --. -? ........ --help Display help (from command line). diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index 0a911bdef03..2392e203eef 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -1,4 +1,4 @@ -.\" $OpenBSD: tutorial.ms,v 1.8 2004/07/19 16:41:36 millert Exp $ +.\" $OpenBSD: tutorial.ms,v 1.9 2004/11/29 06:20:03 jsg Exp $ .\" $NetBSD: tutorial.ms,v 1.3 1996/03/06 00:15:31 christos Exp $ .\" Copyright (c) 1988, 1989 by Adam de Boor .\" Copyright (c) 1989 by Berkeley Softworks @@ -2420,7 +2420,7 @@ the string must match starting at the beginning of the word. If ends with a .CW $ , the string must match to the end of the word (these two may be -combined to force an exact match). If a backslash preceeds these two +combined to force an exact match). If a backslash precedes these two characters, however, they lose their special meaning. Variable expansion also occurs in the normal fashion inside both the .I search-string @@ -2445,7 +2445,7 @@ character is replaced by the unless it is preceded by a backslash. You are allowed to use any character except colon or exclamation point to separate the two strings. This so-called -delimiter character may be placed in either string by preceeding it +delimiter character may be placed in either string by preceding it with a backslash. .IP T .Ix 0 def :T diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 937f9aa2144..469000e97ee 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: job.c,v 1.57 2004/07/19 02:10:47 espie Exp $ */ +/* $OpenBSD: job.c,v 1.58 2004/11/29 06:20:03 jsg Exp $ */ /* $NetBSD: job.c,v 1.16 1996/11/06 17:59:08 christos Exp $ */ /* @@ -1987,7 +1987,7 @@ end_loop: * Need to send the output to the screen. Null terminate it * first, overwriting the newline character if there was one. * So long as the line isn't one we should filter (according - * to the shell description), we print the line, preceeded + * to the shell description), we print the line, preceded * by a target banner if this target isn't the same as the * one for which we last printed something. * The rest of the data in the buffer are then shifted down diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index 82a92d6319d..41d2da89cec 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -1,5 +1,5 @@ /* $OpenPackages$ */ -/* $OpenBSD: suff.c,v 1.53 2004/06/19 13:34:30 robert Exp $ */ +/* $OpenBSD: suff.c,v 1.54 2004/11/29 06:20:03 jsg Exp $ */ /* $NetBSD: suff.c,v 1.13 1996/11/06 17:59:25 christos Exp $ */ /* @@ -757,7 +757,7 @@ Suff_GetPath(const char *sname) * The searchPath field of all the suffixes is extended by the * directories in dirSearchPath. If paths were specified for the * ".h" suffix, the directories are stuffed into a global variable - * called ".INCLUDES" with each directory preceeded by a -I. The same + * called ".INCLUDES" with each directory preceded by a -I. The same * is done for the ".a" suffix, except the variable is called * ".LIBS" and the flag is -L. *----------------------------------------------------------------------- diff --git a/usr.bin/tn3270/ctlr/api.h b/usr.bin/tn3270/ctlr/api.h index 8355649f973..1dfb078f776 100644 --- a/usr.bin/tn3270/ctlr/api.h +++ b/usr.bin/tn3270/ctlr/api.h @@ -1,4 +1,4 @@ -/* * $OpenBSD: api.h,v 1.3 2003/06/03 02:56:19 millert Exp $*/ +/* * $OpenBSD: api.h,v 1.4 2004/11/29 06:20:03 jsg Exp $*/ /*- * Copyright (c) 1988 The Regents of the University of California. * All rights reserved. @@ -321,7 +321,7 @@ typedef struct { #define FP_OFF(y) ((unsigned int)(((unsigned long)(y))&0xFFFF)) /* - * Undo the preceeding. + * Undo the preceding. */ #define SEG_OFF_BACK(x,y) (((x)<<16)|(y)) diff --git a/usr.bin/vi/docs/USD.doc/vitut/vi.chars b/usr.bin/vi/docs/USD.doc/vitut/vi.chars index 61092df7abc..c1f34de1a79 100644 --- a/usr.bin/vi/docs/USD.doc/vitut/vi.chars +++ b/usr.bin/vi/docs/USD.doc/vitut/vi.chars @@ -1,4 +1,4 @@ -.\" $OpenBSD: vi.chars,v 1.5 2004/01/24 12:29:13 jmc Exp $ +.\" $OpenBSD: vi.chars,v 1.6 2004/11/29 06:20:03 jsg Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -333,7 +333,7 @@ the end of the pattern forces the match to occur at the end of a line only. More extended pattern matching is available, see section 7.4; unless you set \fBnomagic\fR in your \fI\&.exrc\fR file you will have -to preceed the characters \fB. [ *\fR and \fB~\fR in the search pattern +to precede the characters \fB. [ *\fR and \fB~\fR in the search pattern with a \fB\e\fR to get them to work as you would naively expect (1.5, 2,2, 6.1, 7.2, 7.4). .iP "0" 15 diff --git a/usr.bin/xlint/lint1/emit.c b/usr.bin/xlint/lint1/emit.c index d1bff6ad212..400a329c4df 100644 --- a/usr.bin/xlint/lint1/emit.c +++ b/usr.bin/xlint/lint1/emit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: emit.c,v 1.5 2003/04/26 02:28:24 deraadt Exp $ */ +/* $OpenBSD: emit.c,v 1.6 2004/11/29 06:20:03 jsg Exp $ */ /* $NetBSD: emit.c,v 1.2 1995/07/03 21:24:00 cgd Exp $ */ /* @@ -33,7 +33,7 @@ */ #ifndef lint -static char rcsid[] = "$OpenBSD: emit.c,v 1.5 2003/04/26 02:28:24 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: emit.c,v 1.6 2004/11/29 06:20:03 jsg Exp $"; #endif #include <stdio.h> @@ -210,7 +210,7 @@ outint(i) /* * write the name of a symbol to the output buffer - * the name is preceeded by its length + * the name is preceded by its length */ void outname(name) |