mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
Make flags in usage() and SYNOPSYS more style(9)-ish.
Suggested by: brian MFC after: 3 days
This commit is contained in:
parent
5b41e64486
commit
1ece82b487
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=211990
@ -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
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user