the the
authorderaadt <deraadt@openbsd.org>
Wed, 9 Apr 1997 02:28:26 +0000 (02:28 +0000)
committerderaadt <deraadt@openbsd.org>
Wed, 9 Apr 1997 02:28:26 +0000 (02:28 +0000)
lib/libcurses/curs_insstr.3
lib/libedit/refresh.c
lib/libm/man/j0.3
lib/libwrap/hosts_access.5
sbin/ipnat/ipnat.4
share/man/man9/malloc.9

index 965c16f..7d99d50 100644 (file)
@@ -38,7 +38,7 @@ to be at every eighth column.  If a character in \fIstr\fR is another
 control character, it is drawn in the \fB^\fR\fIX\fR notation.
 Calling \fBwinch\fR after adding a control character (and moving to
 it, if necessary) does not return the control character, but instead
-returns a character in the the ^-representation of the control character.
+returns a character in the ^-representation of the control character.
 .SH RETURN VALUE
 All routines that return an integer return \fBERR\fR upon failure and OK (SVr4
 specifies only "an integer value other than \fBERR\fR") upon successful
index eb3151a..08bff2f 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: refresh.c,v 1.3 1997/03/14 05:12:59 millert Exp $     */
+/*     $OpenBSD: refresh.c,v 1.4 1997/04/09 02:28:31 deraadt Exp $     */
 /*     $NetBSD: refresh.c,v 1.2 1997/01/11 06:48:07 lukem Exp $        */
 
 /*-
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)refresh.c  8.1 (Berkeley) 6/4/93";
 #else
-static char rcsid[] = "$OpenBSD: refresh.c,v 1.3 1997/03/14 05:12:59 millert Exp $";
+static char rcsid[] = "$OpenBSD: refresh.c,v 1.4 1997/04/09 02:28:31 deraadt Exp $";
 #endif
 #endif /* not lint && not SCCSID */
 
@@ -616,7 +616,7 @@ re_update_line(el, old, new, i)
      * ^.....................^     ^..................^       ^........^ 
      * \new                  \nfd  \nsb               \nse     \nls    \ne
      * 
-     * fx is the difference in length between the the chars between nfd and
+     * fx is the difference in length between the chars between nfd and
      * nsb, and the chars between ofd and osb, and is thus the number of
      * characters to delete if < 0 (new is shorter than old, as above),
      * or insert (new is longer than short).
index a8fd040..f7e954e 100644 (file)
@@ -30,7 +30,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)j0.3 6.7 (Berkeley) 4/19/91
-.\"    $Id: j0.3,v 1.3 1997/04/05 04:18:50 tholo Exp $
+.\"    $Id: j0.3,v 1.4 1997/04/09 02:28:37 deraadt Exp $
 .\"
 .Dd April 19, 1991
 .Dt J0 3
@@ -125,7 +125,7 @@ value
 (expressed as a double).
 .Sh RETURN VALUES
 If these functions are successful,
-the computed value is returned, otherwise the the global variable
+the computed value is returned, otherwise the global variable
 .Va errno
 is set to EDOM or ERANGE.
 .Sh SEE ALSO
index feab610..a37636b 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: hosts_access.5,v 1.1 1997/02/26 03:06:52 downsj Exp $
+.\"    $OpenBSD: hosts_access.5,v 1.2 1997/04/09 02:28:33 deraadt Exp $
 .TH HOSTS_ACCESS 5
 .SH NAME
 hosts_access \- format of host access control files
@@ -13,7 +13,7 @@ An extended version of the access control language is described in the
 \fIhosts_options\fR(5) document. The extensions are turned on at
 program build time by building with -DPROCESS_OPTIONS.
 .PP
-In the following text, \fIdaemon\fR is the the process name of a
+In the following text, \fIdaemon\fR is the process name of a
 network daemon process, and \fIclient\fR is the name and/or address of
 a host requesting service. Network daemon process names are specified
 in the inetd configuration file.
index 79ab09b..9bfa6f0 100644 (file)
@@ -59,7 +59,7 @@ Recognised values for in_redir:
 .PP
 .LP
 \fBNAT statistics\fP
-Statistics on the the number of packets mapped, going in and out are kept,
+Statistics on the number of packets mapped, going in and out are kept,
 the number of times a new entry is added and deleted (through expiration) to
 the NAT table and the current usage level of the NAT table.
 .PP
index 66648de..7963341 100644 (file)
@@ -105,7 +105,7 @@ Currently, only one flag is defined.
 .Pp
 The
 .Fa type
-argument broadly identifies the the kernel subsystem for which the allocated
+argument broadly identifies the kernel subsystem for which the allocated
 memory was needed, and is commonly used to maintain statistics about
 kernel memory usage. The following types are currently defined:
 .Pp