Source-Changes-HG archive

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

[src/trunk]: src/libexec/makewhatis Sync usage with man page.



details:   https://anonhg.NetBSD.org/src/rev/cdbc1927b82c
branches:  trunk
changeset: 579993:cdbc1927b82c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Apr 04 08:13:52 2005 +0000

description:
Sync usage with man page.

diffstat:

 libexec/makewhatis/makewhatis.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 59f28bf45a91 -r cdbc1927b82c libexec/makewhatis/makewhatis.c
--- a/libexec/makewhatis/makewhatis.c   Mon Apr 04 08:13:27 2005 +0000
+++ b/libexec/makewhatis/makewhatis.c   Mon Apr 04 08:13:52 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: makewhatis.c,v 1.34 2005/04/03 21:32:45 christos Exp $ */
+/*     $NetBSD: makewhatis.c,v 1.35 2005/04/04 08:13:52 wiz Exp $      */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
 #if !defined(lint)
 __COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\n\
        All rights reserved.\n");
-__RCSID("$NetBSD: makewhatis.c,v 1.34 2005/04/03 21:32:45 christos Exp $");
+__RCSID("$NetBSD: makewhatis.c,v 1.35 2005/04/04 08:13:52 wiz Exp $");
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -151,7 +151,7 @@
                        dowarn++;
                        break;
                default:
-                       fprintf(stderr, "Usage: %s [-C file] [-wf] [path ...]\n",
+                       fprintf(stderr, "Usage: %s [-fw] [-C file] [manpath ...]\n",
                                getprogname());
                        exit(EXIT_FAILURE);
                }



Home | Main Index | Thread Index | Old Index