From: deraadt Date: Wed, 9 Apr 1997 02:28:26 +0000 (+0000) Subject: the the X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c6efd655fd22bc3eadc8b6b2aac3251d39e92e55;p=openbsd the the --- diff --git a/lib/libcurses/curs_insstr.3 b/lib/libcurses/curs_insstr.3 index 965c16fd4d4..7d99d50598f 100644 --- a/lib/libcurses/curs_insstr.3 +++ b/lib/libcurses/curs_insstr.3 @@ -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 diff --git a/lib/libedit/refresh.c b/lib/libedit/refresh.c index eb3151a6976..08bff2fcc94 100644 --- a/lib/libedit/refresh.c +++ b/lib/libedit/refresh.c @@ -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). diff --git a/lib/libm/man/j0.3 b/lib/libm/man/j0.3 index a8fd0406049..f7e954efb87 100644 --- a/lib/libm/man/j0.3 +++ b/lib/libm/man/j0.3 @@ -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 diff --git a/lib/libwrap/hosts_access.5 b/lib/libwrap/hosts_access.5 index feab610e485..a37636b1122 100644 --- a/lib/libwrap/hosts_access.5 +++ b/lib/libwrap/hosts_access.5 @@ -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. diff --git a/sbin/ipnat/ipnat.4 b/sbin/ipnat/ipnat.4 index 79ab09b5356..9bfa6f03158 100644 --- a/sbin/ipnat/ipnat.4 +++ b/sbin/ipnat/ipnat.4 @@ -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 diff --git a/share/man/man9/malloc.9 b/share/man/man9/malloc.9 index 66648de0ad4..796334179ec 100644 --- a/share/man/man9/malloc.9 +++ b/share/man/man9/malloc.9 @@ -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