aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 04:56:17 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-03-09 05:12:56 +0100
commit8e23ae0316e1cc8fe06a9a482a5fb4e1acf237ec (patch)
tree144acb06b190e46de566eb459ce3fa8c41a7d44e
parent09ffd9ca504420831922d172dd9ad29402caf468 (diff)
downloadman-pages-8e23ae0316e1cc8fe06a9a482a5fb4e1acf237ec.tar.gz
open_wmemstream.3: Update link to point to new open_memstream(2) page
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man3/fmemopen.32
-rw-r--r--man3/open_memstream.35
-rw-r--r--man3/open_wmemstream.32
3 files changed, 3 insertions, 6 deletions
diff --git a/man3/fmemopen.3 b/man3/fmemopen.3
index 1d64517201..9ebf7c5f3f 100644
--- a/man3/fmemopen.3
+++ b/man3/fmemopen.3
@@ -5,8 +5,6 @@
.\" Distributed under the GPL.
.\" %%%LICENSE_END
.\"
-.\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream()
-.\"
.TH FMEMOPEN 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME
fmemopen \- open memory as stream
diff --git a/man3/open_memstream.3 b/man3/open_memstream.3
index 1dd8a68531..68ddeb776c 100644
--- a/man3/open_memstream.3
+++ b/man3/open_memstream.3
@@ -7,7 +7,7 @@
.\"
.\" 2008-12-04, Petr Baudis <pasky@suse.cz>: Document open_wmemstream()
.\"
-.TH FMEMOPEN 3 2015-03-29 "GNU" "Linux Programmer's Manual"
+.TH OPEN_MEMSTREAM 3 2015-03-29 "GNU" "Linux Programmer's Manual"
.SH NAME
open_memstream, open_wmemstream \- open a dynamic memory buffer stream
.SH SYNOPSIS
@@ -143,5 +143,4 @@ See
.BR fmemopen (3).
.SH SEE ALSO
.BR fmemopen (3),
-.BR fopen (3),
-.BR fopencookie (3)
+.BR fopen (3)
diff --git a/man3/open_wmemstream.3 b/man3/open_wmemstream.3
index afcad2faa3..a113f1345e 100644
--- a/man3/open_wmemstream.3
+++ b/man3/open_wmemstream.3
@@ -1 +1 @@
-.so man3/fmemopen.3
+.so man3/open_memstream.3