Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jan 2023 19:25:46 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: a6346d2f3e0d - stable/13 - bhyve.8: Fix markup of the -G flag
Message-ID:  <202301261925.30QJPkKw077873@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by jhb:

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

commit a6346d2f3e0d976d5fd244e49a1d59e817bab4ee
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-10-12 14:06:52 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2023-01-26 19:12:53 +0000

    bhyve.8: Fix markup of the -G flag
    
    (cherry picked from commit 775f6f459595c5373ab389a43bdf1a8467233f1a)
---
 usr.sbin/bhyve/bhyve.8 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index c82bbce74c8c..152557087862 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -45,10 +45,11 @@
 .Op Cm ,threads= Ar n
 .Oc
 .Sm on
-.Oo Fl G
+.Oo
 .Sm off
+.Fl G\~
 .Oo Ar w Oc
-.Oo Ar bind_address: Oc
+.Oo Ar bind_address Cm \&: Oc
 .Ar port
 .Sm on
 .Oc
@@ -59,8 +60,8 @@
 .Ar lpcdev Op Cm \&, Ar conf
 .Sm on
 .Oc
-.Oo Fl m
 .Sm off
+.Oo Fl m\~
 .Ar memsize
 .Oo
 .Cm K | Cm k | Cm M | Cm m | Cm G | Cm g | Cm T | Cm t
@@ -147,7 +148,7 @@ This is intended for debug purposes.
 .It Fl G Xo
 .Sm off
 .Oo Ar w Oc
-.Oo Ar bind_address: Oc
+.Oo Ar bind_address Cm \&: Oc
 .Ar port
 .Sm on
 .Xc



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