diff options
author | charnier <charnier@FreeBSD.org> | 1997-09-03 06:32:31 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 1997-09-03 06:32:31 +0000 |
commit | 92653f0787150e32baac88c5108086bd8098c21b (patch) | |
tree | 520affa07d15fbff58bf1c96b27ee1c2e52f0f55 /usr.sbin/arp/arp.8 | |
parent | a3da742b720ece80ed4005604fd18ff802db1bf2 (diff) | |
download | FreeBSD-src-92653f0787150e32baac88c5108086bd8098c21b.zip FreeBSD-src-92653f0787150e32baac88c5108086bd8098c21b.tar.gz |
Use err(3). Document -n flag from OpenBSD.
Obtained from: OpenBSD.
Diffstat (limited to 'usr.sbin/arp/arp.8')
-rw-r--r-- | usr.sbin/arp/arp.8 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 5b7b6bd..fc7df53 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -39,8 +39,10 @@ .Nd address resolution display and control .Sh SYNOPSIS .Nm arp +.Op Fl n .Ar hostname .Nm arp +.Op Fl n .Fl a .Nm arp .Fl d Ar hostname @@ -56,7 +58,7 @@ .Fl f Ar filename .Sh DESCRIPTION The -.Nm arp +.Nm program displays and modifies the Internet-to-Ethernet address translation tables used by the address resolution protocol .Pq Xr arp 4 . @@ -79,6 +81,10 @@ A super-user may delete an entry for the host called with the .Fl d flag. +.It Fl n +Show network addresses as numbers (normally +.Nm +attempts to display addresses symbolically). .It Fl s Ar hostname ether_addr Create an .Tn ARP |