git: 96bf53430abb - stable/12 - bhyve.8: Fix the synopsis of -p

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Aug 16 11:14:59 UTC 2021


The branch stable/12 has been updated by 0mp (doc, ports committer):

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

commit 96bf53430abb0bd60acef50515634eacef8ee955
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-18 20:01:30 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-08-16 09:42:53 +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 9f2ab5defbbf..c65da7f1de54 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -225,7 +225,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


More information about the dev-commits-src-all mailing list