Fix prototypes.
This commit is contained in:
parent
e01bff72b4
commit
dbf11b2466
@ -25,7 +25,7 @@
|
||||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd February 27, 2013
|
||||
.Dd October 28, 2014
|
||||
.Dt OPEN_MEMSTREAM 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -37,10 +37,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
|
||||
|
Loading…
Reference in New Issue
Block a user