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
F169543447: D15196.id.diff
Tue, Sep 1, 9:13 PM
F169426673: D15196.diff
Tue, Sep 1, 12:40 PM
Unknown Object (File)
Tue, Sep 1, 5:52 AM
Unknown Object (File)
Tue, Sep 1, 4:15 AM
Unknown Object (File)
Mon, Aug 31, 7:27 PM
Unknown Object (File)
Mon, Aug 31, 11:03 AM
Unknown Object (File)
Sun, Aug 30, 9:10 AM
Unknown Object (File)
Sun, Aug 30, 7:19 AM

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.