Module Name: src
Committed By: christos
Date: Sun Oct 26 14:19:28 UTC 2014
Modified Files:
src/lib/libc/stdio: open_memstream.3
Log Message:
PR/49317: Henning Petersen: Fix prototypes inman page.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/stdio/open_memstream.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/stdio/open_memstream.3
diff -u src/lib/libc/stdio/open_memstream.3:1.2 src/lib/libc/stdio/open_memstream.3:1.3
--- src/lib/libc/stdio/open_memstream.3:1.2 Mon Oct 13 18:41:59 2014
+++ src/lib/libc/stdio/open_memstream.3 Sun Oct 26 10:19:28 2014
@@ -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 <[email protected]>
.\" 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