Page MenuHomeFreeBSD

style.9: Reference style.lua(9) and both Emacs and Vim indentation plugins
ClosedPublic

Authored by 0mp on Apr 25 2018, 1:06 PM.
Referenced Files
Unknown Object (File)
Sat, May 2, 3:55 PM
Unknown Object (File)
Mon, Apr 27, 12:51 PM
Unknown Object (File)
Sat, Apr 25, 11:17 AM
Unknown Object (File)
Wed, Apr 22, 6:44 PM
Unknown Object (File)
Sun, Apr 19, 11:07 AM
Unknown Object (File)
Fri, Apr 17, 12:09 PM
Unknown Object (File)
Apr 6 2026, 1:19 PM
Unknown Object (File)
Mar 28 2026, 10:02 PM

Details

Summary

Changes:

  • Add a FILES sections. Reference Emacs and Vim indentation plugins there, which are present in the src tree.
    • I used an absolute path as it seems to be the way to reference files from the source tree I've seen in other manpages.
    • I did not use -width "..." -compact on the .Bl macro because the resulting formatting is hardly readable.
  • Add style.lua to the SEE ALSO section.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

After running mandoc -Tlint on the previous patch it turned out that there are two issues to be addressed:

  • .Tn macro usage is discouraged so do not use .Tn.
  • .Bl -tag requires -width. Set it to -width indent.
This revision is now accepted and ready to land.Apr 25 2018, 6:16 PM
This revision was automatically updated to reflect the committed changes.