summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorCraig Small <csmall@dropbear.xyz>2023-05-02 20:32:38 +1000
committerCraig Small <csmall@dropbear.xyz>2023-05-02 20:32:38 +1000
commitb31ac2dccefb82298fb777720b38eaad6f584b30 (patch)
tree39878fd5c60708bdea563590cff46f529c7bc1e4 /NEWS
parent4a315c923067dea8fb985e5791cd118a256ec209 (diff)
downloadprocps-ng-b31ac2dccefb82298fb777720b38eaad6f584b30.tar.gz
free: Show single line statistics
Added the -L --line option to free to show a small set of memory statistics on a single line of 80 characters. Largely based on the work of @Ulenrich1 and updated to the new API. References: procps-ng/procps#156 Signed-off-by: Craig Small <csmall@dropbear.xyz>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08776d4..a5578c2 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ procps-ng-NEXT
---------------
* library (API & ABI unchanged)
tolerates all potential 'cpuinfo' formats issue #272
+ * free: -L one line output issue #156
* pgrep: Use only --signal option for signal Debian #1031765
* tests: dont compare floats with == issue #271
* top: bad command line arguments yield EXIT_FAILURE issue #273