From 8e23ae0316e1cc8fe06a9a482a5fb4e1acf237ec Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 9 Mar 2016 04:56:17 +0100 Subject: [PATCH] open_wmemstream.3: Update link to point to new open_memstream(2) page Signed-off-by: Michael Kerrisk --- man3/fmemopen.3 | 2 -- man3/open_memstream.3 | 5 ++--- man3/open_wmemstream.3 | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/man3/fmemopen.3 b/man3/fmemopen.3 index 1d6451720..9ebf7c5f3 100644 --- a/man3/fmemopen.3 +++ b/man3/fmemopen.3 @@ -5,8 +5,6 @@ .\" Distributed under the GPL. .\" %%%LICENSE_END .\" -.\" 2008-12-04, Petr Baudis : 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 1dd8a6853..68ddeb776 100644 --- a/man3/open_memstream.3 +++ b/man3/open_memstream.3 @@ -7,7 +7,7 @@ .\" .\" 2008-12-04, Petr Baudis : 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 afcad2faa..a113f1345 100644 --- a/man3/open_wmemstream.3 +++ b/man3/open_wmemstream.3 @@ -1 +1 @@ -.so man3/fmemopen.3 +.so man3/open_memstream.3