1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-10 09:42:26 +00:00

fwopen() argument type mis-described

Obtained from: NetBSD lib/2751 (der Mouse)
This commit is contained in:
Paul Traina 1996-09-13 19:14:12 +00:00
parent 7ff19458de
commit e295af15d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18279

View File

@ -48,7 +48,7 @@
.Ft FILE *
.Fn fropen "void *cookie" "int (*readfn)(void *, char *, int)"
.Ft FILE *
.Fn fwopen "void *cookie" "int (*writefn)(void *, char *, int)"
.Fn fwopen "void *cookie" "int (*writefn)(void *, const char *, int)"
.Sh DESCRIPTION
The
.Fn funopen