git: ps - Adjust STATUS formatting
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Aug 30 22:36:20 PDT 2016
commit 779c5f445a56530656296e18822171f55bf8ec8b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Aug 30 22:17:28 2016 -0700
ps - Adjust STATUS formatting
* Remove the leading space for (%s) command display. The leading space
was causing indented output via -R to be incorrectly indented.
* Remove the 'L' STATUS flag, it hasn't been meaningful for a long time.
The status is more likely to fit in its 6-char slot, which we need now
that many systems have >= 10 cpus.
Summary of changes:
bin/ps/fmt.c | 2 +-
bin/ps/print.c | 3 +++
bin/ps/ps.1 | 3 ---
3 files changed, 4 insertions(+), 4 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/779c5f445a56530656296e18822171f55bf8ec8b
--
DragonFly BSD source repository
More information about the Commits
mailing list