Bug 2011723 - Backport fix to ps man page documentation
Summary: Backport fix to ps man page documentation
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora Documentation
Classification: Retired
Component: docs-requests
Version: devel
Hardware: Unspecified
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Petr Bokoc
QA Contact: Fedora Docs QA
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-10-07 08:06 UTC by mallika.bachan
Modified: 2024-05-21 09:40 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2024-05-21 09:40:14 UTC
Embargoed:


Attachments (Terms of Use)

Description mallika.bachan 2021-10-07 08:06:47 UTC
Document URL: https://gitlab.com/procps-ng/procps/-/commit/fdab991bb22ce1d222027d7f2e48a7698e2048b2

Section Number and Name: ?

Describe the issue: 

Currently, man ps has
pri         PRI       priority of the process.  Higher number means lower priority.

Here, I up the niceness, so priority should decrease, which means PRI should show a higher number, then?
But in fact, it goes *down*

$ ps -o pri,nice -p 330709
PRI  NI
19   0
$ renice 10 -p 330709
330709 (process ID) old priority 0, new priority 10
$ ps -o pri,nice -p 330709
PRI  NI
9  10

Suggestions for improvement: Documentation appears to have been fixed at procps-ng three weeks ago. Please backport the change.

Additional information:

Comment 1 Petr Bokoc 2024-05-21 09:40:14 UTC
Appears to be done.


Note You need to log in before you can comment on or make changes to this bug.