aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-02-23 12:08:13 +0100
committerMattias Andrée <maandree@kth.se>2016-02-23 12:08:13 +0100
commit2cfc7cad85dbe66e153f2bb1b5bb06ed8b146056 (patch)
tree07db037dad5f3dd7ce164801abdbb44922baa377 /README
parentimprove readme (diff)
downloadoptimised-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>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 3ecc1a8..417c8ab 100644
--- a/README
+++ b/README
@@ -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.