diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-09-13 19:14:12 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-09-13 19:14:12 +0000 |
| commit | e295af15d1035b193261d116405aee7eabc3fe7a (patch) | |
| tree | 1569dd8d7694519d7eff01b224b17d9428855bcc /lib/libc | |
| parent | 7ff19458de3abc2e8a0a648548b1b7b0a1a5192e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -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 ed47e29c85f5..5e57756e0937 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 |
