diff options
author | abial <abial@FreeBSD.org> | 2000-11-11 16:12:39 +0000 |
---|---|---|
committer | abial <abial@FreeBSD.org> | 2000-11-11 16:12:39 +0000 |
commit | 790f7bdd842ca498fc0618022951b19631d9719d (patch) | |
tree | 51625828b3d69e728c30cfe48df07e792343cf40 /release/picobsd/tinyware/sps/README | |
parent | 2af062972057ae3f21b2f8702c8317116c2acdfe (diff) | |
download | FreeBSD-src-790f7bdd842ca498fc0618022951b19631d9719d.zip FreeBSD-src-790f7bdd842ca498fc0618022951b19631d9719d.tar.gz |
Fix bitrot.
Diffstat (limited to 'release/picobsd/tinyware/sps/README')
-rw-r--r-- | release/picobsd/tinyware/sps/README | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/release/picobsd/tinyware/sps/README b/release/picobsd/tinyware/sps/README index cf7b721..2357113 100644 --- a/release/picobsd/tinyware/sps/README +++ b/release/picobsd/tinyware/sps/README @@ -1,5 +1,3 @@ -1998.07.17 - This is a small 'ps' replacement, which uses information available via sysctl(3) interface (contrary to the 'aps', which requires you to mount procfs(5) to be able to get exactly the same info, so I think that 'sps' @@ -8,10 +6,6 @@ is superior solution). When I have some time, I'll add usual switches and other functions that normal 'ps' has... -The most serious limitation of 'sps' is that it's unable to retrieve the whole -command line. - - <abial@freebsd.org> $FreeBSD$ |