Page MenuHomeFreeBSD

bhyve: tidy up bhyve_config.5
ClosedPublic

Authored by novel on Jul 23 2026, 4:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Sep 6, 6:45 PM
Unknown Object (File)
Sat, Sep 5, 12:02 PM
Unknown Object (File)
Sat, Sep 5, 5:05 AM
Unknown Object (File)
Fri, Sep 4, 5:09 PM
Unknown Object (File)
Fri, Sep 4, 5:03 PM
Unknown Object (File)
Thu, Sep 3, 11:06 PM
Unknown Object (File)
Thu, Sep 3, 8:03 PM
Unknown Object (File)
Wed, Sep 2, 2:38 PM

Details

Summary

There are few warnings reported by mandoc -Tlint:

bhyve_config.5:255:31: WARNING: new sentence, new line
bhyve_config.5:257:43: WARNING: new sentence, new line
bhyve_config.5:422:2: WARNING: missing section argument: Xr nm_open
bhyve_config.5:469:24: WARNING: skipping no-space macro
bhyve_config.5:483:2: WARNING: wrong number of cells: 2 columns, 4 cells
bhyve_config.5:484:2: WARNING: wrong number of cells: 2 columns, 4 cells
bhyve_config.5:541:24: WARNING: skipping no-space macro

  • "new sentence, new line" is a trivial formatting fix.
  • "missing section": there is actually no nm_open() manual page, so use .Nm instead of .Xr for it.
  • "no-space macro": format without .Oc and .Ns, similarly to how it is already done in bhyve.8 for VNC addresses.
  • "wrong number of cells": also a trivial fix.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable