diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-29 23:52:43 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-29 23:52:43 +0000 |
commit | 0d925cfda358e9042c94c2db98bcdcba43830080 (patch) | |
tree | 33fd1072bc599385aa3cbf0b3249448e8109a26e /sbin/ipfw/ipfw.8 | |
parent | ddfba9f1d055aa2c147d4176510cfc6ea46f2831 (diff) | |
download | FreeBSD-src-0d925cfda358e9042c94c2db98bcdcba43830080.zip FreeBSD-src-0d925cfda358e9042c94c2db98bcdcba43830080.tar.gz |
Fix a bunch of spelling errors.
Diffstat (limited to 'sbin/ipfw/ipfw.8')
-rw-r--r-- | sbin/ipfw/ipfw.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.8 b/sbin/ipfw/ipfw.8 index c78c07e..b191824 100644 --- a/sbin/ipfw/ipfw.8 +++ b/sbin/ipfw/ipfw.8 @@ -131,9 +131,9 @@ to .Dq src ) . .El .Pp -Each keyword will be recognized by the shortest unambigious prefix. +Each keyword will be recognized by the shortest unambiguous prefix. .Pp -Recognised +Recognized .Em protocols are: .Bl -hang -offset flag -width 123456 @@ -244,7 +244,7 @@ command can be given .Pp .Dl a[ccept] | d[eny] .Pp -to set default policy as denial/acceptance. Without an angument, the +to set default policy as denial/acceptance. Without an argument, the current policy status is displayed. .Sh EXAMPLES This command adds an entry which denies all tcp packets from |