summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/setbuf.3
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-11 20:50:51 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-11 20:50:51 +0000
commit2d82ac311025b5b76c1973d61d653f620bb17208 (patch)
tree25b67bd9e8a4161aea3f0b3ea884e6b4f2915a96 /lib/libc/stdio/setbuf.3
parent4e05ab77a8da8eb0e5424d497265f51fc872d8b2 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/setbuf.3')
-rw-r--r--lib/libc/stdio/setbuf.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/setbuf.3 b/lib/libc/stdio/setbuf.3
index 9fa1bed3c515..4dccb4a0a394 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