aboutsummaryrefslogtreecommitdiff
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2001-10-28 02:10:40 +0000
committerJosef Karthauser <joe@FreeBSD.org>2001-10-28 02:10:40 +0000
commit6e97e2e10fa908303fa6befb6935a9e613ecdc68 (patch)
treebc39261d7fccd034e474aa47cf4800f3acbbae54 /sbin/ipfw
parentdb5eede7cc839998c84230320cd81ec90d738877 (diff)
downloadsrc-6e97e2e10fa908303fa6befb6935a9e613ecdc68.tar.gz
src-6e97e2e10fa908303fa6befb6935a9e613ecdc68.zip
Remove some extraneous spaces from the usage message.
Notes
Notes: svn path=/head/; revision=85613
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c
index c7fa1d52c3b2..b31825117418 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -914,7 +914,7 @@ show_usage(void)
" {allow|permit|accept|pass|deny|drop|reject|unreach code|\n"
" reset|count|skipto num|divert port|tee port|fwd ip|\n"
" pipe num} [log [logamount count]]\n"
-" proto: {ip|tcp|udp|icmp| < number>}\n"
+" proto: {ip|tcp|udp|icmp|<number>}\n"
" src: from [not] {me|any|ip[{/bits|:mask}]} [{port[-port]}, [port], ...]\n"
" dst: to [not] {me|any|ip[{/bits|:mask}]} [{port[-port]}, [port], ...]\n"
" extras:\n"