From e295af15d1035b193261d116405aee7eabc3fe7a Mon Sep 17 00:00:00 2001 From: Paul Traina Date: Fri, 13 Sep 1996 19:14:12 +0000 Subject: [PATCH] fwopen() argument type mis-described Obtained from: NetBSD lib/2751 (der Mouse) --- lib/libc/stdio/funopen.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index ed47e29c85f..5e57756e093 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -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