mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=303036
@ -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 New Issue
Block a user