mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
makefs: reorder 'usage' alphabetically
From NetBSD, Mon Aug 15 14:45:01 2011 +0000 (wiz)
Re-order `usage' alphabetically;
rename option arguments in the manpage's `SYNOPSIS' section to
match those from `usage' (not the other way around; the `usage'-line
(and other parts of makefs.c) contain the correct names);
minor punctuation improvements.
From Snader_LB.
makefs.8 1.36
makefs.c 1.30
Obtained from: NetBSD
This commit is contained in:
parent
a1acc06f4f
commit
298d081c1b
2 changed files with 6 additions and 5 deletions
|
|
@ -401,7 +401,8 @@ The
|
|||
utility appeared in
|
||||
.Nx 1.6 .
|
||||
.Sh AUTHORS
|
||||
.An Luke Mewburn Aq Mt lukem@NetBSD.org
|
||||
.An Luke Mewburn
|
||||
.Aq Mt lukem@NetBSD.org
|
||||
(original program),
|
||||
.An Daniel Watt ,
|
||||
.An Walter Deignan ,
|
||||
|
|
|
|||
|
|
@ -403,10 +403,10 @@ usage(void)
|
|||
|
||||
prog = getprogname();
|
||||
fprintf(stderr,
|
||||
"usage: %s [-t fs-type] [-o fs-options] [-d debug-mask] [-B endian]\n"
|
||||
"\t[-S sector-size] [-M minimum-size] [-m maximum-size] [-R roundup-size]\n"
|
||||
"\t[-s image-size] [-b free-blocks] [-f free-files] [-F mtree-specfile]\n"
|
||||
"\t[-xZ] [-N userdb-dir] [-T <timestamp/file>]\n"
|
||||
"usage: %s [-xZ] [-B endian] [-b free-blocks] [-d debug-mask]\n"
|
||||
"\t[-F mtree-specfile] [-f free-files] [-M minimum-size] [-m maximum-size]\n"
|
||||
"\t[-N userdb-dir] [-o fs-options] [-R roundup-size] [-S sector-size]\n"
|
||||
"\t[-s image-size] [-T <timestamp/file>] [-t fs-type]\n"
|
||||
"\timage-file directory | manifest [extra-directory ...]\n",
|
||||
prog);
|
||||
exit(1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue