Page MenuHomeFreeBSD

bhyve(8): fix manpage formatting
ClosedPublic

Authored by dan.mcgregor_usask.ca on Nov 1 2023, 6:21 PM.
Tags
None
Referenced Files
F84173859: D42434.diff
Mon, May 20, 9:38 AM
Unknown Object (File)
Sat, May 18, 3:40 AM
Unknown Object (File)
Mar 13 2024, 4:39 AM
Unknown Object (File)
Feb 2 2024, 10:35 PM
Unknown Object (File)
Jan 11 2024, 6:52 PM
Unknown Object (File)
Dec 25 2023, 5:26 PM
Unknown Object (File)
Dec 23 2023, 3:00 AM
Unknown Object (File)
Dec 13 2023, 4:41 PM
Subscribers

Details

Summary

In commit 67c26eb2a57 a stray ".El" was introduced, breaking
formatting of options.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 54242
Build 51132: arc lint + arc unit

Event Timeline

Specifically, it caused options to be omitted from entries created after the TPM device option:

After 67c26eb2a57:

Set the universally unique identifier (UUID) in the guest's System

With this change (and before 67c26eb2a57):

-U uuid     Set the universally unique identifier (UUID) in the guest's
This revision is now accepted and ready to land.Nov 2 2023, 8:59 AM
This revision was automatically updated to reflect the committed changes.