Page MenuHomeFreeBSD

Remove some KSE references from ps(1).
ClosedPublic

Authored by jhb on Jan 22 2018, 11:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 28 2024, 7:26 PM
Unknown Object (File)
Mar 11 2024, 5:57 PM
Unknown Object (File)
Mar 11 2024, 5:57 PM
Unknown Object (File)
Mar 11 2024, 5:57 PM
Unknown Object (File)
Mar 11 2024, 5:53 PM
Unknown Object (File)
Mar 8 2024, 2:52 AM
Unknown Object (File)
Jan 4 2024, 1:10 AM
Unknown Object (File)
Jan 4 2024, 1:10 AM
Subscribers

Details

Summary
  • Simplify the description of -H to assume 1:1 threading.
  • Drop 'process' from description of 'lwp' field.

top(1)'s manpage already presumes 1:1 threads in its -H description.
I couldn't think of other manpages worth checking though there probably
are some.

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 23 2018, 12:14 AM
kib added inline comments.
bin/ps/ps.1
586

Might be,
thread (light weight process) ID
to explain the TLA

  • Expand LWP in a few places. Add a 'tid' alias for 'lwp'.
This revision now requires review to proceed.Jan 23 2018, 5:50 PM
kib added inline comments.
bin/ps/ps.1
586

Then document tid as the separate item as well.

This revision is now accepted and ready to land.Jan 23 2018, 6:13 PM
jhb marked an inline comment as done.Jan 23 2018, 10:45 PM
jhb added inline comments.
bin/ps/ps.1
586

I mention tid as an alias here which is how the other aliases are all handled.

This revision was automatically updated to reflect the committed changes.