diff options
author | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2018-08-29 13:47:20 +0000 |
---|---|---|
committer | Jeremie Courreges-Anglas <jca@cvs.openbsd.org> | 2018-08-29 13:47:20 +0000 |
commit | c355476089316c6bf69e59a507d8fb09061ebf33 (patch) | |
tree | 74610682e67011735edf6b25fc22a8593c3dd61e /sbin | |
parent | 1ad2d53795ac2a353e0ebace8c277df99fea6a5f (diff) |
Better description for inet6 eui64, plus consistency tweaks
from Callum R. Davies, ok jmc@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 06e726b32e6..91f6d1c3e8f 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.317 2018/08/13 05:54:13 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.318 2018/08/29 13:47:19 jca Exp $ .\" $NetBSD: ifconfig.8,v 1.11 1996/01/04 21:27:29 pk Exp $ .\" $FreeBSD: ifconfig.8,v 1.16 1998/02/01 07:03:29 steve Exp $ .\" @@ -31,7 +31,7 @@ .\" .\" @(#)ifconfig.8 8.4 (Berkeley) 6/1/94 .\" -.Dd $Mdocdate: August 13 2018 $ +.Dd $Mdocdate: August 29 2018 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -122,7 +122,7 @@ a host name present in the host name database, .Xr hosts 5 ; .Dq dot notation (IPv4); -colon separated (IPv6); +colon-separated (IPv6); or CIDR notation. .It Ar dest_address Specify the address of the correspondent on the other end @@ -838,7 +838,7 @@ and Create a load balancing group consisting of up to 32 nodes. Each node is specified as a .Ar vhid:advskew -tuple in a comma separated list. +tuple in a comma-separated list. .It Cm carpdev Ar iface Attach to parent interface .Ar iface . @@ -1217,7 +1217,7 @@ Currently configured addresses will not be removed until they become invalid. .It Cm eui64 Fill the interface index -.Pq the lowermost 64th bit of an IPv6 address +.Pq the lowermost 64 bits of an IPv6 address automatically. .It Cm pltime Ar n Set preferred lifetime for the address, in seconds. |