diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-18 22:09:22 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-19 00:16:12 +0000 |
commit | 2fda01a1b7e958e6cfffda512954b8d6c40a064e (patch) | |
tree | ce063e3b649f3a59c8ef2a8911ae4c35e85b5d2a /usr.sbin | |
parent | 2d00b57022f09561706afef9050e0b527c41314a (diff) | |
download | src-2fda01a1b7e958e6cfffda512954b8d6c40a064e.tar.gz src-2fda01a1b7e958e6cfffda512954b8d6c40a064e.zip |
bhyve.8: Clean up TTY, boot ROM, and pass-through descriptions
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index 1410769d8a37..06356a64f596 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -470,28 +470,28 @@ are: Expose the share in read-only mode. .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 , |