From 97e72a8b47ff7de91c569c1c35e3ebba3e82bdc0 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sat, 13 Nov 2004 22:42:43 +0000 Subject: [PATCH] Spelling corrections. Submitted-by: Max Okumoto Taken-from: FreeBSD (2001/02/18 10:43:32) --- usr.bin/make/PSD.doc/tutorial.ms | 6 +++--- usr.bin/make/job.c | 4 ++-- usr.bin/make/parse.c | 4 ++-- usr.bin/make/suff.c | 4 ++-- usr.bin/make/targ.c | 4 ++-- 5 files changed, 11 insertions(+), 11 deletions(-) diff --git a/usr.bin/make/PSD.doc/tutorial.ms b/usr.bin/make/PSD.doc/tutorial.ms index cfa65a1be6..ffd92b2c96 100644 --- a/usr.bin/make/PSD.doc/tutorial.ms +++ b/usr.bin/make/PSD.doc/tutorial.ms @@ -36,7 +36,7 @@ .\" .\" @(#)tutorial.ms 8.1 (Berkeley) 8/18/93 .\" $FreeBSD: src/usr.bin/make/PSD.doc/tutorial.ms,v 1.8.2.2 2000/11/24 10:08:45 ru Exp $ -.\" $DragonFly: src/usr.bin/make/PSD.doc/tutorial.ms,v 1.2 2003/06/17 04:29:29 dillon Exp $ +.\" $DragonFly: src/usr.bin/make/PSD.doc/tutorial.ms,v 1.3 2004/11/13 22:42:43 dillon Exp $ .\" .so stubs .EH 'PSD:12-%''PMake \*- A Tutorial' @@ -603,7 +603,7 @@ likely freeze if you execute something that produces thousands of bytes of output (8 Kb is the limit on many UNIX systems). .LP The value of a variable may be retrieved by enclosing the variable -name in parentheses or curly braces and preceeding the whole thing +name in parentheses or curly braces and preceding the whole thing with a dollar sign. .LP For example, to set the variable CFLAGS to the string @@ -2641,7 +2641,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 d6cd54eeee..77a4d4b794 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -38,7 +38,7 @@ * * @(#)job.c 8.2 (Berkeley) 3/19/94 * $FreeBSD: src/usr.bin/make/job.c,v 1.17.2.2 2001/02/13 03:13:57 will Exp $ - * $DragonFly: src/usr.bin/make/job.c,v 1.13 2004/11/13 00:06:16 dillon Exp $ + * $DragonFly: src/usr.bin/make/job.c,v 1.14 2004/11/13 22:42:39 dillon Exp $ */ #ifndef OLD_JOKE @@ -1991,7 +1991,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/parse.c b/usr.bin/make/parse.c index 243b743978..eaf184d1a4 100644 --- a/usr.bin/make/parse.c +++ b/usr.bin/make/parse.c @@ -37,7 +37,7 @@ * * @(#)parse.c 8.3 (Berkeley) 3/19/94 * $FreeBSD: src/usr.bin/make/parse.c,v 1.22.2.2 2004/07/10 08:14:42 eik Exp $ - * $DragonFly: src/usr.bin/make/parse.c,v 1.11 2004/11/12 22:57:04 dillon Exp $ + * $DragonFly: src/usr.bin/make/parse.c,v 1.12 2004/11/13 22:42:39 dillon Exp $ */ /*- @@ -2273,7 +2273,7 @@ test_char: /* * Strip trailing blanks and tabs from the line. - * Do not strip a blank or tab that is preceeded by + * Do not strip a blank or tab that is preceded by * a '\' */ ep = line; diff --git a/usr.bin/make/suff.c b/usr.bin/make/suff.c index ac31070593..ad46db0d95 100644 --- a/usr.bin/make/suff.c +++ b/usr.bin/make/suff.c @@ -37,7 +37,7 @@ * * @(#)suff.c 8.4 (Berkeley) 3/21/94 * $FreeBSD: src/usr.bin/make/suff.c,v 1.12.2.2 2004/06/10 13:07:53 ru Exp $ - * $DragonFly: src/usr.bin/make/suff.c,v 1.10 2004/11/12 22:57:04 dillon Exp $ + * $DragonFly: src/usr.bin/make/suff.c,v 1.11 2004/11/13 22:42:39 dillon Exp $ */ /*- @@ -823,7 +823,7 @@ Suff_GetPath (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/make/targ.c b/usr.bin/make/targ.c index 86cf872ca1..b8866e8962 100644 --- a/usr.bin/make/targ.c +++ b/usr.bin/make/targ.c @@ -37,7 +37,7 @@ * * @(#)targ.c 8.2 (Berkeley) 3/19/94 * $FreeBSD: src/usr.bin/make/targ.c,v 1.10 1999/09/11 13:08:02 hoek Exp $ - * $DragonFly: src/usr.bin/make/targ.c,v 1.9 2004/11/12 22:57:04 dillon Exp $ + * $DragonFly: src/usr.bin/make/targ.c,v 1.10 2004/11/13 22:42:39 dillon Exp $ */ /*- @@ -578,7 +578,7 @@ TargPrintNode (void *gnp, void *passp) * 0. * * Side Effects: - * The name of each file is printed preceeded by #\t + * The name of each file is printed preceded by #\t * *----------------------------------------------------------------------- */ -- 2.35.2