summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorjmmv <jmmv@NetBSD.org>2004-01-05 23:23:32 +0000
committerjmmv <jmmv@NetBSD.org>2004-01-05 23:23:32 +0000
commitb635f565e79be3e8b465479a54de27a228f2a2e6 (patch)
tree73a984b41730daf1aceb4876dc2abfff591f9a2a /usr.bin
parent62a68c898b3cc89e6aca4b8209e511a5d5e34038 (diff)
Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/apply/apply.c6
-rw-r--r--usr.bin/apropos/apropos.c6
-rw-r--r--usr.bin/at/panic.c6
-rw-r--r--usr.bin/calendar/calendar.c6
-rw-r--r--usr.bin/checknr/checknr.c6
-rw-r--r--usr.bin/db/db.c6
-rw-r--r--usr.bin/eject/eject.c6
-rw-r--r--usr.bin/fdformat/fdformat.c6
-rw-r--r--usr.bin/gcore/gcore.c6
-rw-r--r--usr.bin/gencat/gencat.c6
-rw-r--r--usr.bin/gzip/gzip.c6
-rw-r--r--usr.bin/head/head.c6
-rw-r--r--usr.bin/hesinfo/hesinfo.c6
-rw-r--r--usr.bin/innetgr/innetgr.c6
-rw-r--r--usr.bin/jot/jot.c6
-rw-r--r--usr.bin/ktrace/ktrace.c6
-rw-r--r--usr.bin/last/last.c6
-rw-r--r--usr.bin/leave/leave.c6
-rw-r--r--usr.bin/locale/locale.c6
-rw-r--r--usr.bin/make/main.c8
-rw-r--r--usr.bin/man/man.c6
-rw-r--r--usr.bin/midiplay/midiplay.c6
-rw-r--r--usr.bin/mklocale/yacc.y6
-rw-r--r--usr.bin/netgroup/netgroup.c6
-rw-r--r--usr.bin/pmc/pmc.c6
-rw-r--r--usr.bin/qsubst/qsubst.c6
-rw-r--r--usr.bin/quota/quota.c6
-rw-r--r--usr.bin/radioctl/radioctl.c6
-rw-r--r--usr.bin/rdist/main.c6
-rw-r--r--usr.bin/renice/renice.c6
-rw-r--r--usr.bin/rpcinfo/rpcinfo.c4
-rw-r--r--usr.bin/rs/rs.c6
-rw-r--r--usr.bin/rup/rup.c6
-rw-r--r--usr.bin/rusers/rusers.c6
-rw-r--r--usr.bin/shuffle/shuffle.c6
-rw-r--r--usr.bin/skey/skey.c6
-rw-r--r--usr.bin/skeyinit/skeyinit.c6
-rw-r--r--usr.bin/soelim/soelim.c6
-rw-r--r--usr.bin/split/split.c6
-rw-r--r--usr.bin/su/su.c6
-rw-r--r--usr.bin/talk/get_names.c6
-rw-r--r--usr.bin/telnet/commands.c6
-rw-r--r--usr.bin/telnet/main.c6
-rw-r--r--usr.bin/time/time.c6
-rw-r--r--usr.bin/usbhidaction/usbhidaction.c6
-rw-r--r--usr.bin/usbhidctl/usbhid.c6
-rw-r--r--usr.bin/users/users.c6
-rw-r--r--usr.bin/vis/vis.c6
-rw-r--r--usr.bin/who/who.c6
-rw-r--r--usr.bin/whois/whois.c6
-rw-r--r--usr.bin/window/main.c6
-rw-r--r--usr.bin/xstr/xstr.c6
-rw-r--r--usr.bin/ypmatch/ypmatch.c6
53 files changed, 159 insertions, 159 deletions
diff --git a/usr.bin/apply/apply.c b/usr.bin/apply/apply.c
index 4bde72b44da..1f860bdd641 100644
--- a/usr.bin/apply/apply.c
+++ b/usr.bin/apply/apply.c
@@ -1,4 +1,4 @@
-/* $NetBSD: apply.c,v 1.12 2003/10/16 06:42:18 itojun Exp $ */
+/* $NetBSD: apply.c,v 1.13 2004/01/05 23:23:34 jmmv Exp $ */
/*-
* Copyright (c) 1994
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)apply.c 8.4 (Berkeley) 4/4/94";
#else
-__RCSID("$NetBSD: apply.c,v 1.12 2003/10/16 06:42:18 itojun Exp $");
+__RCSID("$NetBSD: apply.c,v 1.13 2004/01/05 23:23:34 jmmv Exp $");
#endif
#endif /* not lint */
@@ -241,7 +241,7 @@ usage()
{
(void)fprintf(stderr,
- "Usage: %s [-a magic] [-0123456789] command arguments ...\n",
+ "usage: %s [-a magic] [-0123456789] command arguments ...\n",
getprogname());
exit(1);
}
diff --git a/usr.bin/apropos/apropos.c b/usr.bin/apropos/apropos.c
index 6a57e972a04..12d9459a6e9 100644
--- a/usr.bin/apropos/apropos.c
+++ b/usr.bin/apropos/apropos.c
@@ -1,4 +1,4 @@
-/* $NetBSD: apropos.c,v 1.22 2003/08/07 11:13:08 agc Exp $ */
+/* $NetBSD: apropos.c,v 1.23 2004/01/05 23:23:34 jmmv Exp $ */
/*
* Copyright (c) 1987, 1993, 1994
@@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994\n\
#if 0
static char sccsid[] = "@(#)apropos.c 8.8 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: apropos.c,v 1.22 2003/08/07 11:13:08 agc Exp $");
+__RCSID("$NetBSD: apropos.c,v 1.23 2004/01/05 23:23:34 jmmv Exp $");
#endif
#endif /* not lint */
@@ -236,7 +236,7 @@ usage()
{
(void)fprintf(stderr,
- "Usage: %s [-C file] [-M path] [-m path] keyword ...\n",
+ "usage: %s [-C file] [-M path] [-m path] keyword ...\n",
getprogname());
exit(1);
}
diff --git a/usr.bin/at/panic.c b/usr.bin/at/panic.c
index 4c8f63cc9be..82ce4c4650c 100644
--- a/usr.bin/at/panic.c
+++ b/usr.bin/at/panic.c
@@ -1,4 +1,4 @@
-/* $NetBSD: panic.c,v 1.9 2000/10/15 14:51:14 kleink Exp $ */
+/* $NetBSD: panic.c,v 1.10 2004/01/05 23:23:34 jmmv Exp $ */
/*
* panic.c - terminate fast in case of error
@@ -45,7 +45,7 @@
#if 0
static char rcsid[] = "$OpenBSD: panic.c,v 1.4 1997/03/01 23:40:09 millert Exp $";
#else
-__RCSID("$NetBSD: panic.c,v 1.9 2000/10/15 14:51:14 kleink Exp $");
+__RCSID("$NetBSD: panic.c,v 1.10 2004/01/05 23:23:34 jmmv Exp $");
#endif
#endif
@@ -99,7 +99,7 @@ usage(void)
{
/* Print usage and exit. */
- (void)fprintf(stderr, "Usage: at [-V] [-q x] [-f file] [-m] -t [[CC]YY]MMDDhhmm[.SS]\n"
+ (void)fprintf(stderr, "usage: at [-V] [-q x] [-f file] [-m] -t [[CC]YY]MMDDhhmm[.SS]\n"
" at [-V] [-q x] [-f file] [-m] timespec\n"
" at [-V] -c job [job ...]\n"
" atq [-V] [-q x] [-v]\n"
diff --git a/usr.bin/calendar/calendar.c b/usr.bin/calendar/calendar.c
index e8e2aac9deb..412f6a0f923 100644
--- a/usr.bin/calendar/calendar.c
+++ b/usr.bin/calendar/calendar.c
@@ -1,4 +1,4 @@
-/* $NetBSD: calendar.c,v 1.29 2003/09/30 15:00:18 briggs Exp $ */
+/* $NetBSD: calendar.c,v 1.30 2004/01/05 23:23:34 jmmv Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)calendar.c 8.4 (Berkeley) 1/7/95";
#endif
-__RCSID("$NetBSD: calendar.c,v 1.29 2003/09/30 15:00:18 briggs Exp $");
+__RCSID("$NetBSD: calendar.c,v 1.30 2004/01/05 23:23:34 jmmv Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -511,7 +511,7 @@ getmmdd(struct tm *tp, char *ds)
static void
usage(void)
{
- (void)fprintf(stderr, "Usage: %s [-a] [-d MMDD[[YY]YY]"
+ (void)fprintf(stderr, "usage: %s [-a] [-d MMDD[[YY]YY]"
" [-f fname] [-l days] [-w days]\n", getprogname());
exit(1);
}
diff --git a/usr.bin/checknr/checknr.c b/usr.bin/checknr/checknr.c
index 3f41ed5274f..9611fe106a1 100644
--- a/usr.bin/checknr/checknr.c
+++ b/usr.bin/checknr/checknr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: checknr.c,v 1.12 2003/08/07 11:13:16 agc Exp $ */
+/* $NetBSD: checknr.c,v 1.13 2004/01/05 23:23:34 jmmv Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)checknr.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: checknr.c,v 1.12 2003/08/07 11:13:16 agc Exp $");
+__RCSID("$NetBSD: checknr.c,v 1.13 2004/01/05 23:23:34 jmmv Exp $");
#endif
#endif /* not lint */
@@ -296,7 +296,7 @@ main(int argc, char **argv)
void
usage(void)
{
- printf("Usage: checknr -s -f -a.xx.yy.xx.yy... -c.xx.xx.xx...\n");
+ printf("usage: checknr -s -f -a.xx.yy.xx.yy... -c.xx.xx.xx...\n");
exit(1);
}
diff --git a/usr.bin/db/db.c b/usr.bin/db/db.c
index 460721bf202..5e7a16e5f8d 100644
--- a/usr.bin/db/db.c
+++ b/usr.bin/db/db.c
@@ -1,4 +1,4 @@
-/* $NetBSD: db.c,v 1.11 2003/10/16 06:47:22 itojun Exp $ */
+/* $NetBSD: db.c,v 1.12 2004/01/05 23:23:34 jmmv Exp $ */
/*-
* Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -39,7 +39,7 @@
#include <sys/cdefs.h>
#ifndef lint
#ifdef __RCSID
-__RCSID("$NetBSD: db.c,v 1.11 2003/10/16 06:47:22 itojun Exp $");
+__RCSID("$NetBSD: db.c,v 1.12 2004/01/05 23:23:34 jmmv Exp $");
#endif /* __RCSID */
#endif /* not lint */
@@ -625,7 +625,7 @@ usage(void)
const char *p = getprogname();
fprintf(stderr,
- "Usage: %s [-KiNqV] [-E end] [-f inf] [-O str] [-S chr] [-T str] [-X str]\n"
+ "usage: %s [-KiNqV] [-E end] [-f inf] [-O str] [-S chr] [-T str] [-X str]\n"
" type dbfile [key [...]]\n"
" %s -d [-iNq] [-E end] [-f inf] [-U chr] type dbfile [key [...]]\n"
" %s -w [-CDiNqR] [-E end] [-F sep] [-f inf] [-m mod] [-U chr]\n"
diff --git a/usr.bin/eject/eject.c b/usr.bin/eject/eject.c
index 6e8f0d7a0d1..837c1cda225 100644
--- a/usr.bin/eject/eject.c
+++ b/usr.bin/eject/eject.c
@@ -1,4 +1,4 @@
-/* $NetBSD: eject.c,v 1.16 2001/10/06 15:43:33 bjh21 Exp $ */
+/* $NetBSD: eject.c,v 1.17 2004/01/05 23:23:34 jmmv Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@ __COPYRIGHT("@(#) Copyright (c) 1999 The NetBSD Foundation, Inc.\n\
#endif /* not lint */
#ifndef lint
-__RCSID("$NetBSD: eject.c,v 1.16 2001/10/06 15:43:33 bjh21 Exp $");
+__RCSID("$NetBSD: eject.c,v 1.17 2004/01/05 23:23:34 jmmv Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -226,7 +226,7 @@ void
usage(void)
{
- fprintf(stderr, "Usage: eject [-fv] [-l | -L | -U] "
+ fprintf(stderr, "usage: eject [-fv] [-l | -L | -U] "
"[-t device-type] [-d] device\n");
fprintf(stderr, " eject -n\n");
exit(1);
diff --git a/usr.bin/fdformat/fdformat.c b/usr.bin/fdformat/fdformat.c
index 8c26a223a2b..4bce06180aa 100644
--- a/usr.bin/fdformat/fdformat.c
+++ b/usr.bin/fdformat/fdformat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fdformat.c,v 1.10 2003/06/23 13:05:47 agc Exp $ */
+/* $NetBSD: fdformat.c,v 1.11 2004/01/05 23:23:34 jmmv Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -43,7 +43,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: fdformat.c,v 1.10 2003/06/23 13:05:47 agc Exp $");
+__RCSID("$NetBSD: fdformat.c,v 1.11 2004/01/05 23:23:34 jmmv Exp $");
#endif
#include <sys/types.h>
@@ -125,7 +125,7 @@ usage(void)
{
fprintf(stderr,
- "Usage: %s [-f device] [-t type] [-n] [-B nbps] [-S nspt]\n"
+ "usage: %s [-f device] [-t type] [-n] [-B nbps] [-S nspt]\n"
"\t[-T ntrk] [-C ncyl] [-P stepspercyl] [-G gaplen]\n"
"\t[-F fillbyte] [-X xfer_rate] [-I interleave]\n", getprogname());
exit(1);
diff --git a/usr.bin/gcore/gcore.c b/usr.bin/gcore/gcore.c
index 464a72c4186..c4c1f092953 100644
--- a/usr.bin/gcore/gcore.c
+++ b/usr.bin/gcore/gcore.c
@@ -1,4 +1,4 @@
-/* $NetBSD: gcore.c,v 1.6 2003/04/18 03:21:00 lukem Exp $ */
+/* $NetBSD: gcore.c,v 1.7 2004/01/05 23:23:34 jmmv Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: gcore.c,v 1.6 2003/04/18 03:21:00 lukem Exp $");
+__RCSID("$NetBSD: gcore.c,v 1.7 2004/01/05 23:23:34 jmmv Exp $");
#include <sys/types.h>
#include <sys/param.h>
@@ -57,7 +57,7 @@ static void usage(void) __attribute__((__noreturn__));
static void
usage(void)
{
- (void)fprintf(stderr, "Usage: %s <pid> [<pid> ...]\n", getprogname());
+ (void)fprintf(stderr, "usage: %s <pid> [<pid> ...]\n", getprogname());
exit(1);
}
diff --git a/usr.bin/gencat/gencat.c b/usr.bin/gencat/gencat.c
index a7d6c2f675b..9504fcfaf71 100644
--- a/usr.bin/gencat/gencat.c
+++ b/usr.bin/gencat/gencat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: gencat.c,v 1.18 2003/10/27 00:12:43 lukem Exp $ */
+/* $NetBSD: gencat.c,v 1.19 2004/01/05 23:23:34 jmmv Exp $ */
/*
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#if defined(__RCSID) && !defined(lint)
-__RCSID("$NetBSD: gencat.c,v 1.18 2003/10/27 00:12:43 lukem Exp $");
+__RCSID("$NetBSD: gencat.c,v 1.19 2004/01/05 23:23:34 jmmv Exp $");
#endif
/***********************************************************
@@ -148,7 +148,7 @@ void usage __P((void));
void
usage()
{
- fprintf(stderr, "Usage: %s catfile msgfile ...\n", getprogname());
+ fprintf(stderr, "usage: %s catfile msgfile ...\n", getprogname());
exit(1);
}
diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c
index 8829b010c5d..5698ccb9605 100644
--- a/usr.bin/gzip/gzip.c
+++ b/usr.bin/gzip/gzip.c
@@ -1,4 +1,4 @@
-/* $NetBSD: gzip.c,v 1.18 2004/01/03 02:39:18 mrg Exp $ */
+/* $NetBSD: gzip.c,v 1.19 2004/01/05 23:23:34 jmmv Exp $ */
/*
* Copyright (c) 1997, 1998, 2003 Matthew R. Green
@@ -32,7 +32,7 @@
#ifndef lint
__COPYRIGHT("@(#) Copyright (c) 1997, 1998, 2003 Matthew R. Green\n\
All rights reserved.\n");
-__RCSID("$NetBSD: gzip.c,v 1.18 2004/01/03 02:39:18 mrg Exp $");
+__RCSID("$NetBSD: gzip.c,v 1.19 2004/01/05 23:23:34 jmmv Exp $");
#endif /* not lint */
/*
@@ -1009,7 +1009,7 @@ usage(void)
fprintf(stderr, "%s\n", gzip_version);
fprintf(stderr,
- "Usage: %s [-cdfhnNqrStvV123456789] [<file> [<file> ...]]\n"
+ "usage: %s [-cdfhnNqrStvV123456789] [<file> [<file> ...]]\n"
#ifndef SMALL
" -c --stdout write to stdout, keep original files\n"
" --to-stdout\n"
diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c
index 687005e0b81..438d2961cdb 100644
--- a/usr.bin/head/head.c
+++ b/usr.bin/head/head.c
@@ -1,4 +1,4 @@
-/* $NetBSD: head.c,v 1.16 2003/08/07 11:14:02 agc Exp $ */
+/* $NetBSD: head.c,v 1.17 2004/01/05 23:23:34 jmmv Exp $ */
/*
* Copyright (c) 1980, 1987, 1992, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1987, 1992, 1993\n\
#if 0
static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: head.c,v 1.16 2003/08/07 11:14:02 agc Exp $");
+__RCSID("$NetBSD: head.c,v 1.17 2004/01/05 23:23:34 jmmv Exp $");
#endif
#endif /* not lint */
@@ -161,7 +161,7 @@ void
usage()
{
- (void)fprintf(stderr, "Usage: %s [-n lines] [file ...]\n",
+ (void)fprintf(stderr, "usage: %s [-n lines] [file ...]\n",
getprogname());
exit(1);
}
diff --git a/usr.bin/hesinfo/hesinfo.c b/usr.bin/hesinfo/hesinfo.c
index 5dbdb20c240..44957f4ba7d 100644
--- a/usr.bin/hesinfo/hesinfo.c
+++ b/usr.bin/hesinfo/hesinfo.c
@@ -1,4 +1,4 @@
-/* $NetBSD: hesinfo.c,v 1.2 2001/02/19 23:03:47 cgd Exp $ */
+/* $NetBSD: hesinfo.c,v 1.3 2004/01/05 23:23:34 jmmv Exp $ */
/* Copyright 1988, 1996 by the Massachusetts Institute of Technology.
*
@@ -23,7 +23,7 @@
#if 0
static char rcsid[] = "#Id: hesinfo.c,v 1.8 1996/12/08 21:29:54 ghudson Exp #";
#else
-__RCSID("$NetBSD: hesinfo.c,v 1.2 2001/02/19 23:03:47 cgd Exp $");
+__RCSID("$NetBSD: hesinfo.c,v 1.3 2004/01/05 23:23:34 jmmv Exp $");
#endif
#endif /* not lint */
@@ -60,7 +60,7 @@ main(argc, argv)
}
}
if (argc - optind != 2 || errflg) {
- fprintf(stderr, "Usage: %s [-bl] name type\n", getprogname());
+ fprintf(stderr, "usage: %s [-bl] name type\n", getprogname());
fprintf(stderr, "\t-l selects long format\n");
fprintf(stderr, "\t-b also does hes_to_bind conversion\n");
exit(2);
diff --git a/usr.bin/innetgr/innetgr.c b/usr.bin/innetgr/innetgr.c
index 13b5d35e30f..cd446161067 100644
--- a/usr.bin/innetgr/innetgr.c
+++ b/usr.bin/innetgr/innetgr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: innetgr.c,v 1.3 2001/02/19 23:03:48 cgd Exp $ */
+/* $NetBSD: innetgr.c,v 1.4 2004/01/05 23:23:34 jmmv Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: innetgr.c,v 1.3 2001/02/19 23:03:48 cgd Exp $");
+__RCSID("$NetBSD: innetgr.c,v 1.4 2004/01/05 23:23:34 jmmv Exp $");
#include <stdio.h>
#include <stdlib.h>
@@ -52,7 +52,7 @@ usage()
{
(void)fprintf(stderr,
- "Usage: %s [-h <host>] [-u <user>] [-d <domain>] <netgroup>\n",
+ "usage: %s [-h <host>] [-u <user>] [-d <domain>] <netgroup>\n",
getprogname());
exit(2);
}
diff --git a/usr.bin/jot/jot.c b/usr.bin/jot/jot.c
index f033d89668e..f50fa97a816 100644
--- a/usr.bin/jot/jot.c
+++ b/usr.bin/jot/jot.c
@@ -1,4 +1,4 @@
-/* $NetBSD: jot.c,v 1.10 2003/08/07 11:14:12 agc Exp $ */
+/* $NetBSD: jot.c,v 1.11 2004/01/05 23:23:34 jmmv Exp $ */
/*-
* Copyright (c) 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993\n\
#if 0
static char sccsid[] = "@(#)jot.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: jot.c,v 1.10 2003/08/07 11:14:12 agc Exp $");
+__RCSID("$NetBSD: jot.c,v 1.11 2004/01/05 23:23:34 jmmv Exp $");
#endif /* not lint */
/*
@@ -328,7 +328,7 @@ usage(void)
{
fprintf(stderr, "jot - print sequential or random data\n\n");
fprintf(stderr,
- "Usage:\n\tjot [ options ] [ reps [ begin [ end [ s ] ] ] ]\n\n");
+ "usage:\n\tjot [ options ] [ reps [ begin [ end [ s ] ] ] ]\n\n");
fprintf(stderr, "Options:\n\t%s\t%s\t%s\t%s\t%s\t%s\t%s",
"-r random data\n",
"-c character data\n",
diff --git a/usr.bin/ktrace/ktrace.c b/usr.bin/ktrace/ktrace.c
index da510906a00..1561caa2e75 100644
--- a/usr.bin/ktrace/ktrace.c
+++ b/usr.bin/ktrace/ktrace.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ktrace.c,v 1.29 2003/11/24 16:53:38 manu Exp $ */
+/* $NetBSD: ktrace.c,v 1.30 2004/01/05 23:23:34 jmmv Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
#if 0
static char sccsid[] = "@(#)ktrace.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: ktrace.c,v 1.29 2003/11/24 16:53:38 manu Exp $");
+__RCSID("$NetBSD: ktrace.c,v 1.30 2004/01/05 23:23:34 jmmv Exp $");
#endif
#endif /* not lint */
@@ -269,7 +269,7 @@ usage()
# define SHRT_OPTION ""
#endif
(void)fprintf(stderr,
- "Usage:\t%s [-aCcid%s] %s[-f trfile] [-g pgid] [-p pid] "
+ "usage:\t%s [-aCcid%s] %s[-f trfile] [-g pgid] [-p pid] "
"[-t [Aaceilmnsuvw+]]\n\t%s [-aCcid%s] %s[-f trfile] [-t "
"[Aaceilmnsuvw+]] command\n",
getprogname(), SHRT_OPTION, LONG_OPTION,
diff --git a/usr.bin/last/last.c b/usr.bin/last/last.c
index c8f82e16f04..70c937d77a6 100644
--- a/usr.bin/last/last.c
+++ b/usr.bin/last/last.c
@@ -1,4 +1,4 @@
-/* $NetBSD: last.c,v 1.21 2003/08/07 11:14:17 agc Exp $ */
+/* $NetBSD: last.c,v 1.22 2004/01/05 23:23:35 jmmv Exp $ */
/*
* Copyright (c) 1987, 1993, 1994
@@ -40,7 +40,7 @@ __COPYRIGHT(
#if 0
static char sccsid[] = "@(#)last.c 8.2 (Berkeley) 4/2/94";
#endif
-__RCSID("$NetBSD: last.c,v 1.21 2003/08/07 11:14:17 agc Exp $");
+__RCSID("$NetBSD: last.c,v 1.22 2004/01/05 23:23:35 jmmv Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -129,7 +129,7 @@ static void usage(void);
static
void usage(void)
{
- (void)fprintf(stderr, "Usage: %s [-#%s] [-T] [-f file]"
+ (void)fprintf(stderr, "usage: %s [-#%s] [-T] [-f file]"
" [-H hostsize] [-h host] [-L linesize]\n"
"\t [-N namesize] [-t tty] [user ...]\n", getprogname(),
#ifdef NOTYET_SUPPORT_UTMPX
diff --git a/usr.bin/leave/leave.c b/usr.bin/leave/leave.c
index eaca4dab945..aa8a222f034 100644
--- a/usr.bin/leave/leave.c
+++ b/usr.bin/leave/leave.c
@@ -1,4 +1,4 @@
-/* $NetBSD: leave.c,v 1.12 2003/08/07 11:14:19 agc Exp $ */
+/* $NetBSD: leave.c,v 1.13 2004/01/05 23:23:35 jmmv Exp $ */
/*
* Copyright (c) 1980, 1988, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1988, 1993\n\
#if 0
static char sccsid[] = "@(#)leave.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: leave.c,v 1.12 2003/08/07 11:14:19 agc Exp $");
+__RCSID("$NetBSD: leave.c,v 1.13 2004/01/05 23:23:35 jmmv Exp $");
#endif
#endif /* not lint */
@@ -182,6 +182,6 @@ doalarm(u_int secs)
static void
usage(void)
{
- (void)fprintf(stderr, "Usage: %s [[+]hhmm]\n", getprogname());
+ (void)fprintf(stderr, "usage: %s [[+]hhmm]\n", getprogname());
exit(1);
}
diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c
index 350ea4d7583..c5fb854f450 100644
--- a/usr.bin/locale/locale.c
+++ b/usr.bin/locale/locale.c
@@ -1,4 +1,4 @@
-/* $NetBSD: locale.c,v 1.2 2003/07/04 12:33:08 agc Exp $ */
+/* $NetBSD: locale.c,v 1.3 2004/01/05 23:23:35 jmmv Exp $ */
/*-
* Copyright (c) 2002, 2003 Alexey Zelkin <phantom@FreeBSD.org>
@@ -30,7 +30,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: locale.c,v 1.2 2003/07/04 12:33:08 agc Exp $");
+__RCSID("$NetBSD: locale.c,v 1.3 2004/01/05 23:23:35 jmmv Exp $");
#endif /* LIBC_SCCS and not lint */
/*
@@ -292,7 +292,7 @@ main(int argc, char *argv[])
void
usage(void)
{
- printf("Usage: locale [ -a | -m ]\n"
+ printf("usage: locale [ -a | -m ]\n"
" locale [ -ck ] name ...\n");
exit(1);
}
diff --git a/usr.bin/make/main.c b/usr.bin/make/main.c
index fba52960b8e..9d217bd711f 100644
--- a/usr.bin/make/main.c
+++ b/usr.bin/make/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.95 2003/12/18 22:36:18 jmc Exp $ */
+/* $NetBSD: main.c,v 1.96 2004/01/05 23:23:35 jmmv Exp $ */
/*
* Copyright (c) 1988, 1989, 1990, 1993
@@ -69,7 +69,7 @@
*/
#ifdef MAKE_BOOTSTRAP
-static char rcsid[] = "$NetBSD: main.c,v 1.95 2003/12/18 22:36:18 jmc Exp $";
+static char rcsid[] = "$NetBSD: main.c,v 1.96 2004/01/05 23:23:35 jmmv Exp $";
#else
#include <sys/cdefs.h>
#ifndef lint
@@ -81,7 +81,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1989, 1990, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 3/19/94";
#else
-__RCSID("$NetBSD: main.c,v 1.95 2003/12/18 22:36:18 jmc Exp $");
+__RCSID("$NetBSD: main.c,v 1.96 2004/01/05 23:23:35 jmmv Exp $");
#endif
#endif /* not lint */
#endif
@@ -1621,7 +1621,7 @@ static void
usage(void)
{
(void)fprintf(stderr,
-"Usage: %s [-Beiknqrst] [-D variable] [-d flags] [-f makefile]\n\
+"usage: %s [-Beiknqrst] [-D variable] [-d flags] [-f makefile]\n\
[-I directory] [-j max_jobs] [-m directory] [-V variable]\n\
[variable=value] [target ...]\n", progname);
exit(2);
diff --git a/usr.bin/man/man.c b/usr.bin/man/man.c
index bd3d1f42a13..567f71aa99f 100644
--- a/usr.bin/man/man.c
+++ b/usr.bin/man/man.c
@@ -1,4 +1,4 @@
-/* $NetBSD: man.c,v 1.30 2003/08/07 11:15:10 agc Exp $ */
+/* $NetBSD: man.c,v 1.31 2004/01/05 23:23:36 jmmv Exp $ */
/*
* Copyright (c) 1987, 1993, 1994, 1995
@@ -40,7 +40,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994, 1995\n\
#if 0
static char sccsid[] = "@(#)man.c 8.17 (Berkeley) 1/31/95";
#else
-__RCSID("$NetBSD: man.c,v 1.30 2003/08/07 11:15:10 agc Exp $");
+__RCSID("$NetBSD: man.c,v 1.31 2004/01/05 23:23:36 jmmv Exp $");
#endif
#endif /* not lint */
@@ -802,7 +802,7 @@ static void
usage()
{
- (void)fprintf(stderr, "Usage: %s [-achw] [-C file] [-M path] [-m path]"
+ (void)fprintf(stderr, "usage: %s [-achw] [-C file] [-M path] [-m path]"
"[-S srch] [[-s] section] title ...\n", getprogname());
exit(1);
}
diff --git a/usr.bin/midiplay/midiplay.c b/usr.bin/midiplay/midiplay.c
index ba343b8e7c1..09134fb629a 100644
--- a/usr.bin/midiplay/midiplay.c
+++ b/usr.bin/midiplay/midiplay.c
@@ -1,4 +1,4 @@
-/* $NetBSD: midiplay.c,v 1.21 2003/10/16 07:05:16 itojun Exp $ */
+/* $NetBSD: midiplay.c,v 1.22 2004/01/05 23:23:36 jmmv Exp $ */
/*
* Copyright (c) 1998, 2002 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: midiplay.c,v 1.21 2003/10/16 07:05:16 itojun Exp $");
+__RCSID("$NetBSD: midiplay.c,v 1.22 2004/01/05 23:23:36 jmmv Exp $");
#endif
@@ -138,7 +138,7 @@ u_char sample[] = {
void
usage(void)
{
- printf("Usage: %s [-d unit] [-f file] [-l] [-m] [-p pgm] [-q] "
+ printf("usage: %s [-d unit] [-f file] [-l] [-m] [-p pgm] [-q] "
"[-t tempo] [-v] [-x] [file ...]\n",
getprogname());
exit(1);
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y
index abf9c010859..bdf637123d1 100644
--- a/usr.bin/mklocale/yacc.y
+++ b/usr.bin/mklocale/yacc.y
@@ -1,4 +1,4 @@
-/* $NetBSD: yacc.y,v 1.23 2003/10/27 00:12:43 lukem Exp $ */
+/* $NetBSD: yacc.y,v 1.24 2004/01/05 23:23:36 jmmv Exp $ */
%{
/*-
@@ -43,7 +43,7 @@
static char sccsid[] = "@(#)yacc.y 8.1 (Berkeley) 6/6/93";
static char rcsid[] = "$FreeBSD$";
#else
-__RCSID("$NetBSD: yacc.y,v 1.23 2003/10/27 00:12:43 lukem Exp $");
+__RCSID("$NetBSD: yacc.y,v 1.24 2004/01/05 23:23:36 jmmv Exp $");
#endif
#endif /* not lint */
@@ -271,7 +271,7 @@ main(ac, av)
break;
default:
usage:
- fprintf(stderr, "Usage: mklocale [-d] [-o output] [source]\n");
+ fprintf(stderr, "usage: mklocale [-d] [-o output] [source]\n");
exit(1);
}
}
diff --git a/usr.bin/netgroup/netgroup.c b/usr.bin/netgroup/netgroup.c
index e2b085b4c7c..611822b77a4 100644
--- a/usr.bin/netgroup/netgroup.c
+++ b/usr.bin/netgroup/netgroup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: netgroup.c,v 1.3 2001/02/19 23:03:49 cgd Exp $ */
+/* $NetBSD: netgroup.c,v 1.4 2004/01/05 23:23:36 jmmv Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: netgroup.c,v 1.3 2001/02/19 23:03:49 cgd Exp $");
+__RCSID("$NetBSD: netgroup.c,v 1.4 2004/01/05 23:23:36 jmmv Exp $");
#include <stdio.h>
#include <stdlib.h>
@@ -51,7 +51,7 @@ static void
usage()
{
- (void)fprintf(stderr, "Usage: %s [-hud] <netgroup>\n", getprogname());
+ (void)fprintf(stderr, "usage: %s [-hud] <netgroup>\n", getprogname());
exit(1);
}
diff --git a/usr.bin/pmc/pmc.c b/usr.bin/pmc/pmc.c
index 38893801d17..5176e28023e 100644
--- a/usr.bin/pmc/pmc.c
+++ b/usr.bin/pmc/pmc.c
@@ -1,4 +1,4 @@
-/* $NetBSD: pmc.c,v 1.10 2003/06/23 13:05:50 agc Exp $ */
+/* $NetBSD: pmc.c,v 1.11 2004/01/05 23:23:36 jmmv Exp $ */
/*
* Copyright 2000 Wasabi Systems, Inc.
@@ -37,7 +37,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: pmc.c,v 1.10 2003/06/23 13:05:50 agc Exp $");
+__RCSID("$NetBSD: pmc.c,v 1.11 2004/01/05 23:23:36 jmmv Exp $");
#endif
#include <sys/types.h>
@@ -373,7 +373,7 @@ static void
usage(void)
{
- fprintf(stderr, "Usage: %s -h\n"
+ fprintf(stderr, "usage: %s -h\n"
" %s -C\n"
" %s -c <event> command [options] ...\n",
getprogname(), getprogname(), getprogname());
diff --git a/usr.bin/qsubst/qsubst.c b/usr.bin/qsubst/qsubst.c
index de234bd24a1..52e41de31ee 100644
--- a/usr.bin/qsubst/qsubst.c
+++ b/usr.bin/qsubst/qsubst.c
@@ -1,4 +1,4 @@
-/* $NetBSD: qsubst.c,v 1.6 2003/06/23 13:05:51 agc Exp $ */
+/* $NetBSD: qsubst.c,v 1.7 2004/01/05 23:23:36 jmmv Exp $ */
/*
* qsubst -- designed for renaming routines existing in a whole bunch
@@ -100,7 +100,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: qsubst.c,v 1.6 2003/06/23 13:05:51 agc Exp $");
+__RCSID("$NetBSD: qsubst.c,v 1.7 2004/01/05 23:23:36 jmmv Exp $");
#endif
#include <sys/file.h>
@@ -505,7 +505,7 @@ main(int ac, char **av)
char *cp;
if (ac < 3) {
- fprintf(stderr, "Usage: %s str1 str2 [ -w -! -noask -go -f file -F file ]\n",
+ fprintf(stderr, "usage: %s str1 str2 [ -w -! -noask -go -f file -F file ]\n",
__progname);
exit(1);
}
diff --git a/usr.bin/quota/quota.c b/usr.bin/quota/quota.c
index a65caabd312..35e7bf83bfe 100644
--- a/usr.bin/quota/quota.c
+++ b/usr.bin/quota/quota.c
@@ -1,4 +1,4 @@
-/* $NetBSD: quota.c,v 1.27 2003/09/21 17:01:43 bouyer Exp $ */
+/* $NetBSD: quota.c,v 1.28 2004/01/05 23:23:36 jmmv Exp $ */
/*
* Copyright (c) 1980, 1990, 1993
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1990, 1993\n\
#if 0
static char sccsid[] = "@(#)quota.c 8.4 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: quota.c,v 1.27 2003/09/21 17:01:43 bouyer Exp $");
+__RCSID("$NetBSD: quota.c,v 1.28 2004/01/05 23:23:36 jmmv Exp $");
#endif
#endif /* not lint */
@@ -186,7 +186,7 @@ usage()
{
fprintf(stderr, "%s\n%s\n%s\n",
- "Usage: quota [-guqv]",
+ "usage: quota [-guqv]",
"\tquota [-qv] -u username ...",
"\tquota [-qv] -g groupname ...");
exit(1);
diff --git a/usr.bin/radioctl/radioctl.c b/usr.bin/radioctl/radioctl.c
index 80bfe9abf16..a27d30f7442 100644
--- a/usr.bin/radioctl/radioctl.c
+++ b/usr.bin/radioctl/radioctl.c
@@ -1,4 +1,4 @@
-/* $NetBSD: radioctl.c,v 1.5 2003/06/23 13:05:51 agc Exp $ */
+/* $NetBSD: radioctl.c,v 1.6 2004/01/05 23:23:36 jmmv Exp $ */
/* $OpenBSD: radioctl.c,v 1.5 2001/12/18 18:42:19 mickey Exp $ */
/* $RuOBSD: radioctl.c,v 1.4 2001/10/20 18:09:10 pva Exp $ */
@@ -29,7 +29,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: radioctl.c,v 1.5 2003/06/23 13:05:51 agc Exp $");
+__RCSID("$NetBSD: radioctl.c,v 1.6 2004/01/05 23:23:36 jmmv Exp $");
#endif
#include <sys/ioctl.h>
@@ -183,7 +183,7 @@ usage(void)
{
const char *progname = getprogname();
- fprintf(stderr, "Usage:\t%s %s\n\t%s %s\n\t%s %s\n\t%s %s\n",
+ fprintf(stderr, "usage:\t%s %s\n\t%s %s\n\t%s %s\n\t%s %s\n",
progname, "[-n] variable ...",
progname, "[-n] -w name=value ...",
progname, "[-n] -a",
diff --git a/usr.bin/rdist/main.c b/usr.bin/rdist/main.c
index 34f7bb00202..14d50d194b1 100644
--- a/usr.bin/rdist/main.c
+++ b/usr.bin/rdist/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.15 2003/08/07 11:15:36 agc Exp $ */
+/* $NetBSD: main.c,v 1.16 2004/01/05 23:23:36 jmmv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.1 (Berkeley) 6/9/93";
#else
-__RCSID("$NetBSD: main.c,v 1.15 2003/08/07 11:15:36 agc Exp $");
+__RCSID("$NetBSD: main.c,v 1.16 2004/01/05 23:23:36 jmmv Exp $");
#endif
#endif /* not lint */
@@ -237,7 +237,7 @@ main(int argc, char **argv)
static void
usage(void)
{
- printf("Usage: rdist [-nqbRhivwyD] [-f distfile] [-d var=value] [-m host] [file ...]\n");
+ printf("usage: rdist [-nqbRhivwyD] [-f distfile] [-d var=value] [-m host] [file ...]\n");
printf("or: rdist [-nqbRhivwyD] -c source [...] machine[:dest]\n");
exit(1);
}
diff --git a/usr.bin/renice/renice.c b/usr.bin/renice/renice.c
index dd15024da80..06b53d86572 100644
--- a/usr.bin/renice/renice.c
+++ b/usr.bin/renice/renice.c
@@ -1,4 +1,4 @@
-/* $NetBSD: renice.c,v 1.14 2003/10/21 02:24:08 fvdl Exp $ */
+/* $NetBSD: renice.c,v 1.15 2004/01/05 23:23:36 jmmv Exp $ */
/*
* Copyright (c) 1983, 1989, 1993
@@ -37,7 +37,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1989, 1993\n\
#ifndef lint
/*static char sccsid[] = "from: @(#)renice.c 8.1 (Berkeley) 6/9/93";*/
-__RCSID("$NetBSD: renice.c,v 1.14 2003/10/21 02:24:08 fvdl Exp $");
+__RCSID("$NetBSD: renice.c,v 1.15 2004/01/05 23:23:36 jmmv Exp $");
#endif /* not lint */
#include <sys/resource.h>
@@ -166,7 +166,7 @@ static void
usage(void)
{
- fprintf(stderr, "Usage: %s [<priority> | -n <incr>] ", getprogname());
+ fprintf(stderr, "usage: %s [<priority> | -n <incr>] ", getprogname());
fprintf(stderr, "[[-p] <pids>...] [-g <pgrp>...] ");
fprintf(stderr, "[-u <user>...]\n");
exit(1);
diff --git a/usr.bin/rpcinfo/rpcinfo.c b/usr.bin/rpcinfo/rpcinfo.c
index 8aee9bf42e1..123a0c86d0b 100644
--- a/usr.bin/rpcinfo/rpcinfo.c
+++ b/usr.bin/rpcinfo/rpcinfo.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rpcinfo.c,v 1.18 2003/10/21 02:24:59 fvdl Exp $ */
+/* $NetBSD: rpcinfo.c,v 1.19 2004/01/05 23:23:36 jmmv Exp $ */
/*
* Sun RPC is a product of Sun Microsystems, Inc. and is provided for
@@ -1534,7 +1534,7 @@ progping(netid, argc, argv)
static void
usage()
{
- fprintf(stderr, "Usage: rpcinfo [-m | -s] [host]\n");
+ fprintf(stderr, "usage: rpcinfo [-m | -s] [host]\n");
#ifdef PORTMAP
fprintf(stderr, " rpcinfo -p [host]\n");
#endif
diff --git a/usr.bin/rs/rs.c b/usr.bin/rs/rs.c
index 593ffb48a1f..69f4be8308c 100644
--- a/usr.bin/rs/rs.c
+++ b/usr.bin/rs/rs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rs.c,v 1.9 2003/08/07 11:15:42 agc Exp $ */
+/* $NetBSD: rs.c,v 1.10 2004/01/05 23:23:36 jmmv Exp $ */
/*-
* Copyright (c) 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1993\n\
#if 0
static char sccsid[] = "@(#)rs.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: rs.c,v 1.9 2003/08/07 11:15:42 agc Exp $");
+__RCSID("$NetBSD: rs.c,v 1.10 2004/01/05 23:23:36 jmmv Exp $");
#endif
#endif /* not lint */
@@ -247,7 +247,7 @@ usage(char *msg, ...)
vwarnx(msg, ap);
va_end(ap);
fprintf(stderr,
-"Usage: rs [ -[csCS][x][kKgGw][N]tTeEnyjhHm ] [ rows [ cols ] ]\n");
+"usage: rs [ -[csCS][x][kKgGw][N]tTeEnyjhHm ] [ rows [ cols ] ]\n");
exit(1);
}
diff --git a/usr.bin/rup/rup.c b/usr.bin/rup/rup.c
index b067f58ad97..05adcbb0ffc 100644
--- a/usr.bin/rup/rup.c
+++ b/usr.bin/rup/rup.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rup.c,v 1.24 2003/10/16 07:07:43 itojun Exp $ */
+/* $NetBSD: rup.c,v 1.25 2004/01/05 23:23:36 jmmv Exp $ */
/*-
* Copyright (c) 1993, John Brezak
@@ -35,7 +35,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: rup.c,v 1.24 2003/10/16 07:07:43 itojun Exp $");
+__RCSID("$NetBSD: rup.c,v 1.25 2004/01/05 23:23:36 jmmv Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -372,6 +372,6 @@ main(int argc, char *argv[])
void
usage()
{
- fprintf(stderr, "Usage: rup [-dhlt] [hosts ...]\n");
+ fprintf(stderr, "usage: rup [-dhlt] [hosts ...]\n");
exit(1);
}
diff --git a/usr.bin/rusers/rusers.c b/usr.bin/rusers/rusers.c
index b0b5284a795..7ffb5ac6170 100644
--- a/usr.bin/rusers/rusers.c
+++ b/usr.bin/rusers/rusers.c
@@ -1,4 +1,4 @@
-/* $NetBSD: rusers.c,v 1.21 2001/02/19 23:03:51 cgd Exp $ */
+/* $NetBSD: rusers.c,v 1.22 2004/01/05 23:23:36 jmmv Exp $ */
/*-
* Copyright (c) 1993 John Brezak
@@ -30,7 +30,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: rusers.c,v 1.21 2001/02/19 23:03:51 cgd Exp $");
+__RCSID("$NetBSD: rusers.c,v 1.22 2004/01/05 23:23:36 jmmv Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -269,7 +269,7 @@ allhosts(void)
void
usage(void)
{
- fprintf(stderr, "Usage: %s [-la] [hosts ...]\n", getprogname());
+ fprintf(stderr, "usage: %s [-la] [hosts ...]\n", getprogname());
exit(1);
}
diff --git a/usr.bin/shuffle/shuffle.c b/usr.bin/shuffle/shuffle.c
index 5a6a6540c67..9ec73ab83d5 100644
--- a/usr.bin/shuffle/shuffle.c
+++ b/usr.bin/shuffle/shuffle.c
@@ -1,4 +1,4 @@
-/* $NetBSD: shuffle.c,v 1.14 2003/08/21 00:01:13 christos Exp $ */
+/* $NetBSD: shuffle.c,v 1.15 2004/01/05 23:23:36 jmmv Exp $ */
/*
* Copyright (c) 1998
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: shuffle.c,v 1.14 2003/08/21 00:01:13 christos Exp $");
+__RCSID("$NetBSD: shuffle.c,v 1.15 2004/01/05 23:23:36 jmmv Exp $");
#endif /* not lint */
#include <sys/time.h>
@@ -132,7 +132,7 @@ usage(void)
{
(void) fprintf(stderr,
- "Usage: %s [-0] [-f <filename>] [-n <number>] [-p <number>] [<arg> ...]\n",
+ "usage: %s [-0] [-f <filename>] [-n <number>] [-p <number>] [<arg> ...]\n",
getprogname());
exit(1);
}
diff --git a/usr.bin/skey/skey.c b/usr.bin/skey/skey.c
index 38bb82d5b92..adbf4ed84ed 100644
--- a/usr.bin/skey/skey.c
+++ b/usr.bin/skey/skey.c
@@ -1,4 +1,4 @@
-/* $NetBSD: skey.c,v 1.15 2001/07/24 23:53:25 lukem Exp $ */
+/* $NetBSD: skey.c,v 1.16 2004/01/05 23:23:36 jmmv Exp $ */
/*
* S/KEY v1.1b (skey.c)
@@ -23,7 +23,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: skey.c,v 1.15 2001/07/24 23:53:25 lukem Exp $");
+__RCSID("$NetBSD: skey.c,v 1.16 2004/01/05 23:23:36 jmmv Exp $");
#endif
#include <ctype.h>
@@ -155,7 +155,7 @@ usage(char *s)
{
fprintf(stderr,
- "Usage: %s [-n count] [-p password] [-t hash] [-x] sequence# [/] key\n",
+ "usage: %s [-n count] [-p password] [-t hash] [-x] sequence# [/] key\n",
s);
exit(1);
}
diff --git a/usr.bin/skeyinit/skeyinit.c b/usr.bin/skeyinit/skeyinit.c
index 4fb3643d909..c4d2d345661 100644
--- a/usr.bin/skeyinit/skeyinit.c
+++ b/usr.bin/skeyinit/skeyinit.c
@@ -1,4 +1,4 @@
-/* $NetBSD: skeyinit.c,v 1.22 2003/06/23 13:05:52 agc Exp $ */
+/* $NetBSD: skeyinit.c,v 1.23 2004/01/05 23:23:37 jmmv Exp $ */
/* S/KEY v1.1b (skeyinit.c)
*
@@ -17,7 +17,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: skeyinit.c,v 1.22 2003/06/23 13:05:52 agc Exp $");
+__RCSID("$NetBSD: skeyinit.c,v 1.23 2004/01/05 23:23:37 jmmv Exp $");
#endif
#include <sys/param.h>
@@ -123,7 +123,7 @@ int main(int argc, char **argv)
zerokey = 1;
break;
default:
- errx(1, "Usage: %s [-n count] [-t md4|md5|sha1] [-s] [-x] [-z] [user]", argv[0]);
+ errx(1, "usage: %s [-n count] [-t md4|md5|sha1] [-s] [-x] [-z] [user]", argv[0]);
}
}
diff --git a/usr.bin/soelim/soelim.c b/usr.bin/soelim/soelim.c
index 3065f177130..5f414a3cfc2 100644
--- a/usr.bin/soelim/soelim.c
+++ b/usr.bin/soelim/soelim.c
@@ -1,4 +1,4 @@
-/* $NetBSD: soelim.c,v 1.12 2003/10/16 06:38:11 itojun Exp $ */
+/* $NetBSD: soelim.c,v 1.13 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)soelim.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: soelim.c,v 1.12 2003/10/16 06:38:11 itojun Exp $");
+__RCSID("$NetBSD: soelim.c,v 1.13 2004/01/05 23:23:37 jmmv Exp $");
#endif /* not lint */
/*
@@ -147,7 +147,7 @@ main(int argc, char *argv[])
break;
default:
(void)fprintf(stderr,
- "Usage: %s [-I<dir>] [files...]\n",
+ "usage: %s [-I<dir>] [files...]\n",
getprogname());
exit(1);
}
diff --git a/usr.bin/split/split.c b/usr.bin/split/split.c
index 6cd0f02f582..7dd8de06e7c 100644
--- a/usr.bin/split/split.c
+++ b/usr.bin/split/split.c
@@ -1,4 +1,4 @@
-/* $NetBSD: split.c,v 1.20 2003/08/07 11:15:56 agc Exp $ */
+/* $NetBSD: split.c,v 1.21 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1987, 1993, 1994
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1993, 1994\n\
#if 0
static char sccsid[] = "@(#)split.c 8.3 (Berkeley) 4/25/94";
#endif
-__RCSID("$NetBSD: split.c,v 1.20 2003/08/07 11:15:56 agc Exp $");
+__RCSID("$NetBSD: split.c,v 1.21 2004/01/05 23:23:37 jmmv Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -308,7 +308,7 @@ static void
usage(void)
{
(void)fprintf(stderr,
-"Usage: %s [-b byte_count] [-l line_count] [-a suffix_length] "
+"usage: %s [-b byte_count] [-l line_count] [-a suffix_length] "
"[file [prefix]]\n", getprogname());
exit(1);
}
diff --git a/usr.bin/su/su.c b/usr.bin/su/su.c
index 22e59ccbc53..b100054d3ab 100644
--- a/usr.bin/su/su.c
+++ b/usr.bin/su/su.c
@@ -1,4 +1,4 @@
-/* $NetBSD: su.c,v 1.57 2003/08/20 14:11:17 christos Exp $ */
+/* $NetBSD: su.c,v 1.58 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -40,7 +40,7 @@ __COPYRIGHT(
#if 0
static char sccsid[] = "@(#)su.c 8.3 (Berkeley) 4/2/94";*/
#else
-__RCSID("$NetBSD: su.c,v 1.57 2003/08/20 14:11:17 christos Exp $");
+__RCSID("$NetBSD: su.c,v 1.58 2004/01/05 23:23:37 jmmv Exp $");
#endif
#endif /* not lint */
@@ -168,7 +168,7 @@ main(argc, argv)
case '?':
default:
(void)fprintf(stderr,
- "Usage: %s [%s] [login [shell arguments]]\n",
+ "usage: %s [%s] [login [shell arguments]]\n",
getprogname(), ARGSTR);
exit(1);
}
diff --git a/usr.bin/talk/get_names.c b/usr.bin/talk/get_names.c
index 602d20564cf..e34b7ca214d 100644
--- a/usr.bin/talk/get_names.c
+++ b/usr.bin/talk/get_names.c
@@ -1,4 +1,4 @@
-/* $NetBSD: get_names.c,v 1.10 2003/08/07 11:16:04 agc Exp $ */
+/* $NetBSD: get_names.c,v 1.11 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)get_names.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: get_names.c,v 1.10 2003/08/07 11:16:04 agc Exp $");
+__RCSID("$NetBSD: get_names.c,v 1.11 2004/01/05 23:23:37 jmmv Exp $");
#endif /* not lint */
#include "talk.h"
@@ -61,7 +61,7 @@ get_names(argc, argv)
char *names;
if (argc < 2 ) {
- printf("Usage: talk user [ttyname]\n");
+ printf("usage: talk user [ttyname]\n");
exit(1);
}
if (!isatty(0)) {
diff --git a/usr.bin/telnet/commands.c b/usr.bin/telnet/commands.c
index d592351392e..4f9785e17fd 100644
--- a/usr.bin/telnet/commands.c
+++ b/usr.bin/telnet/commands.c
@@ -1,4 +1,4 @@
-/* $NetBSD: commands.c,v 1.57 2003/08/07 11:16:08 agc Exp $ */
+/* $NetBSD: commands.c,v 1.58 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (C) 1997 and 1998 WIDE Project.
@@ -63,7 +63,7 @@
#if 0
static char sccsid[] = "@(#)commands.c 8.4 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: commands.c,v 1.57 2003/08/07 11:16:08 agc Exp $");
+__RCSID("$NetBSD: commands.c,v 1.58 2004/01/05 23:23:37 jmmv Exp $");
#endif
#endif /* not lint */
@@ -459,7 +459,7 @@ send_tncmd(void (*func)(int, int), char *cmd, char *name)
if (isprefix(name, "?")) {
int col, len;
- printf("Usage: send %s <value|option>\n", cmd);
+ printf("usage: send %s <value|option>\n", cmd);
printf("\"value\" must be from 0 to 255\n");
printf("Valid options are:\n\t");
diff --git a/usr.bin/telnet/main.c b/usr.bin/telnet/main.c
index 16d0e7b02eb..94be171970c 100644
--- a/usr.bin/telnet/main.c
+++ b/usr.bin/telnet/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.21 2003/08/07 11:16:09 agc Exp $ */
+/* $NetBSD: main.c,v 1.22 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1988, 1990, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1990, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.3 (Berkeley) 5/30/95";
#else
-__RCSID("$NetBSD: main.c,v 1.21 2003/08/07 11:16:09 agc Exp $");
+__RCSID("$NetBSD: main.c,v 1.22 2004/01/05 23:23:37 jmmv Exp $");
#endif
#endif /* not lint */
@@ -94,7 +94,7 @@ tninit(void)
void
usage()
{
- fprintf(stderr, "Usage: %s %s%s%s%s\n",
+ fprintf(stderr, "usage: %s %s%s%s%s\n",
prompt,
#ifdef AUTHENTICATION
"[-4] [-6] [-8] [-E] [-K] [-L] [-N] [-S tos] [-X atype] [-a] [-c] [-d]",
diff --git a/usr.bin/time/time.c b/usr.bin/time/time.c
index f7c546ca8ca..6d3085eb82b 100644
--- a/usr.bin/time/time.c
+++ b/usr.bin/time/time.c
@@ -1,4 +1,4 @@
-/* $NetBSD: time.c,v 1.13 2003/08/07 11:16:15 agc Exp $ */
+/* $NetBSD: time.c,v 1.14 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1987, 1988, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1987, 1988, 1993\n\
#if 0
static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: time.c,v 1.13 2003/08/07 11:16:15 agc Exp $");
+__RCSID("$NetBSD: time.c,v 1.14 2004/01/05 23:23:37 jmmv Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -162,7 +162,7 @@ main(int argc, char **argv)
static void
usage()
{
- (void)fprintf(stderr, "Usage: %s [-lp] utility [argument ...]\n",
+ (void)fprintf(stderr, "usage: %s [-lp] utility [argument ...]\n",
getprogname());
exit(EXIT_FAILURE);
}
diff --git a/usr.bin/usbhidaction/usbhidaction.c b/usr.bin/usbhidaction/usbhidaction.c
index 0a1315889a3..12970e3a404 100644
--- a/usr.bin/usbhidaction/usbhidaction.c
+++ b/usr.bin/usbhidaction/usbhidaction.c
@@ -1,4 +1,4 @@
-/* $NetBSD: usbhidaction.c,v 1.10 2003/06/23 13:05:54 agc Exp $ */
+/* $NetBSD: usbhidaction.c,v 1.11 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 2000, 2002 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: usbhidaction.c,v 1.10 2003/06/23 13:05:54 agc Exp $");
+__RCSID("$NetBSD: usbhidaction.c,v 1.11 2004/01/05 23:23:37 jmmv Exp $");
#endif
#include <stdio.h>
@@ -208,7 +208,7 @@ void
usage(void)
{
- fprintf(stderr, "Usage: %s -c config_file [-d] -f hid_dev "
+ fprintf(stderr, "usage: %s -c config_file [-d] -f hid_dev "
"[-i] [-v]\n", getprogname());
exit(1);
}
diff --git a/usr.bin/usbhidctl/usbhid.c b/usr.bin/usbhidctl/usbhid.c
index 9247639f38b..ca0619d8a4a 100644
--- a/usr.bin/usbhidctl/usbhid.c
+++ b/usr.bin/usbhidctl/usbhid.c
@@ -1,4 +1,4 @@
-/* $NetBSD: usbhid.c,v 1.23 2003/06/23 13:05:54 agc Exp $ */
+/* $NetBSD: usbhid.c,v 1.24 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: usbhid.c,v 1.23 2003/06/23 13:05:54 agc Exp $");
+__RCSID("$NetBSD: usbhid.c,v 1.24 2004/01/05 23:23:37 jmmv Exp $");
#endif
#include <sys/types.h>
@@ -763,7 +763,7 @@ usage(void)
{
const char *progname = getprogname();
- fprintf(stderr, "Usage: %s -f device [-t tablefile] [-l] [-v] -a\n",
+ fprintf(stderr, "usage: %s -f device [-t tablefile] [-l] [-v] -a\n",
progname);
fprintf(stderr, " %s -f device [-t tablefile] [-v] -r\n",
progname);
diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c
index bafbbcb8672..297e366592f 100644
--- a/usr.bin/users/users.c
+++ b/usr.bin/users/users.c
@@ -1,4 +1,4 @@
-/* $NetBSD: users.c,v 1.12 2003/08/07 11:16:57 agc Exp $ */
+/* $NetBSD: users.c,v 1.13 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1980, 1987, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1987, 1993\n\
#if 0
static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: users.c,v 1.12 2003/08/07 11:16:57 agc Exp $");
+__RCSID("$NetBSD: users.c,v 1.13 2004/01/05 23:23:37 jmmv Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -68,7 +68,7 @@ main(argc, argv)
switch(ch) {
case '?':
default:
- (void)fprintf(stderr, "Usage: %s\n", getprogname());
+ (void)fprintf(stderr, "usage: %s\n", getprogname());
exit(1);
}
argc -= optind;
diff --git a/usr.bin/vis/vis.c b/usr.bin/vis/vis.c
index 35f05e053ae..21547b7bce0 100644
--- a/usr.bin/vis/vis.c
+++ b/usr.bin/vis/vis.c
@@ -1,4 +1,4 @@
-/* $NetBSD: vis.c,v 1.8 2003/08/07 11:17:09 agc Exp $ */
+/* $NetBSD: vis.c,v 1.9 2004/01/05 23:23:37 jmmv Exp $ */
/*-
* Copyright (c) 1989, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1989, 1993\n\
#if 0
static char sccsid[] = "@(#)vis.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: vis.c,v 1.8 2003/08/07 11:17:09 agc Exp $");
+__RCSID("$NetBSD: vis.c,v 1.9 2004/01/05 23:23:37 jmmv Exp $");
#endif /* not lint */
#include <stdio.h>
@@ -111,7 +111,7 @@ main(argc, argv)
case '?':
default:
fprintf(stderr,
- "Usage: vis [-nwctsobf] [-e extra] [-F foldwidth]\n");
+ "usage: vis [-nwctsobf] [-e extra] [-F foldwidth]\n");
exit(1);
}
argc -= optind;
diff --git a/usr.bin/who/who.c b/usr.bin/who/who.c
index c2556e50a98..9aa93c8842e 100644
--- a/usr.bin/who/who.c
+++ b/usr.bin/who/who.c
@@ -1,4 +1,4 @@
-/* $NetBSD: who.c,v 1.12 2003/08/07 11:17:19 agc Exp $ */
+/* $NetBSD: who.c,v 1.13 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -43,7 +43,7 @@ __COPYRIGHT(
#if 0
static char sccsid[] = "@(#)who.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: who.c,v 1.12 2003/08/07 11:17:19 agc Exp $");
+__RCSID("$NetBSD: who.c,v 1.13 2004/01/05 23:23:37 jmmv Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -246,7 +246,7 @@ output_labels()
static void
usage()
{
- (void)fprintf(stderr, "Usage: %s [-mTuH] [ file ]\n %s am i\n",
+ (void)fprintf(stderr, "usage: %s [-mTuH] [ file ]\n %s am i\n",
getprogname(), getprogname());
exit(1);
}
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 78482d05b75..30fa52873e7 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -1,4 +1,4 @@
-/* $NetBSD: whois.c,v 1.25 2003/10/16 06:36:51 itojun Exp $ */
+/* $NetBSD: whois.c,v 1.26 2004/01/05 23:23:37 jmmv Exp $ */
/* $OpenBSD: whois.c,v 1.28 2003/09/18 22:16:15 fgsch Exp $ */
/*
@@ -41,7 +41,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static const char sccsid[] = "@(#)whois.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: whois.c,v 1.25 2003/10/16 06:36:51 itojun Exp $");
+__RCSID("$NetBSD: whois.c,v 1.26 2004/01/05 23:23:37 jmmv Exp $");
#endif
#endif /* not lint */
@@ -311,7 +311,7 @@ static void
usage(void)
{
(void)fprintf(stderr,
- "Usage: %s [-6AadgilmQRr] [-c country-code | -h hostname] "
+ "usage: %s [-6AadgilmQRr] [-c country-code | -h hostname] "
"[-p port] name ...\n", getprogname());
exit(1);
}
diff --git a/usr.bin/window/main.c b/usr.bin/window/main.c
index 1827fad500f..560b1a8c710 100644
--- a/usr.bin/window/main.c
+++ b/usr.bin/window/main.c
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.12 2003/08/07 11:17:27 agc Exp $ */
+/* $NetBSD: main.c,v 1.13 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -42,7 +42,7 @@ __COPYRIGHT("@(#) Copyright (c) 1983, 1993\n\
#if 0
static char sccsid[] = "@(#)main.c 8.2 (Berkeley) 4/2/94";
#else
-__RCSID("$NetBSD: main.c,v 1.12 2003/08/07 11:17:27 agc Exp $");
+__RCSID("$NetBSD: main.c,v 1.13 2004/01/05 23:23:37 jmmv Exp $");
#endif
#endif /* not lint */
@@ -193,7 +193,7 @@ void
usage(void)
{
(void) fprintf(stderr,
- "Usage: %s [-e escape-char] [-c command] [-t] [-f] [-d]\n",
+ "usage: %s [-e escape-char] [-c command] [-t] [-f] [-d]\n",
getprogname());
exit(1);
}
diff --git a/usr.bin/xstr/xstr.c b/usr.bin/xstr/xstr.c
index a8ffbf945c4..b8326acbffb 100644
--- a/usr.bin/xstr/xstr.c
+++ b/usr.bin/xstr/xstr.c
@@ -1,4 +1,4 @@
-/* $NetBSD: xstr.c,v 1.16 2003/11/08 18:44:52 christos Exp $ */
+/* $NetBSD: xstr.c,v 1.17 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -39,7 +39,7 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1993\n\
#if 0
static char sccsid[] = "@(#)xstr.c 8.1 (Berkeley) 6/9/93";
#else
-__RCSID("$NetBSD: xstr.c,v 1.16 2003/11/08 18:44:52 christos Exp $");
+__RCSID("$NetBSD: xstr.c,v 1.17 2004/01/05 23:23:37 jmmv Exp $");
#endif
#endif /* not lint */
@@ -516,7 +516,7 @@ static void
usage(void)
{
- (void)fprintf(stderr, "Usage: %s [-vc] [-l array] [-] [<name> ...]\n",
+ (void)fprintf(stderr, "usage: %s [-vc] [-l array] [-] [<name> ...]\n",
getprogname());
exit(1);
}
diff --git a/usr.bin/ypmatch/ypmatch.c b/usr.bin/ypmatch/ypmatch.c
index 1a4bf86da4f..50d85b2663a 100644
--- a/usr.bin/ypmatch/ypmatch.c
+++ b/usr.bin/ypmatch/ypmatch.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ypmatch.c,v 1.15 2003/12/10 12:06:26 agc Exp $ */
+/* $NetBSD: ypmatch.c,v 1.16 2004/01/05 23:23:37 jmmv Exp $ */
/*
* Copyright (c) 1992, 1993 Theo de Raadt <deraadt@fsa.ca>
@@ -28,7 +28,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ypmatch.c,v 1.15 2003/12/10 12:06:26 agc Exp $");
+__RCSID("$NetBSD: ypmatch.c,v 1.16 2004/01/05 23:23:37 jmmv Exp $");
#endif
#include <sys/param.h>
@@ -157,7 +157,7 @@ void
usage()
{
- fprintf(stderr, "Usage: %s [-d domain] [-tkz] key [key ...] "
+ fprintf(stderr, "usage: %s [-d domain] [-tkz] key [key ...] "
"mapname\n", getprogname());
fprintf(stderr, " %s -x\n", getprogname());
exit(1);