diff options
author | jhb <jhb@FreeBSD.org> | 2000-07-12 17:58:19 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-07-12 17:58:19 +0000 |
commit | 97196fa3a13e134bf65ff8bebbe8203fd3660634 (patch) | |
tree | 80b2043787a201ad9e27db589b43bf4b6e7a8369 /sbin/ifconfig | |
parent | bfeca60861d558f00f396790e9c079aec1079f64 (diff) | |
download | FreeBSD-src-97196fa3a13e134bf65ff8bebbe8203fd3660634.zip FreeBSD-src-97196fa3a13e134bf65ff8bebbe8203fd3660634.tar.gz |
Note that "ether" is a supported address family for setting addresses.
Diffstat (limited to 'sbin/ifconfig')
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index e564010..fdce8f4 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -111,6 +111,7 @@ supported are .Dq inet , .Dq inet6 , .Dq atalk , +.Dq ether , .\" .Dq iso , and .Dq ipx . |