diff options
author | 2014-12-03 20:15:37 +0000 | |
---|---|---|
committer | 2014-12-03 20:15:37 +0000 | |
commit | d2c068bfa2c463ab046949136181fe4ae4fe16b9 (patch) | |
tree | 0d3728229fcb7c0d679250b59ab9e43cea3eac96 | |
parent | Unhook rtsol(8) and rtsold(8) from the build. (diff) | |
download | wireguard-openbsd-d2c068bfa2c463ab046949136181fe4ae4fe16b9.tar.xz wireguard-openbsd-d2c068bfa2c463ab046949136181fe4ae4fe16b9.zip |
rtsol is gone
OK deraadt@
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 7 | ||||
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.8 | 5 | ||||
-rw-r--r-- | usr.sbin/rtadvd/rtadvd.conf.5 | 7 |
3 files changed, 8 insertions, 11 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 4dfb27932e2..7e214b3b416 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.247 2014/10/01 10:02:16 mpi Exp $ +.\" $OpenBSD: ifconfig.8,v 1.248 2014/12/03 20:15:37 florian 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: October 1 2014 $ +.Dd $Mdocdate: December 3 2014 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -293,8 +293,7 @@ on the given interface and remove all configured .Xr inet6 4 addresses, including the link-local ones. This is the default. -To turn inet6 on, use eui64, assign any inet6 address or run -.Xr rtsol 8 . +To turn inet6 on, use eui64, use autoconf or assign any inet6 address. .It Cm instance Ar minst Set the media instance to .Ar minst . diff --git a/usr.sbin/rtadvd/rtadvd.8 b/usr.sbin/rtadvd/rtadvd.8 index 980b26f33d8..8ea99e2973b 100644 --- a/usr.sbin/rtadvd/rtadvd.8 +++ b/usr.sbin/rtadvd/rtadvd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rtadvd.8,v 1.29 2012/08/18 15:40:30 jmc Exp $ +.\" $OpenBSD: rtadvd.8,v 1.30 2014/12/03 20:15:37 florian Exp $ .\" $KAME: rtadvd.8,v 1.18 2002/04/28 10:43:02 jinmei Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: August 18 2012 $ +.Dd $Mdocdate: December 3 2014 $ .Dt RTADVD 8 .Os .Sh NAME @@ -158,7 +158,6 @@ Contains the PID of the currently running .Ex -std rtadvd .Sh SEE ALSO .Xr rtadvd.conf 5 , -.Xr rtsol 8 , .Xr syslogd 8 .Sh HISTORY The diff --git a/usr.sbin/rtadvd/rtadvd.conf.5 b/usr.sbin/rtadvd/rtadvd.conf.5 index b062ca16796..748008235ce 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.33 2013/06/01 01:30:54 brad Exp $ +.\" $OpenBSD: rtadvd.conf.5,v 1.34 2014/12/03 20:15:37 florian Exp $ .\" $KAME: rtadvd.conf.5,v 1.46 2003/06/17 08:26:35 itojun Exp $ .\" .\" Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -28,7 +28,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: June 1 2013 $ +.Dd $Mdocdate: December 3 2014 $ .Dt RTADVD.CONF 5 .Os .Sh NAME @@ -376,8 +376,7 @@ ef0:\e .Ed .Sh SEE ALSO .Xr termcap 5 , -.Xr rtadvd 8 , -.Xr rtsol 8 +.Xr rtadvd 8 .Sh STANDARDS .Rs .%A R. Draves |