From: deraadt Date: Tue, 10 Dec 1996 09:05:56 +0000 (+0000) Subject: "the the" purge X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=92623de05d2104eb8757ff4628643319e4411223;p=openbsd "the the" purge --- diff --git a/bin/ed/ed.1 b/bin/ed/ed.1 index 0f800555733..fb3b7003f13 100644 --- a/bin/ed/ed.1 +++ b/bin/ed/ed.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ed.1,v 1.2 1996/06/23 14:20:00 deraadt Exp $ +.\" $OpenBSD: ed.1,v 1.3 1996/12/10 09:05:56 deraadt Exp $ .\" $NetBSD: ed.1,v 1.13 1995/03/21 09:04:38 cgd Exp $ .\" .TH ED 1 "21 May 1993" @@ -169,7 +169,7 @@ and is legal wherever it makes sense. An address range is two addresses separated either by a comma or semi-colon. The value of the first address in a range cannot exceed the -value of the the second. If only one address is given in a range, then +value of the second. If only one address is given in a range, then the second address is set to the given address. If an .IR n- tuple of addresses is given where diff --git a/bin/stty/stty.1 b/bin/stty/stty.1 index 4771724a85c..1c643d434ee 100644 --- a/bin/stty/stty.1 +++ b/bin/stty/stty.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: stty.1,v 1.3 1996/06/23 14:21:52 deraadt Exp $ +.\" $OpenBSD: stty.1,v 1.4 1996/12/10 09:06:01 deraadt Exp $ .\" $NetBSD: stty.1,v 1.10 1995/09/07 06:57:14 jtc Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -305,7 +305,7 @@ The .Dv KILL character shall (shall not) visually erase the -the current line from the +current line from the display, if possible. .It Cm echonl Pq Fl echonl Echo (do not echo) diff --git a/games/sail/sail.6 b/games/sail/sail.6 index 6cb4638caed..bd095cb3888 100644 --- a/games/sail/sail.6 +++ b/games/sail/sail.6 @@ -256,7 +256,7 @@ any fleet were its "Ships of the Line", or "Line of Battle Ships". They were so named because these ships fought together in great lines. They were close enough for mutual support, yet every ship could fire both its broadsides. We get the modern words "ocean liner," or "liner," and "battleship" from -"ship of the line." The most common size was the the 74 gun two decked +"ship of the line." The most common size was the 74 gun two decked ship of the line. The two gun decks usually mounted 18 and 24 pounder guns. .PP The pride of the fleet were the first rates. These were huge three decked diff --git a/gnu/usr.bin/bc/bc.1 b/gnu/usr.bin/bc/bc.1 index f12931c55b0..5fc6296ab77 100644 --- a/gnu/usr.bin/bc/bc.1 +++ b/gnu/usr.bin/bc/bc.1 @@ -312,7 +312,7 @@ precision, some numbers may not be printable on a single output line. These long numbers will be split across lines using the "\e" as the last character on a line. The maximum number of characters printed per line is 70. Due to the interactive nature of \fBbc\fR printing -a number cause the side effect of assigning the printed value the the +a number cause the side effect of assigning the printed value the special variable \fBlast\fR. This allows the user to recover the last value printed without having to retype the expression that printed the number. Assigning to \fBlast\fR is legal and will @@ -331,7 +331,7 @@ The print statement (an extension) provides another method of output. The "list" is a list of strings and expressions separated by commas. Each string or expression is printed in the order of the list. No terminating newline is printed. Expressions are evaluated and their -value is printed and assigned the the variable \fBlast\fR. Strings +value is printed and assigned the variable \fBlast\fR. Strings in the print statement are printed to the output and may contain special characters. Special characters start with the backslash character (\e). The special characters recognized by \fBbc\fR are diff --git a/lib/libc/crypt/crypt.3 b/lib/libc/crypt/crypt.3 index f58c09963a4..65750c94bb4 100644 --- a/lib/libc/crypt/crypt.3 +++ b/lib/libc/crypt/crypt.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: crypt.3,v 1.4 1996/11/01 03:45:28 deraadt Exp $ +.\" $OpenBSD: crypt.3,v 1.5 1996/12/10 09:06:09 deraadt Exp $ .\" .\" FreeSec: libcrypt .\" @@ -67,7 +67,7 @@ is a string, typically a user's typed password. The second is in one of two forms: if it begins with an underscore (``_'') then an extended format is used -in interpreting both the the key and the setting, as outlined below. +in interpreting both the key and the setting, as outlined below. .Ss Extended crypt: .Pp The diff --git a/lib/libc/stdlib/calloc.3 b/lib/libc/stdlib/calloc.3 index 4b32c2e9dcf..13a912169c6 100644 --- a/lib/libc/stdlib/calloc.3 +++ b/lib/libc/stdlib/calloc.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: calloc.3,v 1.2 1996/08/19 08:33:26 tholo Exp $ +.\" $OpenBSD: calloc.3,v 1.3 1996/12/10 09:06:10 deraadt Exp $ .\" .Dd June 29, 1991 .Dt CALLOC 3 @@ -57,7 +57,7 @@ The space is initialized to all bits zero. The .Fn calloc function returns -a pointer to the +a pointer to the allocated space if successful; otherwise a null pointer is returned. .Sh SEE ALSO .Xr malloc 3 , diff --git a/lib/libc/string/memcmp.3 b/lib/libc/string/memcmp.3 index dfc63877b7d..34c5f608611 100644 --- a/lib/libc/string/memcmp.3 +++ b/lib/libc/string/memcmp.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: memcmp.3,v 1.2 1996/08/19 08:34:05 tholo Exp $ +.\" $OpenBSD: memcmp.3,v 1.3 1996/12/10 09:06:11 deraadt Exp $ .\" .Dd June 29, 1991 .Dt MEMCMP 3 @@ -60,7 +60,7 @@ bytes long. The .Fn memcmp function -returns zero if the the two strings are identical, +returns zero if the two strings are identical, otherwise returns the difference between the first two differing bytes (treated as unsigned char values, so that .Sq Li \e200 diff --git a/lib/libc/sys/mkdir.2 b/lib/libc/sys/mkdir.2 index 8f50d6e955e..dd305fb0d14 100644 --- a/lib/libc/sys/mkdir.2 +++ b/lib/libc/sys/mkdir.2 @@ -49,7 +49,7 @@ The directory .Fa path is created with the access permissions specified by .Fa mode -and restricted by the the +and restricted by the .Xr umask 2 of the calling process. .Pp diff --git a/libexec/rexecd/rexecd.8 b/libexec/rexecd/rexecd.8 index 271b8e73fbb..d9cc3afbd16 100644 --- a/libexec/rexecd/rexecd.8 +++ b/libexec/rexecd/rexecd.8 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)rexecd.8 6.5 (Berkeley) 3/16/91 -.\" $Id: rexecd.8,v 1.3 1996/07/28 06:38:33 deraadt Exp $ +.\" $Id: rexecd.8,v 1.4 1996/12/10 09:06:14 deraadt Exp $ .\" .Dd March 16, 1991 .Dt REXECD 8 @@ -115,7 +115,7 @@ The password is longer than 16 characters. The command line passed exceeds the size of the argument list (as configured into the system). .It Sy Login incorrect. -No password file entry for the user name existed or the +No password file entry for the user name existed or the wrong password was supplied. .It Sy \&No remote directory. The diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8 index 167c80af534..f7d530019a6 100644 --- a/sbin/fsck/fsck.8 +++ b/sbin/fsck/fsck.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsck.8,v 1.4 1996/12/04 08:49:05 deraadt Exp $ +.\" $OpenBSD: fsck.8,v 1.5 1996/12/10 09:06:16 deraadt Exp $ .\" $NetBSD: fsck.8,v 1.14 1996/10/03 20:08:29 christos Exp $ .\" .\" Copyright (c) 1996 Christos Zoulas. All rights reserved. @@ -45,7 +45,7 @@ The .Nm fsck command invokes filesystem-specific programs to check the -the special devices listed in the +special devices listed in the .Xr fstab 5 file or in the command line for consistency. The options are as follows: diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 7855c95dd9d..05dd2809e33 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.4 1996/11/02 00:40:48 millert Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.5 1996/12/10 09:06:17 deraadt Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -137,7 +137,7 @@ For UDP mount points, do not do a This must be used for servers that do not reply to requests from the standard NFS port number 2049. It may also be required for servers with more than one IP address (only necesary if replies come from -an address other than the one specified in the the mount request). +an address other than the one specified in the mount request). .It Fl d Turn off the dynamic retransmit timeout estimator. This may be useful for UDP mounts that exhibit high retry rates, diff --git a/share/man/man4/man4.i386/pctr.4 b/share/man/man4/man4.i386/pctr.4 index cfa8285afb4..157085726e6 100644 --- a/share/man/man4/man4.i386/pctr.4 +++ b/share/man/man4/man4.i386/pctr.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pctr.4,v 1.1 1996/08/16 00:02:54 dm Exp $ +.\" $OpenBSD: pctr.4,v 1.2 1996/12/10 09:06:24 deraadt Exp $ .\" .\" Pentium performance counter driver for OpenBSD. .\" Copyright 1996 David Mazieres . @@ -453,7 +453,7 @@ Number of bogus branches. Number of times BACLEAR is asserted. .El -Events marked /mesi require the the +Events marked /mesi require the .Dv P6CTR_UM_[MESI] bits in the .Em "unit mask" . \& diff --git a/share/man/man4/termios.4 b/share/man/man4/termios.4 index c3581acf1c5..8af099752a8 100644 --- a/share/man/man4/termios.4 +++ b/share/man/man4/termios.4 @@ -957,7 +957,7 @@ If is set and the input queue is full, subsequent input shall cause an .Tn ASCII .Dv BEL -character to be transmitted to the +character to be transmitted to the output queue. .Pp The initial input control value after open() is implementation defined. diff --git a/share/man/man4/tp.4 b/share/man/man4/tp.4 index e761caaa72c..d67251331df 100644 --- a/share/man/man4/tp.4 +++ b/share/man/man4/tp.4 @@ -484,7 +484,7 @@ This parameter applies only to class 4. Boolean. [true] .br -Boolean indicating the the use of checksums will be negotiated. +Boolean indicating the use of checksums will be negotiated. This parameter applies only to class 4. .It Ar p_use_nxpd Reserved for future use. diff --git a/share/man/man5/link.5 b/share/man/man5/link.5 index ad02f6346ba..929a421701f 100644 --- a/share/man/man5/link.5 +++ b/share/man/man5/link.5 @@ -423,7 +423,7 @@ run under control of a debugger. .It Fa dd_sym_loaded Set by the run-time linker whenever it adds symbols by loading shared objects. .It Fa dd_bpt_addr -The address were a breakpoint will be set by the the run-time linker to +The address were a breakpoint will be set by the run-time linker to divert control to the debugger. This address is determined by the start-up module, .Em crt0.o, diff --git a/usr.bin/cap_mkdb/cap_mkdb.1 b/usr.bin/cap_mkdb/cap_mkdb.1 index 29d3195235c..a831cdba376 100644 --- a/usr.bin/cap_mkdb/cap_mkdb.1 +++ b/usr.bin/cap_mkdb/cap_mkdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cap_mkdb.1,v 1.2 1996/06/26 05:31:48 deraadt Exp $ +.\" $OpenBSD: cap_mkdb.1,v 1.3 1996/12/10 09:06:27 deraadt Exp $ .\" $NetBSD: cap_mkdb.1,v 1.4 1995/03/26 03:59:36 glass Exp $ .\" .\" Copyright (c) 1992, 1993 @@ -86,7 +86,7 @@ that couldn't be expanded. .Pp The second type is a key which consists of one of the names from the first capability of the record with a data field consisting a special -byte followed by the the first capability of the record. +byte followed by the first capability of the record. The special byte is a 2. .Pp In normal operation names are looked up in the database, resulting diff --git a/usr.bin/cdio/cdio.1 b/usr.bin/cdio/cdio.1 index b8281954a94..51965e3fbc1 100644 --- a/usr.bin/cdio/cdio.1 +++ b/usr.bin/cdio/cdio.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cdio.1,v 1.5 1996/10/01 03:07:44 etheisen Exp $ +.\" $OpenBSD: cdio.1,v 1.6 1996/12/10 09:06:28 deraadt Exp $ .Dd July 3, 1995 .Dt CDIO 1 .Os OpenBSD 2.0 @@ -100,7 +100,7 @@ Play the left subtrack on both left and right channels. .It Cm volume Ar right Play the right subtrack on both left and right channels. .It Cm info -Print the the table of contents. +Print the table of contents. .It Cm status Print the information about the disc: the current playing status and position, diff --git a/usr.bin/hexdump/hexdump.1 b/usr.bin/hexdump/hexdump.1 index f6a386638de..f633aeae710 100644 --- a/usr.bin/hexdump/hexdump.1 +++ b/usr.bin/hexdump/hexdump.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hexdump.1,v 1.2 1996/06/26 05:34:18 deraadt Exp $ +.\" $OpenBSD: hexdump.1,v 1.3 1996/12/10 09:06:30 deraadt Exp $ .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -196,7 +196,7 @@ described in the C standard are supported: .Ed .El .Pp -Hexdump also supports the the following additional conversion strings: +Hexdump also supports the following additional conversion strings: .Bl -tag -width Fl .It Cm \&_a Ns Op Cm dox Display the input offset, cumulative across input files, of the @@ -264,7 +264,7 @@ The input is manipulated in ``blocks'', where a block is defined as the largest amount of data specified by any format string. Format strings interpreting less than an input block's worth of data, whose last format unit both interprets some number of bytes and does -not have a specified iteration count, have the the iteration count +not have a specified iteration count, have the iteration count incremented until the entire input block has been processed or there is not enough data remaining in the block to satisfy the format string. .Pp diff --git a/usr.bin/info_mkdb/info_mkdb.1 b/usr.bin/info_mkdb/info_mkdb.1 index d3c95370384..b8849cd2deb 100644 --- a/usr.bin/info_mkdb/info_mkdb.1 +++ b/usr.bin/info_mkdb/info_mkdb.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: info_mkdb.1,v 1.1 1996/07/22 03:16:30 tholo Exp $ +.\" $OpenBSD: info_mkdb.1,v 1.2 1996/12/10 09:06:31 deraadt Exp $ .\" .\" Copyright (c) 1996 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -80,7 +80,7 @@ that couldn't be expanded. .Pp The second type is a key which consists of one of the names from the first capability of the record with a data field consisting a special -byte followed by the the first capability of the record. +byte followed by the first capability of the record. The special byte is a 2. .Pp In normal operation names are looked up in the database, resulting diff --git a/usr.bin/newsyslog/newsyslog.8 b/usr.bin/newsyslog/newsyslog.8 index 272b12daaa0..a05de0abdce 100644 --- a/usr.bin/newsyslog/newsyslog.8 +++ b/usr.bin/newsyslog/newsyslog.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: newsyslog.8,v 1.2 1996/06/26 05:37:28 deraadt Exp $ +.\" $OpenBSD: newsyslog.8,v 1.3 1996/12/10 09:06:32 deraadt Exp $ .TH NEWSYSLOG 8 "January 12, 1989" "Project Athena" .ns .\" This file contains changes from the Open Software Foundation. @@ -110,7 +110,7 @@ account when determining when to trim the log file. The .I number of hours entry specifies the time separation between the trimming of the log -file. If this field is replaced by a ``*'', the the number of hours +file. If this field is replaced by a ``*'', the number of hours since the last time the log was trimmed will not be taken into consideration. .PP diff --git a/usr.bin/quota/quota.1 b/usr.bin/quota/quota.1 index 37e3242ad0f..66171337dd6 100644 --- a/usr.bin/quota/quota.1 +++ b/usr.bin/quota/quota.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: quota.1,v 1.3 1996/06/26 05:38:01 deraadt Exp $ +.\" $OpenBSD: quota.1,v 1.4 1996/12/10 09:06:34 deraadt Exp $ .\" Copyright (c) 1983, 1990, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -90,7 +90,7 @@ Only the super-user may use the flag and the optional .Ar user argument to view the limits of other users. -Non-super-users can use the the +Non-super-users can use the .Fl g flag and optional .Ar group diff --git a/usr.bin/telnet/telnet.1 b/usr.bin/telnet/telnet.1 index f2b1c4aef81..a3e99a67112 100644 --- a/usr.bin/telnet/telnet.1 +++ b/usr.bin/telnet/telnet.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: telnet.1,v 1.3 1996/07/03 14:01:56 niklas Exp $ +.\" $OpenBSD: telnet.1,v 1.4 1996/12/10 09:06:36 deraadt Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -1024,7 +1024,7 @@ commands. The .Ic slc command (Set Local Characters) is used to set -or change the state of the the special +or change the state of the special characters when the .Dv TELNET LINEMODE option has