Fix prototypes.

This commit is contained in:
Kevin Lo 2014-10-28 02:05:57 +00:00
parent e01bff72b4
commit dbf11b2466

View File

@ -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