diff options
author | ru <ru@FreeBSD.org> | 2005-01-11 20:50:51 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2005-01-11 20:50:51 +0000 |
commit | 5384a04b6a249d3ae726868a4550a1ffb2d071a1 (patch) | |
tree | 25b67bd9e8a4161aea3f0b3ea884e6b4f2915a96 /lib/libc/stdio | |
parent | 47082de5c62cdeef8ce9f809892d38f5ee4c9fff (diff) | |
download | FreeBSD-src-5384a04b6a249d3ae726868a4550a1ffb2d071a1.zip FreeBSD-src-5384a04b6a249d3ae726868a4550a1ffb2d071a1.tar.gz |
Scheduled mdoc(7) sweep.
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/setbuf.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3 index 9fa1bed..4dccb4a 100644 --- a/lib/libc/stdio/setbuf.3 +++ b/lib/libc/stdio/setbuf.3 @@ -117,7 +117,9 @@ bytes long; this buffer will be used instead of the current buffer. If .Fa buf -is not NULL, it is the caller's responsibility to +is not +.Dv NULL , +it is the caller's responsibility to .Xr free 3 this buffer after closing the stream. (If the |