Use "cylinder" instead of "cyl" for consistency.
Reviewed by: phk
This commit is contained in:
parent
906421ef20
commit
db28020476
@ -58,7 +58,7 @@
|
|||||||
.Op Fl S Ar sectorsize
|
.Op Fl S Ar sectorsize
|
||||||
.Op Fl u Ar unit
|
.Op Fl u Ar unit
|
||||||
.Op Fl x Ar sectors/track
|
.Op Fl x Ar sectors/track
|
||||||
.Op Fl y Ar heads/cyl
|
.Op Fl y Ar heads/cylinder
|
||||||
.Nm
|
.Nm
|
||||||
.Fl d
|
.Fl d
|
||||||
.Fl u Ar unit
|
.Fl u Ar unit
|
||||||
|
@ -57,7 +57,7 @@ usage(void)
|
|||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: mdconfig -a -t type [-n] [-o [no]option] ... [-f file]\n"
|
"usage: mdconfig -a -t type [-n] [-o [no]option] ... [-f file]\n"
|
||||||
" [-s size] [-S sectorsize] [-u unit]\n"
|
" [-s size] [-S sectorsize] [-u unit]\n"
|
||||||
" [-x sectors/track] [-y heads/cyl]\n"
|
" [-x sectors/track] [-y heads/cylinder]\n"
|
||||||
" mdconfig -d -u unit [-o [no]force]\n"
|
" mdconfig -d -u unit [-o [no]force]\n"
|
||||||
" mdconfig -l [-v] [-n] [-u unit]\n");
|
" mdconfig -l [-v] [-n] [-u unit]\n");
|
||||||
fprintf(stderr, "\t\ttype = {malloc, preload, vnode, swap}\n");
|
fprintf(stderr, "\t\ttype = {malloc, preload, vnode, swap}\n");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user