Date: Sat, 25 Sep 2021 17:07:37 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: b70b050ab5e9 - main - bhyve: Update the -G description in the SYNPOSIS. Message-ID: <202109251707.18PH7bru086714@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=b70b050ab5e9368e6748e78cee38c3ecc4662c87 commit b70b050ab5e9368e6748e78cee38c3ecc4662c87 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2021-09-25 17:01:43 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2021-09-25 17:01:43 +0000 bhyve: Update the -G description in the SYNPOSIS. It was missing both the 'w' flag and 'bind_address'. --- 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 8ebb8aea6210..09bba05a4f7a 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 file .Oo Fl l .Sm off
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109251707.18PH7bru086714>