Page MenuHomeFreeBSD

od(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jun 20 2020, 12:01 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 15, 2:32 PM
Unknown Object (File)
Mon, Apr 13, 12:43 PM
Unknown Object (File)
Mon, Apr 13, 3:00 AM
Unknown Object (File)
Fri, Mar 27, 10:32 PM
Unknown Object (File)
Tue, Mar 24, 6:07 PM
Unknown Object (File)
Thu, Mar 19, 3:32 AM
Unknown Object (File)
Mar 7 2026, 3:32 AM
Unknown Object (File)
Feb 28 2026, 11:14 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 Not Applicable
Unit
Tests Not Applicable

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!