cvs commit: src/bin/ps ps.c
Garance A Drosehn
gad at FreeBSD.org
Sun Apr 4 10:50:24 PDT 2004
gad 2004/04/04 10:50:23 PDT
FreeBSD src repository
Modified files: (Branch: RELENG_4)
bin/ps ps.c
Log:
MFC *: Change the #if-ish logic which is used to add the `-f' option
when `ps' is compiled with LAZY_PS, so that there is only one PS_ARGS
string to modify when changing the option-list. Also get `-f' to show
up in the usage() statement when compiled with LAZY_PS. Also move the
'f' case in the select statement, so it in alphabetical order.
[* = 1.68 1.69 & 1.86 ps.c]
Approved by: re(scottl)
Revision Changes Path
1.30.2.12 +14 -15 src/bin/ps/ps.c
More information about the cvs-src
mailing list