View | Details | Raw Unified | Return to bug 212508
Collapse All | Expand All

(-)sbin/mdmfs/mdmfs.8 (-4 / +10 lines)
Lines 25-31 Link Here
25
.\"
25
.\"
26
.\" $FreeBSD$
26
.\" $FreeBSD$
27
.\"
27
.\"
28
.Dd March 9, 2016
28
.Dd September 9, 2016
29
.Dt MDMFS 8
29
.Dt MDMFS 8
30
.Os
30
.Os
31
.Sh NAME
31
.Sh NAME
Lines 127-133 Link Here
127
.It Fl d Ar max-extent-size
127
.It Fl d Ar max-extent-size
128
The file system may choose to store large files using extents.
128
The file system may choose to store large files using extents.
129
This parameter specifies the largest extent size that may be
129
This parameter specifies the largest extent size that may be
130
used.  It is presently limited to its default value which is 16
130
used.
131
It is presently limited to its default value which is 16
131
times the file system blocksize.
132
times the file system blocksize.
132
.It Fl E Ar path-mdconfig
133
.It Fl E Ar path-mdconfig
133
Use
134
Use
Lines 311-318 Link Here
311
.Xr mount 8
312
.Xr mount 8
312
as
313
as
313
.Fl t .
314
.Fl t .
314
See the programs that the options are passed to for more information
315
For information on semantics, refer to the documentation of the programs
315
on their semantics.
316
that the options are passed to.
316
.Sh EXAMPLES
317
.Sh EXAMPLES
317
Create and mount a 32 megabyte swap-backed file system on
318
Create and mount a 32 megabyte swap-backed file system on
318
.Pa /tmp :
319
.Pa /tmp :
Lines 394-398 Link Here
394
.Xr mdconfig 8 ,
395
.Xr mdconfig 8 ,
395
.Xr mount 8 ,
396
.Xr mount 8 ,
396
.Xr newfs 8
397
.Xr newfs 8
398
.Sh HISTORY
399
The
400
.Nm
401
utility appeared in
402
.Fx 5.0 .
397
.Sh AUTHORS
403
.Sh AUTHORS
398
.An Dima Dorfman
404
.An Dima Dorfman

Return to bug 212508