diff options
| -rw-r--r-- | man3/fmemopen.3 | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index b17b6afb89..299dc7bd77 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -137,18 +137,6 @@ Disabling buffering with the following call may be useful to detect errors at the time of an output operation: setbuf(stream, NULL); - -Alternatively, the caller can explicitly set -.I buf -as the stdio stream buffer, at the same time informing stdio -of the buffer's size, using: - - setbuffer(stream, buf, size); -.\" -.\" See http://sourceware.org/bugzilla/show_bug.cgi?id=1995 -.\" and -.\" http://sources.redhat.com/ml/libc-alpha/2006-04/msg00064.html -.\" .SH RETURN VALUE Upon successful completion, .BR fmemopen () |
