Module Name: src
Committed By: wiz
Date: Fri Sep 7 11:28:47 UTC 2012
Modified Files:
src/usr.sbin/makemandb: apropos.c
Log Message:
Fix usage, from Abhinav Upadhyay <[email protected]>.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/makemandb/apropos.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.sbin/makemandb/apropos.c
diff -u src/usr.sbin/makemandb/apropos.c:1.6 src/usr.sbin/makemandb/apropos.c:1.7
--- src/usr.sbin/makemandb/apropos.c:1.6 Sun Apr 15 15:56:52 2012
+++ src/usr.sbin/makemandb/apropos.c Fri Sep 7 11:28:46 2012
@@ -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 <[email protected]>
* 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 @@ static void
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);
}