Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Nov 2022 21:02:23 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: c637a66adbf8 - stable/13 - bhyve: Update the -G description in the SYNPOSIS.
Message-ID:  <202211102102.2AAL2Nw4057020@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=c637a66adbf84710fcebdd81ff396d92a502096f

commit c637a66adbf84710fcebdd81ff396d92a502096f
Author:     John Baldwin <jhb@FreeBSD.org>
AuthorDate: 2021-09-25 17:01:43 +0000
Commit:     John Baldwin <jhb@FreeBSD.org>
CommitDate: 2022-11-10 20:59:40 +0000

    bhyve: Update the -G description in the SYNPOSIS.
    
    It was missing both the 'w' flag and 'bind_address'.
    
    (cherry picked from commit b70b050ab5e9368e6748e78cee38c3ecc4662c87)
---
 usr.sbin/bhyve/bhyve.8 | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 6d78ad872f63..ddd74cc819f1 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -45,7 +45,13 @@
 .Op Cm ,threads= Ar n
 .Oc
 .Sm on
-.Op Fl G Ar port
+.Oo Fl G
+.Sm off
+.Oo Ar w Oc
+.Oo Ar bind_address: Oc
+.Ar port
+.Sm on
+.Oc
 .Op Fl k Ar config_file
 .Oo Fl l
 .Sm off



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