Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/sesd/srcs Sync usage with man page.



details:   https://anonhg.NetBSD.org/src/rev/74892396374c
branches:  trunk
changeset: 785962:74892396374c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Apr 07 18:49:35 2013 +0000

description:
Sync usage with man page.
XXX: shouldn't this be part of envstat instead?

diffstat:

 usr.sbin/sesd/srcs/sesd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r a275a8beb11c -r 74892396374c usr.sbin/sesd/srcs/sesd.c
--- a/usr.sbin/sesd/srcs/sesd.c Sun Apr 07 18:49:06 2013 +0000
+++ b/usr.sbin/sesd/srcs/sesd.c Sun Apr 07 18:49:35 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sesd.c,v 1.7 2013/04/07 18:48:24 wiz Exp $ */
+/* $NetBSD: sesd.c,v 1.8 2013/04/07 18:49:35 wiz Exp $ */
 /* $FreeBSD: $ */
 /* $OpenBSD: $ */
 /*
@@ -57,7 +57,7 @@
        char **v;
 {
        static const char usage[] =
-           "usage: %s [-d] [-t pollinterval] device [...]\n";
+           "usage: %s [-d] [-t pollinterval] device [device ...]\n";
        int c, fd, polltime, dev, nodaemon;
        ses_encstat sestat, *carray;
 



Home | Main Index | Thread Index | Old Index