Use "cylinder" instead of "cyl" for consistency.

Reviewed by:	phk
This commit is contained in:
Joel Dahl 2010-11-13 15:28:44 +00:00
parent 906421ef20
commit db28020476
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=215247
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@
.Op Fl S Ar sectorsize
.Op Fl u Ar unit
.Op Fl x Ar sectors/track
.Op Fl y Ar heads/cyl
.Op Fl y Ar heads/cylinder
.Nm
.Fl d
.Fl u Ar unit

View File

@ -57,7 +57,7 @@ usage(void)
fprintf(stderr,
"usage: mdconfig -a -t type [-n] [-o [no]option] ... [-f file]\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 -l [-v] [-n] [-u unit]\n");
fprintf(stderr, "\t\ttype = {malloc, preload, vnode, swap}\n");