The UFS filesystem get created only if -P was not specified.

Specify this on the description

MFC after:	3 days
This commit is contained in:
matteo 2006-10-01 09:40:55 +00:00
parent 5e72f6a094
commit 04f38ef639

View File

@ -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 .