summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2001-10-29 03:46:28 +0000
committerjoe <joe@FreeBSD.org>2001-10-29 03:46:28 +0000
commit57e1d6d8b239b3801e74a00d50d8b85f19b3ceb4 (patch)
tree6438cf386fb04b0209fc4765a5615f5001d13924 /sbin/ipfw
parent258d90583a4bb886c5adc9659c4b4a67de9bb4c4 (diff)
downloadFreeBSD-src-57e1d6d8b239b3801e74a00d50d8b85f19b3ceb4.zip
FreeBSD-src-57e1d6d8b239b3801e74a00d50d8b85f19b3ceb4.tar.gz
More white space changes.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/ipfw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipfw/ipfw.c b/sbin/ipfw/ipfw.c
index a27e7db..c5530bb 100644
--- a/sbin/ipfw/ipfw.c
+++ b/sbin/ipfw/ipfw.c
@@ -1660,7 +1660,7 @@ config_pipe(int ac, char **av)
"net.inet.ip.dummynet.red_lookup_depth");
if (lookup_depth == 0)
errx(EX_DATAERR, "net.inet.ip.dummynet.red_lookup_depth"
- " must be greater than zero");
+ " must be greater than zero");
len = sizeof(int);
if (sysctlbyname("net.inet.ip.dummynet.red_avg_pkt_size",
@@ -1786,7 +1786,7 @@ add(int ac, char *av[])
rule.fw_divert_port = ntohs(s->s_port);
else
errx(EX_DATAERR, "illegal %s port",
- "tee divert");
+ "tee divert");
}
} else if (!strncmp(*av, "fwd", strlen(*av))
|| !strncmp(*av, "forward", strlen(*av))) {
@@ -1807,7 +1807,7 @@ add(int ac, char *av[])
i = lookup_port(pp, 0, 1, 0);
if (i == -1)
errx(EX_DATAERR, "illegal forwarding"
- " port ``%s''", pp);
+ " port ``%s''", pp);
else
rule.fw_fwd_ip.sin_port = (u_short)i;
}
OpenPOWER on IntegriCloud