diff options
author | charnier <charnier@FreeBSD.org> | 2002-07-06 19:34:18 +0000 |
---|---|---|
committer | charnier <charnier@FreeBSD.org> | 2002-07-06 19:34:18 +0000 |
commit | a2accd01f0ac2f25d72443923819abceaf128119 (patch) | |
tree | 219860332a065e5cb6defc25dab58e4a8c7997cd /sbin/mdmfs | |
parent | 9639b20db64d084fa58b75058a2bd896b1f743e1 (diff) | |
download | FreeBSD-src-a2accd01f0ac2f25d72443923819abceaf128119.zip FreeBSD-src-a2accd01f0ac2f25d72443923819abceaf128119.tar.gz |
The .Nm utility
Diffstat (limited to 'sbin/mdmfs')
-rw-r--r-- | sbin/mdmfs/mdmfs.8 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8 index bb233a4..eb97897 100644 --- a/sbin/mdmfs/mdmfs.8 +++ b/sbin/mdmfs/mdmfs.8 @@ -74,12 +74,13 @@ driver .Sh DESCRIPTION The .Nm -program is designed to be a work-alike and look-alike of the deprecated +utility is designed to be a work-alike and look-alike of the deprecated .Xr mount_mfs 8 . The end result is essentially the same, but is accomplished in a completely different way. +The .Nm -configures an +utility configures an .Xr md 4 disk using .Xr mdconfig 8 , @@ -289,8 +290,9 @@ do not use soft-updates on it and mount it .Pp .Dl "mdmfs -M -S -o async -s 16m md1 /tmp" .Sh COMPATIBILITY -.Nm , -while designed to be fully compatible with +The +.Nm +utility, while designed to be fully compatible with .Xr mount_mfs 8 , can be useful by itself. Since |