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
-/* $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 $ */
/*-
#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 */
* ^.....................^ ^..................^ ^........^
* \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).
.\" 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
(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
-.\" $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
\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.
.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
.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