plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit e33c70bc72fa4af9d2261ed6d864bd13b8af9be5
parent 90df80d0b57b6aa0527b046ec135a659d10fe982
Author: rsc <devnull@localhost>
Date:   Mon, 17 Jan 2005 21:27:59 +0000

use 9 ps

Diffstat:
Mbin/psu | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/psu b/bin/psu @@ -19,4 +19,4 @@ case $# in exit 1 esac -ps $flag | grep "^$user " +9 ps $flag | grep "^$user "