Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 09:04:01 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: e08e2c7c1882 - stable/13 - bhyve.8: Clean up description of -r
Message-ID:  <202108160904.17G941nZ069219@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=e08e2c7c1882818aeda954e7c3372a0a08530a57

commit e08e2c7c1882818aeda954e7c3372a0a08530a57
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-18 20:03:40 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-08-16 08:55:56 +0000

    bhyve.8: Clean up description of -r
    
    There is no need to wrap those flags in Op macros.
    
    MFC after:      2 weeks
    
    (cherry picked from commit b24eea8c7a2ff2bf19b1bdbb2838d185e578581a)
---
 usr.sbin/bhyve/bhyve.8 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index eaef0548e209..7147e203640f 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -226,9 +226,9 @@ and the guest device and vCPU state are restored from the file
 Note that the current snapshot file format requires that the configuration of
 devices in the new VM match the VM from which the snapshot was taken by specifying the
 same
-.Op Fl s
+.Fl s
 and
-.Op Fl l
+.Fl l
 options.
 The count of vCPUs and memory configuration are read from the snapshot.
 .It Fl S



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