Page MenuHomeFreeBSD

od(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Jun 20 2020, 12:01 PM.
Tags
None
Referenced Files
F82756924: D25372.id.diff
Thu, May 2, 8:34 AM
F82756923: D25372.id73499.diff
Thu, May 2, 8:34 AM
F82756825: D25372.id73393.diff
Thu, May 2, 8:33 AM
F82735140: D25372.id73499.diff
Thu, May 2, 3:25 AM
F82730425: D25372.diff
Thu, May 2, 1:55 AM
Unknown Object (File)
Feb 2 2024, 11:52 AM
Unknown Object (File)
Jan 18 2024, 1:15 PM
Unknown Object (File)
Jan 5 2024, 5:41 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!