diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-10-26 07:10:55 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-10-26 07:10:55 +0000 |
commit | 35a85c7872930f0674596f8e9f825efca7f19afe (patch) | |
tree | f493d4c1290e862a134ce2f4f591b38e1fa73984 | |
parent | c6b42d432956ee55597db9ebf1670c0be333f1fb (diff) |
"advbase" is the correct operand.
diff from Daniel Cavanagh <nofsk@vtown.com.au>
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 5d9fbdacb3d..cc797197041 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.70 2003/10/18 12:26:37 jmc Exp $ +.\" $OpenBSD: ifconfig.8,v 1.71 2003/10/26 07:10:54 mcbride 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 $ .\" @@ -332,7 +332,7 @@ clears its vlan tag, flags and its link address and shuts the interface down. If the driver is a carp pseudo-device, set the virtual host ID to .Ar n . Acceptable values are 1 to 255. -.It Cm advintv Ar n +.It Cm advbase Ar n If the driver is a carp pseudo-device, set the base advertisement interval to .Ar n seconds. |