summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2014-11-24 01:56:33 +0000
committerkevlo <kevlo@FreeBSD.org>2014-11-24 01:56:33 +0000
commit110eb67327e9a22d8582861bfa3b1533a90ec9b0 (patch)
tree155a7715ef141970190f55a067dd31b1c970a5e3 /lib
parent2c63daa4b3c51ef90b98764664f4254c69cea0dd (diff)
downloadFreeBSD-src-110eb67327e9a22d8582861bfa3b1533a90ec9b0.zip
FreeBSD-src-110eb67327e9a22d8582861bfa3b1533a90ec9b0.tar.gz
MFC r273760:
Fix prototypes.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/stdio/open_memstream.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/open_memstream.3 b/lib/libc/stdio/open_memstream.3
index 9396830..117dcb2 100644
--- a/lib/libc/stdio/open_memstream.3
+++ b/lib/libc/stdio/open_memstream.3
@@ -25,7 +25,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd February 27, 2013
+.Dd October 28, 2014
.Dt OPEN_MEMSTREAM 3
.Os
.Sh NAME
@@ -37,10 +37,10 @@
.Sh SYNOPSIS
.In stdio.h
.Ft FILE *
-.Fn open_memstream "char **bufp" "size_t **sizep"
+.Fn open_memstream "char **bufp" "size_t *sizep"
.In wchar.h
.Ft FILE *
-.Fn open_wmemstream "wchar_t **bufp" "size_t **sizep"
+.Fn open_wmemstream "wchar_t **bufp" "size_t *sizep"
.Sh DESCRIPTION
The
.Fn open_memstream
OpenPOWER on IntegriCloud