X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=cprogs%2Freadbuffer.1;h=18f6214f25c30a5ac2cd6efc4e69a274066f6056;hp=361faea93c96ede864571dedc235816ae0fad8da;hb=10eb0f32b84cffb4267b32e496b577472ada4277;hpb=737b84851cd8b3dd1d9f1920201127eac693dffb diff --git a/cprogs/readbuffer.1 b/cprogs/readbuffer.1 index 361faea..18f6214 100644 --- a/cprogs/readbuffer.1 +++ b/cprogs/readbuffer.1 @@ -11,6 +11,10 @@ reads data on standard input and writes it to standard output. It will internally buffer up to \fIsize\fR megabytes of data, and will only read more data when the buffer is at least 75% empty. .PP +\fIsize\fR may also be suffixed with +.BR m ", " k ", or " b +to indicate that it is in megabytes (2^20), kilobytes (2^10) or bytes. +.PP It is intended for use in situations where many small reads are undesirable for performance reasons, e.g. tape drives. .SH OPTIONS