svn commit: r367518 - stable/12/sbin/mdconfig
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Nov 9 09:30:50 UTC 2020
Author: 0mp (doc,ports committer)
Date: Mon Nov 9 09:30:49 2020
New Revision: 367518
URL: https://svnweb.freebsd.org/changeset/base/367518
Log:
MFC r367420:
Use Cm macros instead of Ar when referring to a specific memory disk type
Modified:
stable/12/sbin/mdconfig/mdconfig.8
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/sbin/mdconfig/mdconfig.8
==============================================================================
--- stable/12/sbin/mdconfig/mdconfig.8 Mon Nov 9 08:53:15 2020 (r367517)
+++ stable/12/sbin/mdconfig/mdconfig.8 Mon Nov 9 09:30:49 2020 (r367518)
@@ -127,7 +127,7 @@ Filename to use for the vnode type memory disk.
The
.Fl a
and
-.Fl t Ar vnode
+.Fl t Cm vnode
options are implied if not specified.
.It Fl l
List configured devices.
@@ -170,7 +170,7 @@ When used without the
option, the
.Fl a
and
-.Fl t Ar swap
+.Fl t Cm swap
options are implied if not specified.
.It Fl S Ar sectorsize
Sectorsize to use for the memory disk, in bytes.
@@ -246,7 +246,7 @@ The last form,
is provided for convenience as an abbreviation of
.Nm
.Fl a
-.Fl t Ar vnode
+.Fl t Cm vnode
.Fl f Ar file .
.Sh EXAMPLES
Create a disk with
More information about the svn-src-stable-12
mailing list