svn commit: r367420 - head/sbin/mdconfig

Mateusz Piotrowski 0mp at FreeBSD.org
Fri Nov 6 15:55:14 UTC 2020


Author: 0mp (doc,ports committer)
Date: Fri Nov  6 15:55:13 2020
New Revision: 367420
URL: https://svnweb.freebsd.org/changeset/base/367420

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

Modified:
  head/sbin/mdconfig/mdconfig.8

Modified: head/sbin/mdconfig/mdconfig.8
==============================================================================
--- head/sbin/mdconfig/mdconfig.8	Fri Nov  6 15:38:51 2020	(r367419)
+++ head/sbin/mdconfig/mdconfig.8	Fri Nov  6 15:55:13 2020	(r367420)
@@ -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.
@@ -272,7 +272,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-head mailing list