aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 04:58:55 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 05:12:56 +0100
commita6bd38c621fdad675c671178163e902db63389ab (patch)
treeadc9be6ceae5c7b86382d8a8ed4334331b7fa1a5
parent8e23ae0316e1cc8fe06a9a482a5fb4e1acf237ec (diff)
downloadman-pages-a6bd38c621fdad675c671178163e902db63389ab.tar.gz
fopen.3: SEE ALSO: add open_memstream(3)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/fopen.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/fopen.3 b/man3/fopen.3
index 2ce86335fb..901350dbdd 100644
--- a/man3/fopen.3
+++ b/man3/fopen.3
@@ -362,4 +362,5 @@ parses at most 5 characters in
.BR fclose (3),
.BR fileno (3),
.BR fmemopen (3),
-.BR fopencookie (3)
+.BR fopencookie (3),
+.BR open_memstream (3)