summaryrefslogtreecommitdiffstats
path: root/sbin/mdconfig
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2010-11-13 15:28:44 +0000
committerjoel <joel@FreeBSD.org>2010-11-13 15:28:44 +0000
commit71d00a95d70efe5f34c3df05fecbdd0ab20fb97a (patch)
treedc950aafb1501536ac34a00de35cd9171c81ef1e /sbin/mdconfig
parentde8b3542a7e5635057f87ef46dc094fafd09214c (diff)
downloadFreeBSD-src-71d00a95d70efe5f34c3df05fecbdd0ab20fb97a.zip
FreeBSD-src-71d00a95d70efe5f34c3df05fecbdd0ab20fb97a.tar.gz
Use "cylinder" instead of "cyl" for consistency.
Reviewed by: phk
Diffstat (limited to 'sbin/mdconfig')
-rw-r--r--sbin/mdconfig/mdconfig.82
-rw-r--r--sbin/mdconfig/mdconfig.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8
index 0288474..5998de5 100644
--- a/sbin/mdconfig/mdconfig.8
+++ b/sbin/mdconfig/mdconfig.8
@@ -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
diff --git a/sbin/mdconfig/mdconfig.c b/sbin/mdconfig/mdconfig.c
index a564484..2217c6c 100644
--- a/sbin/mdconfig/mdconfig.c
+++ b/sbin/mdconfig/mdconfig.c
@@ -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");
OpenPOWER on IntegriCloud