diff options
author | Mattias Andrée <maandree@kth.se> | 2017-06-15 17:03:49 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-06-15 17:03:49 +0200 |
commit | 048ed76c3c812df051f8b7b93d43e76e6575a769 (patch) | |
tree | cda2feedcad3c8fba72af5c07a070c99a9059915 | |
parent | m (diff) | |
download | yes-silly-048ed76c3c812df051f8b7b93d43e76e6575a769.tar.gz yes-silly-048ed76c3c812df051f8b7b93d43e76e6575a769.tar.bz2 yes-silly-048ed76c3c812df051f8b7b93d43e76e6575a769.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -10,7 +10,8 @@ one write(2) or vmsplice(2) to the pipe. Speaking of this overhead, this implementation is completely useless[1] unless the other program is will even read {PIPE_BUF} bytes -(4096 on Linux, 512 on POSIX). Therefore, +(4096 on Linux, 512 on POSIX) + 2²⁰−2¹⁶ bytes +(on Linux, unspecified for POSIX). Therefore, this implementation of yes(1) is just silly and should not be used by anyone. |