diff options
| author | soren <soren@NetBSD.org> | 2000-03-13 22:55:05 +0000 |
|---|---|---|
| committer | soren <soren@NetBSD.org> | 2000-03-13 22:55:05 +0000 |
| commit | 89c5a767f8fc7a4633b2d409966e2becbb98ff92 (patch) | |
| tree | 478a03635e0cf63ab282f636b0793b4dfbfca9bc /usr.bin | |
| parent | 3872dc30f7c2e5e67fa8c65e08ea48171ebaaf1a (diff) | |
Fix doubled 'the's.
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/compress/doc/NOTES | 2 | ||||
| -rw-r--r-- | usr.bin/elf2aout/elf2aout.c | 4 | ||||
| -rw-r--r-- | usr.bin/elf2ecoff/elf2ecoff.c | 4 | ||||
| -rw-r--r-- | usr.bin/less/less/screen.c | 4 | ||||
| -rw-r--r-- | usr.bin/lex/NEWS | 2 | ||||
| -rw-r--r-- | usr.bin/lex/misc.c | 4 | ||||
| -rw-r--r-- | usr.bin/mail/USD.doc/mail6.nr | 4 | ||||
| -rw-r--r-- | usr.bin/make/lst.lib/lstConcat.c | 8 | ||||
| -rw-r--r-- | usr.bin/vi/ex/ex_cd.c | 4 | ||||
| -rw-r--r-- | usr.bin/vi/vi/v_scroll.c | 4 | ||||
| -rw-r--r-- | usr.bin/vi/vi/vs_refresh.c | 6 | ||||
| -rw-r--r-- | usr.bin/xlint/lint1/decl.c | 4 | ||||
| -rw-r--r-- | usr.bin/xlint/lint1/mem1.c | 6 |
13 files changed, 28 insertions, 28 deletions
diff --git a/usr.bin/compress/doc/NOTES b/usr.bin/compress/doc/NOTES index 7c28c9c22b4..26181bf9bef 100644 --- a/usr.bin/compress/doc/NOTES +++ b/usr.bin/compress/doc/NOTES @@ -48,7 +48,7 @@ comprehensive survey of an area which will remain murky for some time. Until the dust clears, how you approach ideas which are patented depends on how paranoid you are of a legal onslaught. Arbitrary? Yes. But -the patent bar the the CCPA (Court of Customs and Patent Appeals) +the patent bar the CCPA (Court of Customs and Patent Appeals) thanks you for any uncertainty as they, at least, stand to gain from any trouble. diff --git a/usr.bin/elf2aout/elf2aout.c b/usr.bin/elf2aout/elf2aout.c index 41953cd89df..9fc769ca0e6 100644 --- a/usr.bin/elf2aout/elf2aout.c +++ b/usr.bin/elf2aout/elf2aout.c @@ -1,4 +1,4 @@ -/* $NetBSD: elf2aout.c,v 1.9 2000/01/11 20:33:21 is Exp $ */ +/* $NetBSD: elf2aout.c,v 1.10 2000/03/13 23:22:50 soren Exp $ */ /* * Copyright (c) 1995 @@ -322,7 +322,7 @@ translate_syms(out, in, symoff, symsize, stroff, strsize) /* Initialize the table pointer... */ nsp = newstrings; - /* Go the the start of the ELF symbol table... */ + /* Go the start of the ELF symbol table... */ if (lseek(in, symoff, SEEK_SET) < 0) { perror("translate_syms: lseek"); exit(1); diff --git a/usr.bin/elf2ecoff/elf2ecoff.c b/usr.bin/elf2ecoff/elf2ecoff.c index 43f35b19d67..788c22dd941 100644 --- a/usr.bin/elf2ecoff/elf2ecoff.c +++ b/usr.bin/elf2ecoff/elf2ecoff.c @@ -1,4 +1,4 @@ -/* $NetBSD: elf2ecoff.c,v 1.13 1999/11/02 21:13:18 drochner Exp $ */ +/* $NetBSD: elf2ecoff.c,v 1.14 2000/03/13 23:22:51 soren Exp $ */ /* * Copyright (c) 1997 Jonathan Stone @@ -409,7 +409,7 @@ copy(out, in, offset, size) char ibuf[4096]; int remaining, cur, count; - /* Go the the start of the ELF symbol table... */ + /* Go to the start of the ELF symbol table... */ if (lseek(in, offset, SEEK_SET) < 0) { perror("copy: lseek"); exit(1); diff --git a/usr.bin/less/less/screen.c b/usr.bin/less/less/screen.c index c1c5bf216cc..8c1431c617e 100644 --- a/usr.bin/less/less/screen.c +++ b/usr.bin/less/less/screen.c @@ -1,4 +1,4 @@ -/* $NetBSD: screen.c,v 1.9 1999/10/04 23:34:06 lukem Exp $ */ +/* $NetBSD: screen.c,v 1.10 2000/03/13 23:22:51 soren Exp $ */ /* * Copyright (c) 1984,1985,1989,1994,1995,1996,1999 Mark Nudelman @@ -2021,7 +2021,7 @@ clear_bot() /* * Clear bottom, but with the background color of the text - * window, not with background of stand-out color, so the the + * window, not with background of stand-out color, so the * bottom line stays stand-out only to the extent of prompt. */ gettextinfo(&txinfo); diff --git a/usr.bin/lex/NEWS b/usr.bin/lex/NEWS index 3e23e7d9f62..5374e395b0f 100644 --- a/usr.bin/lex/NEWS +++ b/usr.bin/lex/NEWS @@ -613,7 +613,7 @@ Changes between release 2.4.3 (03Dec93) and release 2.4.2: sources. One side-effect of this change is that -+ and -CF are now incompatible. - - libfl.a now supplies private versions of the the <string.h>/ + - libfl.a now supplies private versions of the <string.h>/ <strings.h> string routines needed by flex and the scanners it generates, to enhance portability to some BSD systems. diff --git a/usr.bin/lex/misc.c b/usr.bin/lex/misc.c index f1383fc8dcf..375de5c589a 100644 --- a/usr.bin/lex/misc.c +++ b/usr.bin/lex/misc.c @@ -26,7 +26,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ -/* $NetBSD: misc.c,v 1.9 1998/01/05 05:15:55 perry Exp $ */ +/* $NetBSD: misc.c,v 1.10 2000/03/13 23:22:51 soren Exp $ */ #include "flexdef.h" @@ -705,7 +705,7 @@ const char str[]; } -/* readable_form - return the the human-readable form of a character +/* readable_form - return the human-readable form of a character * * The returned string is in static storage. */ diff --git a/usr.bin/mail/USD.doc/mail6.nr b/usr.bin/mail/USD.doc/mail6.nr index d2bc881e33b..30e3d123345 100644 --- a/usr.bin/mail/USD.doc/mail6.nr +++ b/usr.bin/mail/USD.doc/mail6.nr @@ -1,4 +1,4 @@ -.\" $NetBSD: mail6.nr,v 1.4 1998/01/09 08:05:58 perry Exp $ +.\" $NetBSD: mail6.nr,v 1.5 2000/03/13 23:22:52 soren Exp $ .\" .\" Copyright (c) 1980, 1993 .\" The Regents of the University of California. All rights reserved. @@ -80,7 +80,7 @@ is a shorthand way of doing Use the .b \-v flag when invoking sendmail. This feature may also be enabled -by setting the the option "verbose". +by setting the option "verbose". .pp The following command line flags are also recognized, but are intended for use by programs invoking diff --git a/usr.bin/make/lst.lib/lstConcat.c b/usr.bin/make/lst.lib/lstConcat.c index 3ee7bd170a7..4ee068a90ef 100644 --- a/usr.bin/make/lst.lib/lstConcat.c +++ b/usr.bin/make/lst.lib/lstConcat.c @@ -1,4 +1,4 @@ -/* $NetBSD: lstConcat.c,v 1.8 1997/09/28 03:31:19 lukem Exp $ */ +/* $NetBSD: lstConcat.c,v 1.9 2000/03/13 23:22:52 soren Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -37,14 +37,14 @@ */ #ifdef MAKE_BOOTSTRAP -static char rcsid[] = "$NetBSD: lstConcat.c,v 1.8 1997/09/28 03:31:19 lukem Exp $"; +static char rcsid[] = "$NetBSD: lstConcat.c,v 1.9 2000/03/13 23:22:52 soren Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)lstConcat.c 8.1 (Berkeley) 6/6/93"; #else -__RCSID("$NetBSD: lstConcat.c,v 1.8 1997/09/28 03:31:19 lukem Exp $"); +__RCSID("$NetBSD: lstConcat.c,v 1.9 2000/03/13 23:22:52 soren Exp $"); #endif #endif /* not lint */ #endif @@ -70,7 +70,7 @@ __RCSID("$NetBSD: lstConcat.c,v 1.8 1997/09/28 03:31:19 lukem Exp $"); * SUCCESS if all went well. FAILURE otherwise. * * Side Effects: - * New elements are created and appended the the first list. + * New elements are created and appended the first list. *----------------------------------------------------------------------- */ ReturnStatus diff --git a/usr.bin/vi/ex/ex_cd.c b/usr.bin/vi/ex/ex_cd.c index ef51a8e7408..6cb79749f3f 100644 --- a/usr.bin/vi/ex/ex_cd.c +++ b/usr.bin/vi/ex/ex_cd.c @@ -1,4 +1,4 @@ -/* $NetBSD: ex_cd.c,v 1.8 1998/07/26 23:14:40 mycroft Exp $ */ +/* $NetBSD: ex_cd.c,v 1.9 2000/03/13 23:22:52 soren Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -150,7 +150,7 @@ ex_cdalloc(sp, str) * Empty strings specify ".". The only way to get an * empty string is a leading colon, colons in a row, * or a trailing colon. Or, to put it the other way, - * if the the length is zero, then it's either ":XXX", + * if the length is zero, then it's either ":XXX", * "XXX::XXXX" , "XXX:", or "", and the only failure * mode is the last one. Note, the string ":" gives * us two entries of '.', so we only include one of diff --git a/usr.bin/vi/vi/v_scroll.c b/usr.bin/vi/vi/v_scroll.c index be3b4ca213a..689d46816ba 100644 --- a/usr.bin/vi/vi/v_scroll.c +++ b/usr.bin/vi/vi/v_scroll.c @@ -1,4 +1,4 @@ -/* $NetBSD: v_scroll.c,v 1.7 1998/01/09 08:08:37 perry Exp $ */ +/* $NetBSD: v_scroll.c,v 1.8 2000/03/13 23:22:52 soren Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -337,7 +337,7 @@ v_hpagedown(sp, vp) * !!! * Historic vi did not move to the EOF if the screen couldn't move, i.e. * if EOF was already displayed on the screen. This implementation does - * move to EOF in that case, making ^F more like the the historic ^D. + * move to EOF in that case, making ^F more like the historic ^D. * * PUBLIC: int v_pagedown __P((SCR *, VICMD *)); */ diff --git a/usr.bin/vi/vi/vs_refresh.c b/usr.bin/vi/vi/vs_refresh.c index 31591e22560..038de704da8 100644 --- a/usr.bin/vi/vi/vs_refresh.c +++ b/usr.bin/vi/vi/vs_refresh.c @@ -1,4 +1,4 @@ -/* $NetBSD: vs_refresh.c,v 1.3 1999/07/08 06:09:04 dean Exp $ */ +/* $NetBSD: vs_refresh.c,v 1.4 2000/03/13 23:22:53 soren Exp $ */ /*- * Copyright (c) 1992, 1993, 1994 @@ -480,7 +480,7 @@ adjust: if (!O_ISSET(sp, O_LEFTRIGHT) && /* * Count up the widths of the characters. If it's a tab - * character, go do it the the slow way. + * character, go do it the slow way. */ for (cwtotal = 0; cnt--; cwtotal += KEY_LEN(sp, ch)) if ((ch = *(u_char *)p--) == '\t') @@ -518,7 +518,7 @@ adjust: if (!O_ISSET(sp, O_LEFTRIGHT) && /* * Count up the widths of the characters. If it's a tab - * character, go do it the the slow way. If we cross a + * character, go do it the slow way. If we cross a * screen boundary, we can quit. */ for (cwtotal = SCNO; cnt--;) { diff --git a/usr.bin/xlint/lint1/decl.c b/usr.bin/xlint/lint1/decl.c index 16b63e5103a..4635f05e32b 100644 --- a/usr.bin/xlint/lint1/decl.c +++ b/usr.bin/xlint/lint1/decl.c @@ -1,4 +1,4 @@ -/* $NetBSD: decl.c,v 1.15 1998/07/27 13:50:46 mycroft Exp $ */ +/* $NetBSD: decl.c,v 1.16 2000/03/13 23:22:53 soren Exp $ */ /* * Copyright (c) 1996 Christopher G. Demetriou. All Rights Reserved. @@ -1769,7 +1769,7 @@ compltag(tp, fmem) * * sym points to the enumerator * val is the value of the enumerator - * impl is 1 if the the value of the enumerator was not explicit specified. + * impl is 1 if the value of the enumerator was not explicit specified. */ sym_t * ename(sym, val, impl) diff --git a/usr.bin/xlint/lint1/mem1.c b/usr.bin/xlint/lint1/mem1.c index 2d89f5f0def..946d36024df 100644 --- a/usr.bin/xlint/lint1/mem1.c +++ b/usr.bin/xlint/lint1/mem1.c @@ -1,4 +1,4 @@ -/* $NetBSD: mem1.c,v 1.3 1998/02/22 15:40:40 christos Exp $ */ +/* $NetBSD: mem1.c,v 1.4 2000/03/13 23:22:53 soren Exp $ */ /* * Copyright (c) 1994, 1995 Jochen Pohl @@ -33,7 +33,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: mem1.c,v 1.3 1998/02/22 15:40:40 christos Exp $"); +__RCSID("$NetBSD: mem1.c,v 1.4 2000/03/13 23:22:53 soren Exp $"); #endif #include <sys/types.h> @@ -318,7 +318,7 @@ getnode() } /* - * Free all memory which is allocated by the the current expression. + * Free all memory which is allocated by the current expression. */ void tfreeblk() |
