diff options
author | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2013-05-31 19:56:07 +0000 |
---|---|---|
committer | YASUOKA Masahiko <yasuoka@cvs.openbsd.org> | 2013-05-31 19:56:07 +0000 |
commit | aac6227b729931fcaf728dfe6eb363f690028d25 (patch) | |
tree | ce8eeedf4ae318f8a4d308c55f72c8b30ea5892c /sbin/ifconfig/ifconfig.8 | |
parent | cf2acb329c9737da4b477bbed93142c168266057 (diff) |
Correct the range checks in ifconfig properly for vhid, advbase and advskew.
Clarify about the ranges in the man page.
ok mpf mcbride
Diffstat (limited to 'sbin/ifconfig/ifconfig.8')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 7c678717875..9e436602579 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ifconfig.8,v 1.233 2013/03/14 11:18:37 mpi Exp $ +.\" $OpenBSD: ifconfig.8,v 1.234 2013/05/31 19:56:06 yasuoka 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: March 14 2013 $ +.Dd $Mdocdate: May 31 2013 $ .Dt IFCONFIG 8 .Os .Sh NAME @@ -769,11 +769,11 @@ interface: Set the base advertisement interval to .Ar n seconds. -This is an 8-bit number; the default value is 1 second. +Acceptable values are 0 to 254; the default value is 1 second. .It Cm advskew Ar n Skew the advertisement interval by .Ar n . -This is an 8-bit number; the default value is 0. +Acceptable values are 0 to 254; the default value is 0. .It Cm balancing Ar mode Set the load balancing mode to .Ar mode . |