diff options
author | pst <pst@FreeBSD.org> | 1996-09-13 19:14:12 +0000 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-09-13 19:14:12 +0000 |
commit | aa0bf1e119360aec199b9032cc73b4ad92f3b4a1 (patch) | |
tree | 1569dd8d7694519d7eff01b224b17d9428855bcc /lib/libc/stdio/funopen.3 | |
parent | 3499a659641eaabaf4a588b971b73c22b5bdb43c (diff) | |
download | FreeBSD-src-aa0bf1e119360aec199b9032cc73b4ad92f3b4a1.zip FreeBSD-src-aa0bf1e119360aec199b9032cc73b4ad92f3b4a1.tar.gz |
fwopen() argument type mis-described
Obtained from: NetBSD lib/2751 (der Mouse)
Diffstat (limited to 'lib/libc/stdio/funopen.3')
-rw-r--r-- | lib/libc/stdio/funopen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index ed47e29..5e57756 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 |