aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-10 02:52:22 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-10 02:57:14 +0100
commit77c73ca424dcd42205d94db4003a4711cf4168da (patch)
tree91073bbdda8d3dd4f28b921da15e9766847f80e3
parent207f4520b8f12ba8c292443f02f51267a4aed721 (diff)
downloadman-pages-77c73ca424dcd42205d94db4003a4711cf4168da.tar.gz
open_memstream.3: SEE ALSO: add setbuf(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/open_memstream.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/open_memstream.3 b/man3/open_memstream.3
index 965f4f5093..7ac5d21132 100644
--- a/man3/open_memstream.3
+++ b/man3/open_memstream.3
@@ -141,4 +141,5 @@ See
.BR fmemopen (3).
.SH SEE ALSO
.BR fmemopen (3),
-.BR fopen (3)
+.BR fopen (3),
+.BR setbuf (3)