Page MenuHomeFreeBSD

od(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jun 20 2020, 12:01 PM.
Tags
None
Referenced Files
F135736733: D25372.id.diff
Wed, Nov 12, 8:33 AM
F135732486: D25372.id73393.diff
Wed, Nov 12, 8:07 AM
F135732392: D25372.id73499.diff
Wed, Nov 12, 8:05 AM
F135723685: D25372.id.diff
Wed, Nov 12, 5:51 AM
F135722049: D25372.id73393.diff
Wed, Nov 12, 5:27 AM
F135722011: D25372.id73499.diff
Wed, Nov 12, 5:26 AM
Unknown Object (File)
Wed, Nov 5, 9:01 AM
Unknown Object (File)
Wed, Nov 5, 9:01 AM

Details

Reviewers
0mp
Group Reviewers
manpages
Commits
rS362533: od(1): Add EXAMPLES section
Summary
  • Add two small examples showing the use of -a, -c, -j and -N
  • While here, remove obsolete .Tn reported by mandoc(1)
Test Plan
  • mandoc -Tlint clean
  • igor clean
  • aspell happy
  • man ./od.1 renders the page properly

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 31841
Build 29401: arc lint + arc unit

Event Timeline

0mp added a subscriber: 0mp.

LGTM! Please commit!

Also, when it comes to escaping \ in manual pages, I've also seen people use \e instead of \\. Actually, as I'm reading https://www.man7.org/linux/man-pages/man7/groff.7.html now, it seems \e is more correct. I just thought you may want to know ;)

This revision is now accepted and ready to land.Jun 20 2020, 4:02 PM
In D25372#559761, @0mp wrote:

LGTM! Please commit!

Also, when it comes to escaping \ in manual pages, I've also seen people use \e instead of \\. Actually, as I'm reading https://www.man7.org/linux/man-pages/man7/groff.7.html now, it seems \e is more correct. I just thought you may want to know ;)

Thanks!

This revision was automatically updated to reflect the committed changes.

Committed, with \e.

Thanks for reviewing this!