diff options
author | matteo <matteo@FreeBSD.org> | 2006-10-01 09:40:55 +0000 |
---|---|---|
committer | matteo <matteo@FreeBSD.org> | 2006-10-01 09:40:55 +0000 |
commit | 04f38ef6393ec11d5a7404a6288ed9eb967d1a93 (patch) | |
tree | fb85cc4bc4f4ba78974a6500bf627dc62f659028 /sbin/mdmfs | |
parent | 5e72f6a094e30381b8dd1616c1c29b545c287c22 (diff) | |
download | FreeBSD-src-04f38ef6393ec11d5a7404a6288ed9eb967d1a93.zip FreeBSD-src-04f38ef6393ec11d5a7404a6288ed9eb967d1a93.tar.gz |
The UFS filesystem get created only if -P was not specified.
Specify this on the description
MFC after: 3 days
Diffstat (limited to 'sbin/mdmfs')
-rw-r--r-- | sbin/mdmfs/mdmfs.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8 index 689e4f3..c6f7d90 100644 --- a/sbin/mdmfs/mdmfs.8 +++ b/sbin/mdmfs/mdmfs.8 @@ -25,7 +25,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 16, 2006 +.Dd October 1 , 2006 .Dt MDMFS 8 .Os .Sh NAME @@ -89,7 +89,9 @@ utility configures an .Xr md 4 disk using .Xr mdconfig 8 , -puts a UFS file system on it using +puts a UFS file system on it (unless +.Fl P +was specified) using .Xr newfs 8 , and mounts it using .Xr mount 8 . |