Date: Mon, 16 Aug 2021 11:15:14 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: ece209b70fce - stable/12 - bhyve.8: Fix mandoc -Tlint issues Message-ID: <202108161115.17GBFE34044416@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/12 has been updated by 0mp (doc, ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=ece209b70fcee35642338e5e42bb29d4a5762def commit ece209b70fcee35642338e5e42bb29d4a5762def Author: Mateusz Piotrowski <0mp@FreeBSD.org> AuthorDate: 2021-04-18 23:53:06 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2021-08-16 11:13:46 +0000 bhyve.8: Fix mandoc -Tlint issues While here, keep network backends section consistent with other sections. MFC after: 2 weeks (cherry picked from commit 8d9fefe64334818a27812658bf9efd0371fbc77c) --- usr.sbin/bhyve/bhyve.8 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index 308ec972c2f3..0738a00d5878 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -56,7 +56,7 @@ .Sm off .Ar memsize .Oo -.Cm K No | Cm k No | Cm M No | Cm m No | Cm G No | Cm g No | Cm T No | Cm t +.Cm K | Cm k | Cm M | Cm m | Cm G | Cm g | Cm T | Cm t .Oc .Sm on .Oc @@ -336,8 +336,7 @@ If is not specified, the device emulation has no backend and can be considered unconnected. .Pp -Network backends formats for -.Ar conf : +Network device backends: .Sm off .Bl -bullet .It @@ -461,7 +460,7 @@ Every port is named and corresponds to a Unix domain socket created by accepts at most one connection per port at a time. .Pp Limitations: -.Bl -bullet -offset +.Bl -bullet .It Due to lack of destructors in .Nm , @@ -497,12 +496,12 @@ An IP address and a port VNC should listen on. There are two formats: .Pp .Bl -bullet -compact -.It IPv4 +.It .Sm off .Op Ar IPv4 Cm \&: .Ar port .Sm on -.It IPv6 +.It .Sm off .Cm \&[ Ar IPv6%zone Cm \&] Cm \&: Ar port .Sm on
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108161115.17GBFE34044416>