Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/makemandb Sync usage with man page.
details: https://anonhg.NetBSD.org/src/rev/ee1314330fca
branches: trunk
changeset: 785775:ee1314330fca
user: wiz <wiz%NetBSD.org@localhost>
date: Fri Mar 29 21:39:16 2013 +0000
description:
Sync usage with man page.
diffstat:
usr.sbin/makemandb/apropos.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r d883efb8db03 -r ee1314330fca usr.sbin/makemandb/apropos.c
--- a/usr.sbin/makemandb/apropos.c Fri Mar 29 21:39:09 2013 +0000
+++ b/usr.sbin/makemandb/apropos.c Fri Mar 29 21:39:16 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: apropos.c,v 1.14 2013/03/29 20:37:00 christos Exp $ */
+/* $NetBSD: apropos.c,v 1.15 2013/03/29 21:39:16 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.14 2013/03/29 20:37:00 christos Exp $");
+__RCSID("$NetBSD: apropos.c,v 1.15 2013/03/29 21:39:16 wiz Exp $");
#include <err.h>
#include <search.h>
@@ -313,8 +313,8 @@
static void
usage(void)
{
- fprintf(stderr, "Usage: %s [-123456789Ccilpr] [-n <results>] "
- "[-s <section>] [-S <machine>] <query>\n",
+ fprintf(stderr, "Usage: %s [-123456789Ccilpr] [-n results] "
+ "[-S machine] [-s section] query\n",
getprogname());
exit(1);
}
Home |
Main Index |
Thread Index |
Old Index