diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2008-03-24 22:57:55 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2008-03-24 22:57:55 +0000 |
commit | 3d172894a5def46946cd90cd1e3326cca2ccbf3a (patch) | |
tree | 7de7219157d7b0c92bbf6553c4060603ff1b0626 | |
parent | 489290e9e92da96b9229f37598872a8d7183c63e (diff) |
Spell "blackhole" correctly and fix one grammar nit.
Notes
Notes:
svn path=/head/; revision=177588
-rw-r--r-- | usr.sbin/arp/arp.8 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/arp/arp.8 b/usr.sbin/arp/arp.8 index 32b46fd4265c..7850a5546252 100644 --- a/usr.sbin/arp/arp.8 +++ b/usr.sbin/arp/arp.8 @@ -28,7 +28,7 @@ .\" @(#)arp.8 8.1 (Berkeley) 6/6/93 .\" $FreeBSD$ .\" -.Dd August 17, 2006 +.Dd March 18, 2008 .Dt ARP 8 .Os .Sh NAME @@ -54,13 +54,13 @@ .Fl s Ar hostname ether_addr .Op Cm temp .Op Cm reject -.Op Cm backhole +.Op Cm blackhole .Op Cm pub Op Cm only .Nm .Fl S Ar hostname ether_addr .Op Cm temp .Op Cm reject -.Op Cm backhole +.Op Cm blackhole .Op Cm pub Op Cm only .Nm .Fl f Ar filename @@ -160,7 +160,7 @@ the host will be discarded and the sender will be notified the host is unreachable. The .Cm blackhole -keyword is similar in that traffic discarded but the sender is +keyword is similar in that traffic is discarded but the sender is not notified. These can be used to block external traffic to a host without using a firewall. |