aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man3/fmemopen.33
1 files changed, 2 insertions, 1 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index 47187b6caa..ce6ab03ed6 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -2,7 +2,7 @@
.\" and Copyright 2005 Michael Kerrisk <mtk.manpages@gmail.com>
.\" Distributed under the GPL.
.\"
-.TH FMEMOPEN 3 2008-10-12 "GNU" "Linux Programmer's Manual"
+.TH FMEMOPEN 3 2008-12-05 "GNU" "Linux Programmer's Manual"
.SH NAME
fmemopen, open_memstream \- open memory as stream
.SH SYNOPSIS
@@ -225,4 +225,5 @@ call fails, returning \-1.
.\" http://sourceware.org/bugzilla/show_bug.cgi?id=1996
.SH "SEE ALSO"
.BR fopen (3),
+.BR fopencookie (3),
.BR feature_test_macros (7)