git: 8d9fefe64334 - main - bhyve.8: Fix mandoc -Tlint issues

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Apr 19 00:17:14 UTC 2021


The branch main has been updated by 0mp (doc, ports committer):

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

commit 8d9fefe64334818a27812658bf9efd0371fbc77c
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-18 23:53:06 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-04-19 00:16:14 +0000

    bhyve.8: Fix mandoc -Tlint issues
    
    While here, keep network backends section consistent with other
    sections.
    
    MFC after:      2 weeks
---
 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 bf3c792dd235..79b6d9bfb240 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
@@ -339,8 +339,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
@@ -524,7 +523,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 ,
@@ -560,12 +559,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


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