summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw/ipfw.c
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>1999-06-02 05:59:48 +0000
committerru <ru@FreeBSD.org>1999-06-02 05:59:48 +0000
commitb1cc23e0b1caebe09c2397f33af0e2092d240876 (patch)
treedc0a70fb4920cc05aa530327eb0d4bc32c64dd24 /sbin/ipfw/ipfw.c
parent32b616a48e67944eea9704d712d8cc7adc80bfb3 (diff)
downloadFreeBSD-src-b1cc23e0b1caebe09c2397f33af0e2092d240876.zip
FreeBSD-src-b1cc23e0b1caebe09c2397f33af0e2092d240876.tar.gz
Spelling corrections for dummynet.
Reviewed by: des,luigi
Diffstat (limited to 'sbin/ipfw/ipfw.c')
-rw-r--r--sbin/ipfw/ipfw.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c
index 5d7bdf0..22332f1 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -20,7 +20,7 @@
#ifndef lint
static const char rcsid[] =
- "$Id$";
+ "$Id: ipfw.c,v 1.67 1999/05/29 08:12:38 kris Exp $";
#endif /* not lint */
@@ -579,7 +579,7 @@ show_usage(const char *fmt, ...)
" [pipe] list [number ...]\n"
" [pipe] show [number ...]\n"
" zero [number ...]\n"
-" pipe number config [pipeconfig\n"
+" pipe number config [pipeconfig]\n"
" rule: action proto src dst extras...\n"
" action:\n"
" {allow|permit|accept|pass|deny|drop|reject|unreach code|\n"
@@ -597,7 +597,7 @@ show_usage(const char *fmt, ...)
" tcpflags [!]{syn|fin|rst|ack|psh|urg},...\n"
" ipoptions [!]{ssrr|lsrr|rr|ts},...\n"
" icmptypes {type[,type]}...\n"
-" pipecfg:\n"
+" pipeconfig:\n"
" {bw|bandwidth} <number>{bit/s|Kbit/s|Mbit/s|Bytes/s|KBytes/s|MBytes/s}\n"
" delay <milliseconds>\n"
" queue <size>{packets|Bytes|KBytes}\n"
@@ -1457,7 +1457,8 @@ ipfw_main(ac,av)
err(EX_UNAVAILABLE, "setsockopt(IP_%s_FLUSH)",
do_pipe ? "DUMMYNET" : "FW");
if (!do_quiet)
- printf("Flushed all rules.\n");
+ printf("Flushed all %s.\n",
+ do_pipe ? "pipes" : "rules");
}
} else if (!strncmp(*av, "zero", strlen(*av))) {
zero(ac,av);
OpenPOWER on IntegriCloud