summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2015-08-06 22:08:13 +1000
committerCraig Small <csmall@enc.com.au>2015-08-06 22:08:13 +1000
commit313f9367397e2f1275186f5384371c9a5e24a8b0 (patch)
treea695dc046aaee5b439170762a81321d9b2684ffe /NEWS
parent3da298c1d6b9c82e99e7025162657a8b5e2ce551 (diff)
downloadprocps-ng-313f9367397e2f1275186f5384371c9a5e24a8b0.tar.gz
ps: enable sort by etimes
ps has two columns showing the same data which is elapsed time, just the format is changed: etimes - elapsed time in seconds etime - elapsed time in DD-hh:mm:ss ps used to only sort by etime but not etimes, by making etimes and alias of etime for sorting both flags work. References: https://bugs.debian.org/794619 Signed-off-by: Craig Small <csmall@enc.com.au>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d47f40d..47c1c3d 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ procps-ng-NEXT
* pgrep: don't crash with -a -w flags. Merge 33, Debian #768190
* skill: command line with signal number interpreted correctly
* pmap: print process name even if smaps is unreadable Debian #775624
+ * ps: sort by etimes column, uses etime Debian #794619
procps-ng-3.3.10
----------------