Page MenuHomeFreeBSD

id(1): Add EXAMPLES section
ClosedPublic

Authored by fernape on Dec 10 2020, 3:53 PM.
Tags
None
Referenced Files
F161384617: D27539.id80539.diff
Fri, Jul 3, 7:44 AM
F161336314: D27539.id.diff
Thu, Jul 2, 10:45 PM
Unknown Object (File)
Wed, Jul 1, 1:02 AM
Unknown Object (File)
May 23 2026, 7:46 PM
Unknown Object (File)
May 10 2026, 3:04 PM
Unknown Object (File)
May 9 2026, 11:21 PM
Unknown Object (File)
May 9 2026, 11:16 PM
Unknown Object (File)
May 9 2026, 11:16 PM

Details

Reviewers
gbe
Group Reviewers
manpages
Commits
rS368520: id(1): Add EXAMPLES section
Summary

Add some examples covering the flags: G, n, P, p, u

Add reference to groups(1)

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

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

gbe added a subscriber: gbe.

LGTM

usr.bin/id/id.1
171 ↗(On Diff #80522)

This is good! I first thought about a typo, because the 'whoami' command, but 'who' is actual have an "am i" option.

This revision is now accepted and ready to land.Dec 10 2020, 4:09 PM
This revision was automatically updated to reflect the committed changes.
In D27539#615578, @gbe wrote:

LGTM

Thanks for the review!