Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Jun 2018 19:28:37 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r335732 - head/sbin/ifconfig
Message-ID:  <201806271928.w5RJSbIB049183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed Jun 27 19:28:37 2018
New Revision: 335732
URL: https://svnweb.freebsd.org/changeset/base/335732

Log:
  Fix description for the "autoconf" ifconfig(8) flag; it's an address
  property, not something you set for an interface.
  
  MFC after:	2 weeks

Modified:
  head/sbin/ifconfig/ifconfig.8

Modified: head/sbin/ifconfig/ifconfig.8
==============================================================================
--- head/sbin/ifconfig/ifconfig.8	Wed Jun 27 19:15:17 2018	(r335731)
+++ head/sbin/ifconfig/ifconfig.8	Wed Jun 27 19:28:37 2018	(r335732)
@@ -28,7 +28,7 @@
 .\"     From: @(#)ifconfig.8	8.3 (Berkeley) 1/5/94
 .\" $FreeBSD$
 .\"
-.Dd April 29, 2017
+.Dd June 27, 2018
 .Dt IFCONFIG 8
 .Os
 .Sh NAME
@@ -724,10 +724,6 @@ controls whether this flag is set by default or not.
 .It Cm -accept_rtadv
 Clear a flag
 .Cm accept_rtadv .
-.It Cm autoconf
-Set a flag to accept router advertisements on an interface.
-.It Fl autoconf
-Disable autoconfiguration.
 .It Cm no_radr
 Set a flag to control whether routers from which the system accepts
 Router Advertisement messages will be added to the Default Router List
@@ -800,6 +796,10 @@ Note that the address family keyword
 .Dq Li inet6
 is needed for them:
 .Bl -tag -width indent
+.It Cm autoconf
+Set the IPv6 autoconfigured address bit.
+.It Fl autoconf
+Clear the IPv6 autoconfigured address bit.
 .It Cm deprecated
 Set the IPv6 deprecated address bit.
 .It Fl deprecated



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806271928.w5RJSbIB049183>