diff options
author | 2017-03-20 13:47:40 +0000 | |
---|---|---|
committer | 2017-03-20 13:47:40 +0000 | |
commit | 9f38a75eb674fb7d2db913bb3c7148ba259260fb (patch) | |
tree | bf714db58b37f5ce21a9e20e8950388adf8e8928 | |
parent | document PPPOE_TERM_UNKNOWN_SESSIONS; ok sthen (diff) | |
download | wireguard-openbsd-9f38a75eb674fb7d2db913bb3c7148ba259260fb.tar.xz wireguard-openbsd-9f38a75eb674fb7d2db913bb3c7148ba259260fb.zip |
as suggested by mpi, be less particular documenting
where router adverts are coming from when describing autoconf;
rework the description a little;
ok mpi
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 325fe08c64f..f36b5719c28 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.278 2017/03/19 22:23:33 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.279 2017/03/20 13:47:40 jmc 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: March 19 2017 $ +.Dd $Mdocdate: March 20 2017 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -1139,11 +1139,11 @@ Set the IPv6 anycast address bit. .It Fl anycast Clear the IPv6 anycast address bit. .It Cm autoconf -Enable autoconfiguration. -If -.Cm autoconf -is enabled router advertisements are accepted on this interface and -the kernel sends periodic router solicitations from this interface. +Enable stateless autoconfiguration (SLAAC), +automatically configuring IPv6 addresses. +In this mode, +router advertisements are accepted +and periodic router solicitations are sent. .It Fl autoconf Disable autoconfiguration. .It Cm autoconfprivacy |