git: b9bf593b54fd - stable/12 - bhyve.8: Clean up TTY, boot ROM, and pass-through descriptions
Mateusz Piotrowski
0mp at FreeBSD.org
Mon Aug 16 11:15:09 UTC 2021
The branch stable/12 has been updated by 0mp (doc, ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=b9bf593b54fd45ec59069bcb9dab97c2f670dbbd
commit b9bf593b54fd45ec59069bcb9dab97c2f670dbbd
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-18 22:09:22 +0000
Commit: Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-08-16 11:12:26 +0000
bhyve.8: Clean up TTY, boot ROM, and pass-through descriptions
MFC after: 2 weeks
(cherry picked from commit 2fda01a1b7e958e6cfffda512954b8d6c40a064e)
---
usr.sbin/bhyve/bhyve.8 | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 1c2b8429377a..dff1dabee57a 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -407,28 +407,28 @@ Initiator ID to use when sending requests to specified CTL port.
The default value is 0.
.El
.Pp
-TTY devices:
+TTY device backends:
.Bl -tag -width 10n
-.It Li stdio
+.It Cm stdio
Connect the serial port to the standard input and output of
the
.Nm
process.
-.It Pa /dev/xxx
+.It Ar /dev/xxx
Use the host TTY device for serial port I/O.
.El
.Pp
-Boot ROM device:
+Boot ROM device backends:
.Bl -tag -width 10n
-.It Pa romfile
+.It Ar romfile
Map
.Ar romfile
in the guest address space reserved for boot firmware.
.El
.Pp
-Pass-through devices:
+Pass-through device backends:
.Bl -tag -width 10n
-.It Ns Ar slot Ns / Ns Ar bus Ns / Ns Ar function
+.It Ns Ar slot Ns Cm \&/ Ns Ar bus Ns Cm \&/ Ns Ar function
Connect to a PCI device on the host at the selector described by
.Ar slot ,
.Ar bus ,
More information about the dev-commits-src-all
mailing list