summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2014-10-26 14:19:28 +0000
committerchristos <christos@NetBSD.org>2014-10-26 14:19:28 +0000
commit49decd465a3023ef88dfcd68e014ebc0d926f2ee (patch)
tree5966df8fad6361aa350ce951f1225d2097c3dabe /lib/libc/stdio
parentcc6df743bb295afb53cad164a10350a6fd46c836 (diff)
PR/49317: Henning Petersen: Fix prototypes inman page.
Diffstat (limited to 'lib/libc/stdio')
-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 9360e397f5f..9f60dd81373 100644
--- a/lib/libc/stdio/open_memstream.3
+++ b/lib/libc/stdio/open_memstream.3
@@ -1,4 +1,4 @@
-.\" $NetBSD: open_memstream.3,v 1.2 2014/10/13 22:41:59 wiz Exp $
+.\" $NetBSD: open_memstream.3,v 1.3 2014/10/26 14:19:28 christos Exp $
.\" Copyright (c) 2013 Advanced Computing Technologies LLC
.\" Written by: John H. Baldwin <jhb@FreeBSD.org>
.\" All rights reserved.
@@ -38,10 +38,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