From 5a7d45e3b5455d554665269116b17dfc57718640 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 21 May 2005 07:08:32 +0000 Subject: Synchronize program's usage() with manpage's SYNOPSIS. --- sbin/kldstat/kldstat.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sbin/kldstat/kldstat.c b/sbin/kldstat/kldstat.c index fd8f220..20404d6 100644 --- a/sbin/kldstat/kldstat.c +++ b/sbin/kldstat/kldstat.c @@ -76,7 +76,8 @@ static void printfile(int fileid, int verbose) static void usage(void) { - fprintf(stderr, "usage: kldstat [-v] [-i id] [-n name] [-m name]\n"); + fprintf(stderr, "usage: kldstat [-v] [-i id] [-n filename]\n"); + fprintf(stderr, " kldstat [-m modname]\n"); exit(1); } -- cgit v1.1