diff options
author | Andi Kleen <andi@firstfloor.org> | 2000-07-01 14:31:36 +0000 |
---|---|---|
committer | Andi Kleen <andi@firstfloor.org> | 2000-07-01 14:31:36 +0000 |
commit | 32b466d2b62095c538cd7c2c5893886acb68456a (patch) | |
tree | c9b2a37905bd50d6cececf3d5170dc7730a12a2a | |
parent | 3dfdf38d575edffbd862ea0facc80b9059184bdc (diff) | |
download | net-tools-32b466d2b62095c538cd7c2c5893886acb68456a.tar.gz net-tools-32b466d2b62095c538cd7c2c5893886acb68456a.tar.bz2 net-tools-32b466d2b62095c538cd7c2c5893886acb68456a.zip |
arp takes --numeric, not --umeric
Noticed by Hubert Mantel.
-rw-r--r-- | man/de_DE/arp.8 | 2 | ||||
-rw-r--r-- | man/en_US/arp.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/de_DE/arp.8 b/man/de_DE/arp.8 index f3632ad..debd879 100644 --- a/man/de_DE/arp.8 +++ b/man/de_DE/arp.8 @@ -57,7 +57,7 @@ Programm den Inhalt des ARP-Caches vollst\(:andig auszugeben. .B "\-v, \-\-verbose" Ausf\(:uhrlichere Ausgaben. .TP -.B "\-n, \-\-umeric" +.B "\-n, \-\-numeric" macht numerische Adressausgaben anstatt zu versuche, den symbolischen Rechner-, Port- oder Benutzernamen zu ermitteln. .TP diff --git a/man/en_US/arp.8 b/man/en_US/arp.8 index a28a87a..d859b46 100644 --- a/man/en_US/arp.8 +++ b/man/en_US/arp.8 @@ -56,7 +56,7 @@ program also allows a complete dump of the ARP cache. .B "\-v, \-\-verbose" Tell the user what is going on by being verbose. .TP -.B "\-n, \-\-umeric" +.B "\-n, \-\-numeric" shows numerical addresses instead of trying to determine symbolic host, port or user names. .TP |