Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2021 09:04:00 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: ff8c945e9ac2 - stable/13 - bhyve.8: Fix the synopsis of -p
Message-ID:  <202108160904.17G9409X069195@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=ff8c945e9ac28301ba6d646f432911a0e6a45403

commit ff8c945e9ac28301ba6d646f432911a0e6a45403
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-04-18 20:01:30 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-08-16 08:55:36 +0000

    bhyve.8: Fix the synopsis of -p
    
    Use appropriate mdoc macros.
    
    MFC after:      2 weeks
    
    (cherry picked from commit 90df54374f1ce1b94c10c34c2a5b06be0353ebae)
---
 usr.sbin/bhyve/bhyve.8 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 051ca05d85e5..eaef0548e209 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -211,7 +211,7 @@ to
 .Ar value .
 .It Fl P
 Force the guest virtual CPU to exit when a PAUSE instruction is detected.
-.It Fl p Ar vcpu:hostcpu
+.It Fl p Ar vcpu Ns Cm \& : Ns Ar hostcpu
 Pin guest's virtual CPU
 .Em vcpu
 to



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