diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-18 20:28:47 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-04-18 21:33:23 +0000 |
commit | 449f0e48e902ed36ec0de31279eefad9e6200cdc (patch) | |
tree | 26249d3fea9e5375eae09a4a801c1900a7bcc9b5 /usr.sbin | |
parent | b87cf2bc841b2a336b7f0c6cd89573610412a84f (diff) | |
download | src-449f0e48e902ed36ec0de31279eefad9e6200cdc.tar.gz src-449f0e48e902ed36ec0de31279eefad9e6200cdc.zip |
bhyve.8: Clean-up synopsis of -s
- Document "-s help" separately for readability.
- Use appropriate mdoc macros.
MFC after: 2 weeks
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bhyve/bhyve.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8 index d3d44a5a6232..e58c877dacbe 100644 --- a/usr.sbin/bhyve/bhyve.8 +++ b/usr.sbin/bhyve/bhyve.8 @@ -233,7 +233,9 @@ options. The count of vCPUs and memory configuration are read from the snapshot. .It Fl S Wire guest memory. -.It Fl s Op Ar help|slot,emulation Ns Op , Ns Ar conf +.It Fl s Cm help +Print a list of supported PCI devices. +.It Fl s Ar slot Ns Cm \&, Ns Ar emulation Ns Op Cm \&, Ns Ar conf Configure a virtual PCI slot and function. .Pp .Nm @@ -242,8 +244,6 @@ slots on the bus. There are 32 available slots, with the option of providing up to 8 functions per slot. .Bl -tag -width 10n -.It Ar help -print a list of supported PCI devices. .It Ar slot .Ar pcislot[:function] .Ar bus:pcislot:function |