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)
Sun, Jul 6, 6:15 PM
Unknown Object (File)
Sun, Jul 6, 1:30 PM
Unknown Object (File)
Jun 28 2025, 1:37 PM
Unknown Object (File)
Jun 27 2025, 2:55 AM
Unknown Object (File)
Jun 25 2025, 10:19 AM
Unknown Object (File)
Jun 2 2025, 10:02 PM
Unknown Object (File)
May 7 2025, 7:50 PM
Unknown Object (File)
Apr 19 2025, 9:31 PM

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!