summaryrefslogtreecommitdiff
path: root/usr.sbin/timed
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2008-03-17 16:29:26 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2008-03-17 16:29:26 +0000
commitdb0a9e2273cf8b103c9d26579b76615254565e85 (patch)
tree65767c093d8ddd43b71d1ecb093af283e2befa99 /usr.sbin/timed
parentbe1ede85c8ffdb876c16b8e51964e7711abc0532 (diff)
use the right format for "usage:"; "usage:" is lowercase
ok jmc@
Diffstat (limited to 'usr.sbin/timed')
-rw-r--r--usr.sbin/timed/timed/timed.c4
-rw-r--r--usr.sbin/timed/timedc/cmds.c12
2 files changed, 8 insertions, 8 deletions
diff --git a/usr.sbin/timed/timed/timed.c b/usr.sbin/timed/timed/timed.c
index 3ad40749f22..fed9c0f5cc7 100644
--- a/usr.sbin/timed/timed/timed.c
+++ b/usr.sbin/timed/timed/timed.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: timed.c,v 1.27 2007/10/17 20:10:44 chl Exp $ */
+/* $OpenBSD: timed.c,v 1.28 2008/03/17 16:29:25 sobrado Exp $ */
/*-
* Copyright (c) 1985, 1993 The Regents of the University of California.
@@ -805,7 +805,7 @@ good_host_name(const char *name)
static void
usage(void)
{
- (void)fprintf(stderr, "timed: [-dMt] [-F host ...] [-G netgroup] "
+ (void)fprintf(stderr, "usage: timed [-dMt] [-F host ...] [-G netgroup] "
"[-i network | -n network]\n");
exit(1);
}
diff --git a/usr.sbin/timed/timedc/cmds.c b/usr.sbin/timed/timedc/cmds.c
index bbf237fbe05..0f1ef82865e 100644
--- a/usr.sbin/timed/timedc/cmds.c
+++ b/usr.sbin/timed/timedc/cmds.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cmds.c,v 1.19 2004/02/04 21:54:05 jmc Exp $ */
+/* $OpenBSD: cmds.c,v 1.20 2008/03/17 16:29:25 sobrado Exp $ */
/*-
* Copyright (c) 1985, 1993 The Regents of the University of California.
@@ -34,7 +34,7 @@ static char sccsid[] = "@(#)cmds.c 5.1 (Berkeley) 5/11/93";
#endif /* not lint */
#ifdef sgi
-#ident "$Revision: 1.19 $"
+#ident "$Revision: 1.20 $"
#endif
#include "timedc.h"
@@ -188,7 +188,7 @@ clockdiff(int argc, char *argv[])
int measure_status;
if (argc < 2) {
- printf("Usage: clockdiff host ... \n");
+ printf("usage: clockdiff host ...\n");
return;
}
@@ -296,7 +296,7 @@ msite(int argc, char *argv[])
char *tgtname;
if (argc < 1) {
- printf("Usage: msite [hostname]\n");
+ printf("usage: msite [hostname]\n");
return;
}
@@ -415,7 +415,7 @@ testing(int argc, char *argv[])
struct servent *srvp;
if (argc < 2) {
- printf("Usage: election host1 [host2 ...]\n");
+ printf("usage: election host1 [host2 ...]\n");
return;
}
@@ -481,7 +481,7 @@ tracing(int argc, char *argv[])
socklen_t length;
if (argc != 2) {
- printf("Usage: tracing { on | off }\n");
+ printf("usage: tracing { on | off }\n");
return;
}