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
F112509273: D17146.diff
Wed, Mar 19, 2:23 AM
Unknown Object (File)
Thu, Feb 27, 4:55 PM
Unknown Object (File)
Sat, Feb 22, 4:39 PM
Unknown Object (File)
Sat, Feb 22, 9:26 AM
Unknown Object (File)
Sat, Feb 22, 2:50 AM
Unknown Object (File)
Fri, Feb 21, 11:12 PM
Unknown Object (File)
Wed, Feb 19, 9:20 PM
Unknown Object (File)
Feb 10 2025, 6:42 PM

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