Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2020 09:30:49 +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-12@freebsd.org
Subject:   svn commit: r367518 - stable/12/sbin/mdconfig
Message-ID:  <202011090930.0A99UnAT006236@repo.freebsd.org>

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



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