From 6e97e2e10fa908303fa6befb6935a9e613ecdc68 Mon Sep 17 00:00:00 2001 From: Josef Karthauser Date: Sun, 28 Oct 2001 02:10:40 +0000 Subject: [PATCH] Remove some extraneous spaces from the usage message. --- sbin/ipfw/ipfw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c index c7fa1d52c3b..b3182511741 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|}\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"