Page MenuHomeFreeBSD

getent(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Oct 19 2020, 4:51 PM.
Tags
None
Referenced Files
F152219975: D26866.id78706.diff
Mon, Apr 13, 12:14 PM
Unknown Object (File)
Sun, Apr 12, 4:41 AM
Unknown Object (File)
Wed, Apr 8, 9:53 PM
Unknown Object (File)
Mon, Apr 6, 8:58 AM
Unknown Object (File)
Fri, Mar 27, 6:07 AM
Unknown Object (File)
Thu, Mar 26, 8:43 PM
Unknown Object (File)
Thu, Mar 26, 8:45 AM
Unknown Object (File)
Thu, Mar 26, 3:26 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 Not Applicable
Unit
Tests Not Applicable

Event Timeline

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

usr.bin/getent/getent.1
119 ↗(On Diff #78444)

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.