Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/makemandb Fix usage, from Abhinav Upadhyay <er.abhi...



details:   https://anonhg.NetBSD.org/src/rev/ff522e297879
branches:  trunk
changeset: 781460:ff522e297879
user:      wiz <wiz%NetBSD.org@localhost>
date:      Fri Sep 07 11:28:46 2012 +0000

description:
Fix usage, from Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>.

diffstat:

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

diffs (27 lines):

diff -r 2f595055b7d7 -r ff522e297879 usr.sbin/makemandb/apropos.c
--- a/usr.sbin/makemandb/apropos.c      Fri Sep 07 07:07:15 2012 +0000
+++ b/usr.sbin/makemandb/apropos.c      Fri Sep 07 11:28:46 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apropos.c,v 1.6 2012/04/15 15:56:52 wiz Exp $  */
+/*     $NetBSD: apropos.c,v 1.7 2012/09/07 11:28:46 wiz Exp $  */
 /*-
  * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadhyay%gmail.com@localhost>
  * All rights reserved.
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__RCSID("$NetBSD: apropos.c,v 1.6 2012/04/15 15:56:52 wiz Exp $");
+__RCSID("$NetBSD: apropos.c,v 1.7 2012/09/07 11:28:46 wiz Exp $");
 
 #include <err.h>
 #include <search.h>
@@ -277,7 +277,7 @@
 usage(void)
 {
        fprintf(stderr,
-               "Usage: %s [-n Number of records] [-p] [-123456789] [-S machine] query\n",
+               "Usage: %s [-n Number of records] [-123456789Ccp] [-S machine] query\n",
                getprogname());
        exit(1);
 }



Home | Main Index | Thread Index | Old Index