diff options
author | 2014-07-12 12:46:28 +0000 | |
---|---|---|
committer | 2014-07-12 12:46:28 +0000 | |
commit | 5fafa7c5976f5dec81976ae5f655cb374a6a43eb (patch) | |
tree | f9f91bc9550e1ae06d6de31fc390718e4d9fa9fc | |
parent | - rewrite register reading/writing to use octeon_xkphys_{read,write}_8 which (diff) | |
download | wireguard-openbsd-5fafa7c5976f5dec81976ae5f655cb374a6a43eb.tar.xz wireguard-openbsd-5fafa7c5976f5dec81976ae5f655cb374a6a43eb.zip |
tweak previous;
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index d1f9f1361d4..0449b9fd325 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.244 2014/07/11 16:41:51 henning Exp $ +.\" $OpenBSD: ifconfig.8,v 1.245 2014/07/12 12:46:28 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: July 11 2014 $ +.Dd $Mdocdate: July 12 2014 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -154,8 +154,10 @@ Disable the use of ARP. .It Cm autoconf Enable autoconfiguration. Valid for -.Xr inet6 -only, controls wether router advertisements will be accepted on this interface. +.Dq inet6 +only, +.Cm autoconf +controls whether router advertisements will be accepted on this interface. .It Fl autoconf Disable autoconfiguration. .It Cm broadcast Ar addr |