Page MenuHomeFreeBSD

getent(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Oct 19 2020, 4:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 16, 11:48 PM
Unknown Object (File)
Thu, Apr 16, 8:34 PM
Unknown Object (File)
Thu, Apr 16, 4:18 AM
Unknown Object (File)
Thu, Apr 16, 1:01 AM
Unknown Object (File)
Tue, Apr 14, 3:58 AM
Unknown Object (File)
Tue, Apr 14, 3:52 AM
Unknown Object (File)
Mon, Apr 13, 12:14 PM
Unknown Object (File)
Sun, Apr 12, 4:41 AM

Details

Reviewers
gbe
Group Reviewers
manpages
Commits
rS367011: getent(1): Add EXAMPLES section
Summary

Add 3 small examples to the EXAMPLES section.

Test Plan
  • mandoc -Tlint clean
  • igor clean
  • aspell happy
  • man ./pwd.1 renders the page properly

Diff Detail

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

Event Timeline

Just one small nit in the last example, otherwise LGTM.

usr.bin/getent/getent.1
119

There should only one localhost IPv6 address allowed that uses ::1. So the sentence should read "Show entry for the localhost IPv6 address ::1 from the hosts database".

Updating description for the last example as suggested by gbe@

LGTM! Thanks for addressing my comments.

This revision is now accepted and ready to land.Oct 20 2020, 9:26 AM
This revision was automatically updated to reflect the committed changes.