NetBSD-Bugs archive

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

lib/49317: Failure in man page open_memstream.3



>Number:         49317
>Category:       lib
>Synopsis:       Failure in man page open_memstream.3
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lib-bug-people
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Oct 26 13:35:00 +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



Home | Main Index | Thread Index | Old Index