summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsobrado <sobrado@openbsd.org>2007-12-30 13:38:47 +0000
committersobrado <sobrado@openbsd.org>2007-12-30 13:38:47 +0000
commit3bb8749ba61722a33fab928444d3cec2835fc64b (patch)
tree0dd63a6473ce256141a886587b4731995441947f
parentadd missing arguments to synopsis; fix brackets; lowercase "usage:" (diff)
downloadwireguard-openbsd-3bb8749ba61722a33fab928444d3cec2835fc64b.tar.xz
wireguard-openbsd-3bb8749ba61722a33fab928444d3cec2835fc64b.zip
add missing space between argument names and ellipsis
ok jmc@
-rw-r--r--sbin/ping6/ping6.c4
-rw-r--r--usr.sbin/dhcpd/dhcpd.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/ping6/ping6.c b/sbin/ping6/ping6.c
index ac056f8fbc0..d222d27b1c7 100644
--- a/sbin/ping6/ping6.c
+++ b/sbin/ping6/ping6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ping6.c,v 1.69 2006/12/15 06:07:39 itojun Exp $ */
+/* $OpenBSD: ping6.c,v 1.70 2007/12/30 13:38:47 sobrado Exp $ */
/* $KAME: ping6.c,v 1.163 2002/10/25 02:19:06 itojun Exp $ */
/*
@@ -2439,6 +2439,6 @@ usage(void)
#endif
"] [-a addrtype] [-b bufsiz] [-c count] [-g gateway]\n\t"
"[-h hoplimit] [-I interface] [-i wait] [-l preload] [-p pattern]"
- "\n\t[-S sourceaddr] [-s packetsize] [hops...] host\n");
+ "\n\t[-S sourceaddr] [-s packetsize] [hops ...] host\n");
exit(1);
}
diff --git a/usr.sbin/dhcpd/dhcpd.c b/usr.sbin/dhcpd/dhcpd.c
index 5d985900c93..ede422d2266 100644
--- a/usr.sbin/dhcpd/dhcpd.c
+++ b/usr.sbin/dhcpd/dhcpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.c,v 1.33 2007/07/24 15:31:04 stevesk Exp $ */
+/* $OpenBSD: dhcpd.c,v 1.34 2007/12/30 13:38:47 sobrado Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org>
@@ -191,7 +191,7 @@ usage(void)
fprintf(stderr, " [-C changed_ip_table]\n");
fprintf(stderr, "\t[-c config-file] [-L leased_ip_table]");
fprintf(stderr, " [-l lease-file]\n");
- fprintf(stderr, "\t[if0 [...ifN]]\n");
+ fprintf(stderr, "\t[if0 [... ifN]]\n");
exit(1);
}