Page MenuHomeFreeBSD

pkill(1): Add EXAMPLES section to man page
AbandonedPublic

Authored by fernape on Oct 4 2020, 5:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 2 2025, 7:34 PM
Unknown Object (File)
Sep 2 2025, 7:31 PM
Unknown Object (File)
Sep 2 2025, 4:30 PM
Unknown Object (File)
Sep 2 2025, 3:04 PM
Unknown Object (File)
Sep 2 2025, 12:55 PM
Unknown Object (File)
Sep 2 2025, 12:44 PM
Unknown Object (File)
Jul 7 2025, 10:19 AM
Unknown Object (File)
Jul 6 2025, 6:26 AM

Details

Reviewers
None
Group Reviewers
manpages
Summary

Add a dozen of examples to the EXAMPLES section for pgrep(1) and pkill(1).

Flags`,covered: -f, -F, -n, -j, -l, -S, -x

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

Diff Detail

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

Event Timeline

bcr added a subscriber: bcr.

That's a good list of examples. Approved!

Done in r366448. Unfortunately, my selection buffer is not working properly so I didn't paste the differential review URL properly :S

Thanks for reviewing this!