Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/stdio PR/49317: Henning Petersen: Fix prototypes in...



details:   https://anonhg.NetBSD.org/src/rev/c186899d8b8a
branches:  trunk
changeset: 333268:c186899d8b8a
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Oct 26 14:19:28 2014 +0000

description:
PR/49317: Henning Petersen: Fix prototypes inman page.

diffstat:

 lib/libc/stdio/open_memstream.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r 3aa026bf9eaf -r c186899d8b8a lib/libc/stdio/open_memstream.3
--- a/lib/libc/stdio/open_memstream.3   Sun Oct 26 01:42:07 2014 +0000
+++ b/lib/libc/stdio/open_memstream.3   Sun Oct 26 14:19:28 2014 +0000
@@ -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@localhost>
 .\" 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



Home | Main Index | Thread Index | Old Index