NetBSD Problem Report #49317

From www@NetBSD.org  Sun Oct 26 13:32:04 2014
Return-Path: <www@NetBSD.org>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 88AE2A667E
	for <gnats-bugs@gnats.NetBSD.org>; Sun, 26 Oct 2014 13:32:04 +0000 (UTC)
Message-Id: <20141026133203.390F0A6681@mollari.NetBSD.org>
Date: Sun, 26 Oct 2014 13:32:03 +0000 (UTC)
From: henning.petersen@t-online.de
Reply-To: henning.petersen@t-online.de
To: gnats-bugs@NetBSD.org
Subject: Failure in man page open_memstream.3
X-Send-Pr-Version: www-1.0

>Number:         49317
>Category:       lib
>Synopsis:       Failure in man page open_memstream.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lib-bug-people
>State:          closed
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 26 13:35:00 +0000 2014
>Closed-Date:    Sun Oct 26 22:04:28 +0000 2014
>Last-Modified:  Sun Oct 26 22:04:28 +0000 2014
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Use correct prototypes in man page open_memstream.3 .
>How-To-Repeat:

>Fix:
diff -u -p -r1.2 open_memstream.3
--- lib/libc/stdio/open_memstream.3	13 Oct 2014 22:41:59 -0000	1.2
+++ lib/libc/stdio/open_memstream.3	26 Oct 2014 13:16:58 -0000
@@ -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

>Release-Note:

>Audit-Trail:
From: "Christos Zoulas" <christos@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49317 CVS commit: src/lib/libc/stdio
Date: Sun, 26 Oct 2014 10:19:28 -0400

 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.

State-Changed-From-To: open->closed
State-Changed-By: wiz@NetBSD.org
State-Changed-When: Sun, 26 Oct 2014 22:04:28 +0000
State-Changed-Why:
Fixed by christos. Thanks for the PR!


>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.