X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=cprogs%2Fwritebuffer.1;h=b3f28ab6bd4c013151cb4390259d0de62c4f0ea8;hp=796ba93435cd1ab6afde69ed6d8dffd8dd76da3b;hb=1e17ba9014e80fc58acfa88b20e8fd2744d994d5;hpb=737b84851cd8b3dd1d9f1920201127eac693dffb diff --git a/cprogs/writebuffer.1 b/cprogs/writebuffer.1 index 796ba93..b3f28ab 100644 --- a/cprogs/writebuffer.1 +++ b/cprogs/writebuffer.1 @@ -12,6 +12,10 @@ will buffer internally up to \fIsize\fR megabytes and will only write data when the buffer is at least 75% full or when there is no more input to fill the buffer. .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 writes are undesirable for performance reasons, e.g. tape drives. .SH OPTIONS