diff options
author | Rob Landley <rob@landley.net> | 2014-09-17 20:21:44 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2014-09-17 20:21:44 -0500 |
commit | 40b20421e42cce9834d13ab52ac58efd78838ede (patch) | |
tree | ab50bb1f9e9afd5c43d6cd56e7a175e3f95d73c6 /toys/pending | |
parent | c022d276d14996fc4d3bea3c0e1792a05eb816cc (diff) | |
download | toybox-40b20421e42cce9834d13ab52ac58efd78838ede.tar.gz |
Cleanup pass on README.
Other versions are adding Cached from /proc/meminfo to free buffers/cache
(and subtracting it from used), but sysinfo() doesn't provide it. (But it
provide "high memory", which hasn't been relevant for almost a decade...)
But that's a design change, not a cleanup issue.
Diffstat (limited to 'toys/pending')
-rw-r--r-- | toys/pending/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/README b/toys/pending/README index aa0c4a15..f42f34b5 100644 --- a/toys/pending/README +++ b/toys/pending/README @@ -12,7 +12,7 @@ Library code awaiting cleanup lives in lib/pending.c The following commands predate the pending directory, and are awaiting cleanup but don't live here: - vmstat, login, du, vconfig, mountpoint, free, chroot, cut, touch, + vmstat, login, du, vconfig, mountpoint, chroot, cut, touch, modinfo, expand, xargs lib/password.c |