summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2010-08-30 07:29:27 +0000
committermaxim <maxim@FreeBSD.org>2010-08-30 07:29:27 +0000
commit08e0e5241fd0b24bcb9e6eafac5471d6dbb61f1d (patch)
tree87bfc1bad0aab585055cf4068583fa2f23eda8e1
parente14a354a91cc5fe75376f5ae2b3d886391e1d1fa (diff)
downloadFreeBSD-src-08e0e5241fd0b24bcb9e6eafac5471d6dbb61f1d.zip
FreeBSD-src-08e0e5241fd0b24bcb9e6eafac5471d6dbb61f1d.tar.gz
Make flags in usage() and SYNOPSYS more style(9)-ish.
Suggested by: brian MFC after: 3 days
-rw-r--r--sbin/kldload/kldload.83
-rw-r--r--sbin/kldload/kldload.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/sbin/kldload/kldload.8 b/sbin/kldload/kldload.8
index 6491fed..91b0c86 100644
--- a/sbin/kldload/kldload.8
+++ b/sbin/kldload/kldload.8
@@ -33,8 +33,7 @@
.Nd load a file into the kernel
.Sh SYNOPSIS
.Nm
-.Op Fl v
-.Op Fl q
+.Op Fl qv
.Ar
.Sh DESCRIPTION
The
diff --git a/sbin/kldload/kldload.c b/sbin/kldload/kldload.c
index 48d00e1..4d8d20a 100644
--- a/sbin/kldload/kldload.c
+++ b/sbin/kldload/kldload.c
@@ -129,7 +129,7 @@ path_check(const char *kldname, int quiet)
static void
usage(void)
{
- fprintf(stderr, "usage: kldload [-v] [-q] file ...\n");
+ fprintf(stderr, "usage: kldload [-qv] file ...\n");
exit(1);
}
OpenPOWER on IntegriCloud