diff options
author | phk <phk@FreeBSD.org> | 2004-01-12 10:54:09 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2004-01-12 10:54:09 +0000 |
commit | 39966fbafe55a16dc7d5dda6b10b3f4cf4de6014 (patch) | |
tree | aa3101363f5c5d905e045733922c3a1f934c112f /sbin | |
parent | 85e17886ebac50dbb6b31fb16d6acea658a2cda9 (diff) | |
download | FreeBSD-src-39966fbafe55a16dc7d5dda6b10b3f4cf4de6014.zip FreeBSD-src-39966fbafe55a16dc7d5dda6b10b3f4cf4de6014.tar.gz |
Note that geometry can also be specified on vnode backed deviecs.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 1988b3e..7c053dd 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -131,7 +131,7 @@ See description of .Fl y below. .It Fl y Ar heads/cylinder -For malloc backed devices, the +For malloc or vnode backed devices, the .Fl x and .Fl y |