Hi, A little peer review before the maintainer gets a chance to reply... On Thu, May 12, 2011 at 12:30 AM, John Hammond <jhammond@xxxxxxxxxxxxxxx> wrote: > --- > --- a/man3/setbuf.3 > +++ b/man3/setbuf.3 > @@ -83,7 +83,7 @@ may be used to force the block out early. > .BR fclose (3).) > Normally all files are block buffered. > When the first I/O operation occurs on a file, > -.BR malloc (3) > +.BR mmap (2) > is called, and a buffer is obtained. > If a stream refers to a terminal (as > .I stdout Are you sure this applies to older glibc versions as well? When behavior of a glibc function has changed in time, usually (or I should probably rephrase this as "in the most fortunate cases..." :), but let's not be that pessimistic ) the man page specifies that; if it's the case here, it might be good to say: "mmap is used since glibc x.y, malloc was used before". Thanks, Stefan. -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html