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)
Sat, Apr 12, 3:10 PM
Unknown Object (File)
Wed, Apr 9, 1:01 AM
Unknown Object (File)
Mar 6 2025, 11:41 AM
Unknown Object (File)
Jan 31 2025, 9:06 AM
Unknown Object (File)
Jan 31 2025, 9:05 AM
Unknown Object (File)
Jan 25 2025, 1:18 AM
Unknown Object (File)
Jan 21 2025, 9:13 AM
Unknown Object (File)
Jan 19 2025, 8:47 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!