summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2017-03-10 18:28:12 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2017-03-10 18:28:12 +0000
commit26df45a8860189f4ec364324939cadda57080d61 (patch)
treef585d7b199c196ad3ef2d7d364d435d1572b11f8 /share/man
parentd586fb34dfe1822cef24b2f145c94ff26d96b844 (diff)
update the autoconfiguration section for ip6 to use "autoconf" rather
than "rtsol": the former is the new way to do things and showing two ways to do this is just confusing; ok bluhm
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/hostname.if.520
1 files changed, 11 insertions, 9 deletions
diff --git a/share/man/man5/hostname.if.5 b/share/man/man5/hostname.if.5
index 53f90bf53da..d6d957a6a2d 100644
--- a/share/man/man5/hostname.if.5
+++ b/share/man/man5/hostname.if.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hostname.if.5,v 1.64 2015/06/06 13:13:07 florian Exp $
+.\" $OpenBSD: hostname.if.5,v 1.65 2017/03/10 18:28:11 jmc Exp $
.\" $NetBSD: hosts.5,v 1.4 1994/11/30 19:31:20 jtc Exp $
.\"
.\" Copyright (c) 1983, 1991, 1993
@@ -30,7 +30,7 @@
.\"
.\" @(#)hosts.5 8.2 (Berkeley) 12/11/93
.\"
-.Dd $Mdocdate: June 6 2015 $
+.Dd $Mdocdate: March 10 2017 $
.Dt HOSTNAME.IF 5
.Os
.Sh NAME
@@ -229,7 +229,7 @@ A DHCP-configured network interface setup consists of
.Ed
.Pp
The above format has the following field values:
-.Bl -tag -width indent -offset indent
+.Bl -tag -width "optionsXXX" -offset indent
.It Li dhcp
The literal string
.Dq dhcp
@@ -248,17 +248,19 @@ Valid options for a particular interface type can be found in
.Pp
IPv6 stateless address autoconfiguration:
.Bd -ragged -offset indent
-.Li rtsol
+.Li inet6 autoconf
.Va options
.Ed
.Pp
The above format has the following field values:
-.Bl -tag -width indent -offset indent
-.It Li rtsol
+.Bl -tag -width "optionsXXX" -offset indent
+.It Li inet6
+The address family.
+.It Li autoconf
The literal string
-.Dq rtsol
-if the interface is to be configured using
-IPv6 stateless address autoconfiguration.
+.Dq autoconf ,
+to configure the interface
+using IPv6 stateless address autoconfiguration (SLAAC).
.It Va options
Miscellaneous options to set on the interface, e.g.,
.Dq media 100baseTX mediaopt full-duplex .