Page MenuHomeFreeBSD

ps(1): Add a standard exit status section.
ClosedPublic

Authored by 0mp on Sep 13 2018, 7:41 AM.
Tags
None
Referenced Files
F109717177: D17146.diff
Sat, Feb 8, 4:56 PM
Unknown Object (File)
Sat, Feb 8, 6:44 AM
Unknown Object (File)
Sat, Jan 25, 7:58 PM
Unknown Object (File)
Sat, Jan 18, 10:13 PM
Unknown Object (File)
Dec 13 2024, 12:11 PM
Unknown Object (File)
Nov 17 2024, 7:31 AM
Unknown Object (File)
Nov 16 2024, 9:08 AM
Unknown Object (File)
Oct 20 2024, 2:28 AM

Diff Detail

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

Event Timeline

Approved, thanks for working on it.

This revision is now accepted and ready to land.Sep 13 2018, 9:30 AM
0mp added subscribers: krion, mat.

@mat, @krion, may I have your approval?

This is not wrong, but perhaps some details about different types of errors may be helpful, such as that nonexistent usernames in -U are immediately fatal while an empty result (such as from only nonexistent process IDs in -p or only existing users that do not currently run any process in -U) still writes the header line (if not disabled) and also returns a non-zero exit status.

This revision was automatically updated to reflect the committed changes.

@jilles do you think we could open another PR for your suggestions?

This is not wrong, but perhaps some details about different types of errors may be helpful, such as that nonexistent usernames in -U are immediately fatal while an empty result (such as from only nonexistent process IDs in -p or only existing users that do not currently run any process in -U) still writes the header line (if not disabled) and also returns a non-zero exit status.

I've created a PR for this: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232852