diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-18 08:44:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-03-18 08:44:10 +0000 |
commit | 6bf8818813199b04124889ed2c9a9f7471166115 (patch) | |
tree | d3328590abe43ff4154a75170cf2a0721ca94368 /usr.sbin | |
parent | e593bfefe1f74a56690c4a81504293548dbd5ed7 (diff) |
ip address -> IP address;
rtadvd.conf(5): positve -> positive;
ok miod@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/authpf/authpf.8 | 4 | ||||
-rw-r--r-- | usr.sbin/dhcp/dhclient/dhclient-script.8 | 4 | ||||
-rw-r--r-- | usr.sbin/dhcp/dhclient/dhclient.conf.5 | 2 | ||||
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.conf.5 | 4 |
4 files changed, 7 insertions, 7 deletions
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 |