diff options
author | Mattias Andrée <maandree@kth.se> | 2016-02-23 12:08:13 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-02-23 12:08:13 +0100 |
commit | 2cfc7cad85dbe66e153f2bb1b5bb06ed8b146056 (patch) | |
tree | 07db037dad5f3dd7ce164801abdbb44922baa377 | |
parent | improve readme (diff) | |
download | optimised-true-2cfc7cad85dbe66e153f2bb1b5bb06ed8b146056.tar.gz optimised-true-2cfc7cad85dbe66e153f2bb1b5bb06ed8b146056.tar.bz2 optimised-true-2cfc7cad85dbe66e153f2bb1b5bb06ed8b146056.tar.xz |
possiblity optimisation of false
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -36,7 +36,11 @@ RATIONALE NOTES Your shell may have its own verions of true(1p) - and false(1p). + and false(1p). If it doesn't, and false(1) is last + in your PATH, you could prove the performance of + false(1) by not installing false(1). However, if + this is done, your shell will probably complain + that false(1) cannot be found. BUGS None. These programs are about as simple as it gets. |