summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man5/login.conf.56
-rw-r--r--usr.bin/sup/src/supservers.86
-rw-r--r--usr.sbin/authpf/authpf.84
-rw-r--r--usr.sbin/dhcp/dhclient/dhclient-script.84
-rw-r--r--usr.sbin/dhcp/dhclient/dhclient.conf.52
-rw-r--r--usr.sbin/rtadvd/rtadvd.conf.54
6 files changed, 13 insertions, 13 deletions
diff --git a/share/man/man5/login.conf.5 b/share/man/man5/login.conf.5
index c57b8c1ad30..1a1eaf6c0ea 100644
--- a/share/man/man5/login.conf.5
+++ b/share/man/man5/login.conf.5
@@ -30,7 +30,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $OpenBSD: login.conf.5,v 1.23 2003/03/11 08:11:08 jmc Exp $
+.\" $OpenBSD: login.conf.5,v 1.24 2003/03/18 08:44:09 jmc Exp $
.\" BSDI $From: login.conf.5,v 2.20 2000/06/26 14:50:38 prb Exp $
.\"
.Dd June 18, 2001
@@ -626,13 +626,13 @@ The name
will place in the utmp file
for the remote hostname.
.It Li local_addr
-The local ip address given to
+The local IP address given to
.Xr login 1
by the
.Fl L
option.
.It Li remote_addr
-The remote ip address given to
+The remote IP address given to
.Xr login 1
by the
.Fl R
diff --git a/usr.bin/sup/src/supservers.8 b/usr.bin/sup/src/supservers.8
index c831584379a..cfe81f21a03 100644
--- a/usr.bin/sup/src/supservers.8
+++ b/usr.bin/sup/src/supservers.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: supservers.8,v 1.7 2001/05/02 22:56:54 millert Exp $
+.\" $OpenBSD: supservers.8,v 1.8 2003/03/18 08:44:09 jmc Exp $
.\"
.\" Copyright (c) 1992 Carnegie Mellon University
.\" All Rights Reserved.
@@ -143,10 +143,10 @@ to increase (or decrease) this number.
The -O lockdir switch is used to make
.I supfilesrv
-allow only one active connection at a time from any client ip address.
+allow only one active connection at a time from any client IP address.
This is accomplished by each serving process obtaining exclusive lock,
and writing its process ID into a file in "lockdir" where the filename
-is the dotted decimal ip address of the connecting host. Any
+is the dotted decimal IP address of the connecting host. Any
connections from a client where a lock can not be obtained on such a file
will be rejected, limiting any client host to one connection at a time
to this sup server. This is useful for preventing problems where
diff --git a/usr.sbin/authpf/authpf.8 b/usr.sbin/authpf/authpf.8
index 4e6a1d6821a..7d67497137a 100644
--- a/usr.sbin/authpf/authpf.8
+++ b/usr.sbin/authpf/authpf.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: authpf.8,v 1.24 2003/03/11 09:24:57 jmc Exp $
+.\" $OpenBSD: authpf.8,v 1.25 2003/03/18 08:44:09 jmc Exp $
.\"
.\" Copyright (c) 2002 Bob Beck (beck@openbsd.org>. All rights reserved.
.\"
@@ -107,7 +107,7 @@ use the same format described in
The only difference is that these rules may (and probably should) use
the macro
.Em user_ip ,
-which is assigned the connecting ip address whenever
+which is assigned the connecting IP address whenever
.Nm
is run.
Additionally, the macro
diff --git a/usr.sbin/dhcp/dhclient/dhclient-script.8 b/usr.sbin/dhcp/dhclient/dhclient-script.8
index dca93160ff8..653e973f1eb 100644
--- a/usr.sbin/dhcp/dhclient/dhclient-script.8
+++ b/usr.sbin/dhcp/dhclient/dhclient-script.8
@@ -76,7 +76,7 @@ it an IP address at all. The interface name is passed in $interface,
and the media type in $medium.
.PP
If an IP alias has been declared in dhclient.conf, its address will be
-passed in $alias_ip_address, and that ip alias should be deleted from
+passed in $alias_ip_address, and that IP alias should be deleted from
the interface, along with any routes to it.
.SH ARPSEND
The DHCP client is requesting that an address that has been offered to
@@ -92,7 +92,7 @@ been requested and should be declined. $new_ip_address and
$interface are set as with ARPSEND.
.SH BOUND
The DHCP client has done an initial binding to a new address. The
-new ip address is passed in $new_ip_address, and the interface name is
+new IP address is passed in $new_ip_address, and the interface name is
passed in $interface. The media type is passed in $medium. Any
options acquired from the server are passed using the option name
described in \fBdhcp-options\fR, except that dashes ('-') are replaced
diff --git a/usr.sbin/dhcp/dhclient/dhclient.conf.5 b/usr.sbin/dhcp/dhclient/dhclient.conf.5
index 34f346f2f90..1f263f0fea9 100644
--- a/usr.sbin/dhcp/dhclient/dhclient.conf.5
+++ b/usr.sbin/dhcp/dhclient/dhclient.conf.5
@@ -338,7 +338,7 @@ interface should also be specified, although this is not required.
.PP
The
.B fixed-address
-statement is used to set the ip address of a particular lease. This
+statement is used to set the IP address of a particular lease. This
is required for all lease statements. The IP address must be
specified as a dotted quad (e.g., 12.34.56.78).
.PP
diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5
index a47cbaa7851..6b051cce2f3 100644
--- a/usr.sbin/rtadvd/rtadvd.conf.5
+++ b/usr.sbin/rtadvd/rtadvd.conf.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rtadvd.conf.5,v 1.15 2001/07/25 10:04:57 mpech Exp $
+.\" $OpenBSD: rtadvd.conf.5,v 1.16 2003/03/18 08:44:09 jmc Exp $
.\" $KAME: rtadvd.conf.5,v 1.32 2001/01/19 05:32:05 jinmei Exp $
.\"
.\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -158,7 +158,7 @@ for such prefixes.
The default value is 0.
.It Cm \&addrs
(num) Number of prefixes.
-Its default is 0, so it must explicitly be set to positve values
+Its default is 0, so it must explicitly be set to positive values
if you want to specify any prefix information option.
If its value is 0,
.Xr rtadvd 8