Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sbin/rndctl Sync usage with manpage a bit more.



details:   https://anonhg.NetBSD.org/src/rev/aa7981163cc2
branches:  trunk
changeset: 331408:aa7981163cc2
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Aug 10 17:13:14 2014 +0000

description:
Sync usage with manpage a bit more.

diffstat:

 sbin/rndctl/rndctl.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 5aee958a4831 -r aa7981163cc2 sbin/rndctl/rndctl.c
--- a/sbin/rndctl/rndctl.c      Sun Aug 10 17:13:02 2014 +0000
+++ b/sbin/rndctl/rndctl.c      Sun Aug 10 17:13:14 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rndctl.c,v 1.28 2014/08/10 16:44:32 tls Exp $  */
+/*     $NetBSD: rndctl.c,v 1.29 2014/08/10 17:13:14 wiz Exp $  */
 
 /*-
  * Copyright (c) 1997 Michael Graff.
@@ -33,7 +33,7 @@
 #include <sha1.h>
 
 #ifndef lint
-__RCSID("$NetBSD: rndctl.c,v 1.28 2014/08/10 16:44:32 tls Exp $");
+__RCSID("$NetBSD: rndctl.c,v 1.29 2014/08/10 17:13:14 wiz Exp $");
 #endif
 
 
@@ -84,9 +84,9 @@
 usage(void)
 {
 
-       fprintf(stderr, "usage: %s -CEce [-d devname | -t devtype]\n",
+       fprintf(stderr, "usage: %s [-CEce] [-d devname | -t devtype]\n",
            getprogname());
-       fprintf(stderr, "       %s -ls [-d devname | -t devtype]\n",
+       fprintf(stderr, "       %s [-lsv] [-d devname | -t devtype]\n",
            getprogname());
        fprintf(stderr, "       %s -[L|S] save-file\n", getprogname());
        exit(1);



Home | Main Index | Thread Index | Old Index