svn commit: r367519 - stable/11/sbin/mdconfig

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Nov 9 09:31:21 UTC 2020


Author: 0mp (doc,ports committer)
Date: Mon Nov  9 09:31:21 2020
New Revision: 367519
URL: https://svnweb.freebsd.org/changeset/base/367519

Log:
  MFC r367420:
  
  Use Cm macros instead of Ar when referring to a specific memory disk type

Modified:
  stable/11/sbin/mdconfig/mdconfig.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/mdconfig/mdconfig.8
==============================================================================
--- stable/11/sbin/mdconfig/mdconfig.8	Mon Nov  9 09:30:49 2020	(r367518)
+++ stable/11/sbin/mdconfig/mdconfig.8	Mon Nov  9 09:31:21 2020	(r367519)
@@ -126,7 +126,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.
@@ -169,7 +169,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.
@@ -231,7 +231,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-11 mailing list