Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/rpc.lockd Sync usage with manpage. End it with a ne...



details:   https://anonhg.NetBSD.org/src/rev/bca61f3ca04e
branches:  trunk
changeset: 780968:bca61f3ca04e
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Aug 13 12:37:18 2012 +0000

description:
Sync usage with manpage. End it with a newline.

diffstat:

 usr.sbin/rpc.lockd/lockd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 77b82b422721 -r bca61f3ca04e usr.sbin/rpc.lockd/lockd.c
--- a/usr.sbin/rpc.lockd/lockd.c        Mon Aug 13 12:37:05 2012 +0000
+++ b/usr.sbin/rpc.lockd/lockd.c        Mon Aug 13 12:37:18 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lockd.c,v 1.11 2012/08/13 12:22:21 pgoyette Exp $      */
+/*     $NetBSD: lockd.c,v 1.12 2012/08/13 12:37:18 wiz Exp $   */
 
 /*
  * Copyright (c) 1995
@@ -35,7 +35,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: lockd.c,v 1.11 2012/08/13 12:22:21 pgoyette Exp $");
+__RCSID("$NetBSD: lockd.c,v 1.12 2012/08/13 12:37:18 wiz Exp $");
 #endif
 
 /*
@@ -234,7 +234,7 @@
 static void
 usage(void)
 {
-       (void)fprintf(stderr, "Usage: %s[-d <debuglevel>] [-g <grace period>]",
+       (void)fprintf(stderr, "Usage: %s [-46] [-d debug_level] [-g grace_period]\n",
            getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index