diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-30 22:51:33 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-12-30 22:51:33 +0000 |
commit | 2558753d2e1a7823a7df6d1220d6ba120b54c58e (patch) | |
tree | ecba2ab5ed16c6858bc3bef7b8db570a7d291bfb | |
parent | a3091721309cb7de72b8c2a9dd8ab75110e64ded (diff) |
Tweak the man page too.
Notes
Notes:
svn path=/head/; revision=5299
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 378444ed779f..6cdb45929e11 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -48,6 +48,8 @@ .Nm ifconfig .Ar interface .Op Ar protocol_family +.Nm ifconfig +.Ar -a .Sh DESCRIPTION .Nm Ifconfig is used to assign an address @@ -260,6 +262,11 @@ the hardware will be re-initialized. .Pp .Pp .Nm Ifconfig +.Ar -a +displays information on all interfaces. When followed by a configuration +parameter, will also set the configuration on all interfaces. +.Pp +.Nm Ifconfig displays the current configuration for a network interface when no optional parameters are supplied. If a protocol family is specified, |