"the the" purge
authorderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 09:05:56 +0000 (09:05 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 10 Dec 1996 09:05:56 +0000 (09:05 +0000)
22 files changed:
bin/ed/ed.1
bin/stty/stty.1
games/sail/sail.6
gnu/usr.bin/bc/bc.1
lib/libc/crypt/crypt.3
lib/libc/stdlib/calloc.3
lib/libc/string/memcmp.3
lib/libc/sys/mkdir.2
libexec/rexecd/rexecd.8
sbin/fsck/fsck.8
sbin/mount_nfs/mount_nfs.8
share/man/man4/man4.i386/pctr.4
share/man/man4/termios.4
share/man/man4/tp.4
share/man/man5/link.5
usr.bin/cap_mkdb/cap_mkdb.1
usr.bin/cdio/cdio.1
usr.bin/hexdump/hexdump.1
usr.bin/info_mkdb/info_mkdb.1
usr.bin/newsyslog/newsyslog.8
usr.bin/quota/quota.1
usr.bin/telnet/telnet.1

index 0f80055..fb3b700 100644 (file)
@@ -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
index 4771724..1c643d4 100644 (file)
@@ -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)
index 6cb4638..bd095cb 100644 (file)
@@ -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
index f12931c..5fc6296 100644 (file)
@@ -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
index f58c099..65750c9 100644 (file)
@@ -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
index 4b32c2e..13a9121 100644 (file)
@@ -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 ,
index dfc6387..34c5f60 100644 (file)
@@ -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
index 8f50d6e..dd305fb 100644 (file)
@@ -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
index 271b8e7..d9cc3af 100644 (file)
@@ -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 
index 167c80a..f7d5300 100644 (file)
@@ -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:
index 7855c95..05dd280 100644 (file)
@@ -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,
index cfa8285..1570857 100644 (file)
@@ -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 <dm@lcs.mit.edu>.
@@ -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" . \&
index c3581ac..8af0997 100644 (file)
@@ -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.
index e761caa..d672513 100644 (file)
@@ -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.
index ad02f63..929a421 100644 (file)
@@ -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,
index 29d3195..a831cdb 100644 (file)
@@ -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
index b828195..51965e3 100644 (file)
@@ -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,
index f6a3866..f633aea 100644 (file)
@@ -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
index d3c9537..b8849cd 100644 (file)
@@ -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
index 272b12d..a05de0a 100644 (file)
@@ -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
index 37e3242..6617133 100644 (file)
@@ -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
index f2b1c4a..a3e99a6 100644 (file)
@@ -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