]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve.8: Update and rearrange to improve readability
authorChris Moerz <freebsd@ny-central.org>
Fri, 26 Apr 2024 18:23:13 +0000 (15:23 -0300)
committerJoseph Mingrone <jrm@FreeBSD.org>
Sun, 28 Apr 2024 03:18:35 +0000 (00:18 -0300)
commitb30a7e5418be5c5d27ac967f5ce99461ab79c37c
tree13741f9407043a15e4b6f737b23fc40f210b2eed
parentcd4bd9750c1b194ba22fbbc333d6166556a26577
bhyve.8: Update and rearrange to improve readability

bhyve's man page is a very long block of text that has grown to
proportions that make it hard to read.  In particular, the level of
nesting of various content means man can no longer render the text in a
user-friendly way.

To remedy this:
- move the -s argument documentation into a separate section and
  reformat the various arguments so they are consistent
- add documentation on how to use the -o config.dump feature
- make the listing of various arguments more consistent
- consolidated duplicate listings of TPM backends
- add an example for the config.dump feature
- fix various formatting inconsistencies.

Reviewed by: emaste, imp, jrm, Pau Amma <pauamma@gundo.com>, rgrimes
Differential Revision: https://reviews.freebsd.org/D43940
usr.sbin/bhyve/bhyve.8