Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 09:31:21 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r367519 - stable/11/sbin/mdconfig
Message-ID:  <202011090931.0A99VLaJ006306@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011090931.0A99VLaJ006306>