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)
Mon, May 11, 11:23 AM
Unknown Object (File)
Mon, May 11, 11:23 AM
Unknown Object (File)
Sun, May 10, 8:44 AM
Unknown Object (File)
Thu, May 7, 7:54 PM
Unknown Object (File)
Tue, Apr 28, 12:26 PM
Unknown Object (File)
Wed, Apr 15, 11:45 AM
Unknown Object (File)
Apr 12 2026, 7:47 PM
Unknown Object (File)
Apr 1 2026, 9:01 PM

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!