From NetBSD PR 2751 from der Mouse <mouse@Rodents.Montreal.QC.CA>:
authortholo <tholo@openbsd.org>
Fri, 20 Sep 1996 03:08:24 +0000 (03:08 +0000)
committertholo <tholo@openbsd.org>
Fri, 20 Sep 1996 03:08:24 +0000 (03:08 +0000)
fwopen() argument type mis-described

lib/libc/stdio/funopen.3

index 856aba6..4e9198a 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: funopen.3,v 1.3 1996/08/19 08:32:48 tholo Exp $
+.\"    $OpenBSD: funopen.3,v 1.4 1996/09/20 03:08:24 tholo Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -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