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
F82959004: D26665.diff
Sat, May 4, 12:29 PM
Unknown Object (File)
Wed, May 1, 4:03 PM
Unknown Object (File)
Wed, May 1, 4:03 PM
Unknown Object (File)
Wed, May 1, 10:04 AM
Unknown Object (File)
Dec 20 2023, 2:06 AM
Unknown Object (File)
Nov 16 2023, 12:32 PM
Unknown Object (File)
Nov 11 2023, 2:30 PM
Unknown Object (File)
Nov 9 2023, 2:37 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!