summaryrefslogtreecommitdiff
path: root/sbin/mdmfs
diff options
context:
space:
mode:
authorAllan Jude <allanjude@FreeBSD.org>2016-09-16 04:28:31 +0000
committerAllan Jude <allanjude@FreeBSD.org>2016-09-16 04:28:31 +0000
commit0fcf43f6f308e2bc2dc7a247971fded65f7186cd (patch)
treeab1e2f1f7ee302562d9c327339f20f1e81fda729 /sbin/mdmfs
parente700bef2dc85fb4318d32ea5d3afd0335435c95e (diff)
downloadsrc-test-0fcf43f6f308e2bc2dc7a247971fded65f7186cd.tar.gz
src-test-0fcf43f6f308e2bc2dc7a247971fded65f7186cd.zip
Add missing history sections to a number of storage related man pages
gmultipath.8: Add HISTORY Adjust sentences with bad phrases picked up by igor ggatec.8: Add HISTORY ggated.8: Add HISTORY ggatel.8: Add HISTORY Seperate out sentence as advised by igor. hastctl.8: Add HISTORY hastd.8: Add HISTORY Fix sentence highlighted by igor. iscontrol.8: Add HISTORY mdmfs.8: Add HISTORY Address issues raised by igor mount_nfs.8: Add HISTORY Not sure where mount_nfs first showed up, but the verison used in the BSD's originates from 4.4BSD according to CSRG archive. Though commercial offerings from Sun and others covers older systems, eg https://groups.google.com/forum/#!topic/net.unix-wizards/lMe7aQikqJI nandfs.8: Add HISTORY Adjust sentence in description to address bad phrase highlighted by igor. nvmecontrol.8: Add HISTORY PR: 212491 PR: 212498 PR: 212499 PR: 212500 PR: 212501 PR: 212502 PR: 212505 PR: 212508 PR: 212540 PR: 212543 PR: 212546 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Notes
Notes: svn path=/head/; revision=305861
Diffstat (limited to 'sbin/mdmfs')
-rw-r--r--sbin/mdmfs/mdmfs.814
1 files changed, 10 insertions, 4 deletions
diff --git a/sbin/mdmfs/mdmfs.8 b/sbin/mdmfs/mdmfs.8
index a91cab260dc87..30a81fa49cf61 100644
--- a/sbin/mdmfs/mdmfs.8
+++ b/sbin/mdmfs/mdmfs.8
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd March 9, 2016
+.Dd September 9, 2016
.Dt MDMFS 8
.Os
.Sh NAME
@@ -127,7 +127,8 @@ to try to detach the unit before attaching it.
.It Fl d Ar max-extent-size
The file system may choose to store large files using extents.
This parameter specifies the largest extent size that may be
-used. It is presently limited to its default value which is 16
+used.
+It is presently limited to its default value which is 16
times the file system blocksize.
.It Fl E Ar path-mdconfig
Use
@@ -311,8 +312,8 @@ option is passed to
.Xr mount 8
as
.Fl t .
-See the programs that the options are passed to for more information
-on their semantics.
+For information on semantics, refer to the documentation of the programs
+that the options are passed to.
.Sh EXAMPLES
Create and mount a 32 megabyte swap-backed file system on
.Pa /tmp :
@@ -394,5 +395,10 @@ was given on the command line.
.Xr mdconfig 8 ,
.Xr mount 8 ,
.Xr newfs 8
+.Sh HISTORY
+The
+.Nm
+utility appeared in
+.Fx 5.0 .
.Sh AUTHORS
.An Dima Dorfman