[Midnightbsd-cvs] src [11112] update man page
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue Jun 19 14:59:54 EDT 2018
Revision: 11112
http://svnweb.midnightbsd.org/src/?rev=11112
Author: laffer1
Date: 2018-06-19 14:59:04 -0400 (Tue, 19 Jun 2018)
Log Message:
-----------
update man page
Modified Paths:
--------------
trunk/sbin/mdmfs/Makefile
trunk/sbin/mdmfs/mdmfs.8
Property Changed:
----------------
trunk/sbin/mdmfs/mdmfs.8
Modified: trunk/sbin/mdmfs/Makefile
===================================================================
--- trunk/sbin/mdmfs/Makefile 2018-06-19 18:58:21 UTC (rev 11111)
+++ trunk/sbin/mdmfs/Makefile 2018-06-19 18:59:04 UTC (rev 11112)
@@ -1,4 +1,5 @@
# $MidnightBSD$
+# $FreeBSD: stable/10/sbin/mdmfs/Makefile 198236 2009-10-19 16:00:24Z ru $
PROG= mdmfs
LINKS= ${BINDIR}/${PROG} ${BINDIR}/mount_mfs
Modified: trunk/sbin/mdmfs/mdmfs.8
===================================================================
--- trunk/sbin/mdmfs/mdmfs.8 2018-06-19 18:58:21 UTC (rev 11111)
+++ trunk/sbin/mdmfs/mdmfs.8 2018-06-19 18:59:04 UTC (rev 11112)
@@ -1,3 +1,4 @@
+.\" $MidnightBSD$
.\"
.\" Copyright (c) 2001 Dima Dorfman.
.\" All rights reserved.
@@ -23,9 +24,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $MidnightBSD$
+.\" $FreeBSD: stable/10/sbin/mdmfs/mdmfs.8 297338 2016-03-28 09:18:18Z mav $
.\"
-.Dd September 4, 2011
+.Dd March 7, 2016
.Dt MDMFS 8
.Os
.Sh NAME
@@ -36,7 +37,7 @@
driver
.Sh SYNOPSIS
.Nm
-.Op Fl DLlMNPStUX
+.Op Fl DLlMNnPStUX
.Op Fl a Ar maxcontig
.Op Fl b Ar block-size
.Op Fl c Ar blocks-per-cylinder-group
@@ -47,7 +48,6 @@
.Op Fl f Ar frag-size
.Op Fl i Ar bytes
.Op Fl m Ar percent-free
-.Op Fl n Ar rotational-positions
.Op Fl O Ar optimization
.Op Fl o Ar mount-options
.Op Fl p Ar permissions
@@ -167,8 +167,10 @@
Do not actually run the helper programs.
This is most useful in conjunction with
.Fl X .
-.It Fl n Ar rotational-positions
-The default number of rotational positions to distinguish.
+.It Fl n
+Do not create a
+.Pa .snap
+directory on the new file system.
.It Fl O Ar optimization
Select the optimization preference;
valid choices are
Property changes on: trunk/sbin/mdmfs/mdmfs.8
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list