diff options
author | ben <ben@FreeBSD.org> | 2001-01-20 21:37:37 +0000 |
---|---|---|
committer | ben <ben@FreeBSD.org> | 2001-01-20 21:37:37 +0000 |
commit | d9b354393fd63e21745a470162948d3673aa6ef2 (patch) | |
tree | f98c5bdb890d6b5697ed8f431ee9c2819e5d439e /sbin | |
parent | adf34d0448eabce3dfc99d2ea3090e6b352d5099 (diff) | |
download | FreeBSD-src-d9b354393fd63e21745a470162948d3673aa6ef2.zip FreeBSD-src-d9b354393fd63e21745a470162948d3673aa6ef2.tar.gz |
Add 'netrange' parameter to 'range' command and fix a couple of typos.
PR: 23984
Submitted by: Jimmy Olgeni <olgeni@uli.it>
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index f3ca86f..28888ae 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -354,9 +354,9 @@ If the parameter is ommitted, 64 is used. .\" for .\" .Tn AFI .\" 37 type addresses. -.It Cm range +.It Cm range Ar netrange Under appletalk, set the interface to respond to a -.Em netrange. +.Em netrange of the form startnet-endnet. Appletalk uses this scheme instead of netmasks though @@ -401,7 +401,7 @@ media list will be included in the output. .Pp If .Fl L -flag is supplied, address lifetime is dislayed for IPv6 addresses, +flag is supplied, address lifetime is displayed for IPv6 addresses, as time offset string. .Pp Optionally, the |