open_wmemstream.3: Update link to point to new open_memstream(2) page

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2016-03-09 04:56:17 +01:00
parent 09ffd9ca50
commit 8e23ae0316
3 changed files with 3 additions and 6 deletions

View File

@ -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

View File

@ -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)

View File

@ -1 +1 @@
.so man3/fmemopen.3
.so man3/open_memstream.3