Page MenuHomeFreeBSD

bhyve: tidy up bhyve_config.5
ClosedPublic

Authored by novel on Thu, Jul 23, 4:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Aug 4, 3:15 PM
Unknown Object (File)
Tue, Aug 4, 2:27 PM
Unknown Object (File)
Mon, Aug 3, 6:44 AM
Unknown Object (File)
Sun, Aug 2, 11:57 AM
Unknown Object (File)
Fri, Jul 31, 11:27 PM
Unknown Object (File)
Thu, Jul 30, 11:30 PM
Unknown Object (File)
Thu, Jul 30, 8:55 PM
Unknown Object (File)
Thu, Jul 30, 11:27 AM

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 Skipped
Unit
Tests Skipped
Build Status
Buildable 75046
Build 71929: arc lint + arc unit