summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-02-17 17:29:17 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-02-17 17:29:17 +0000
commite3fb95be71218031e1e70eaf83bea13a79bfd60e (patch)
tree56015a52de1a3ce4533e7ada305c27fa84204599
parent556ee612e5cd708709344c6bdba01c26b1bef6a4 (diff)
Notes
-rw-r--r--lib/libc/stdio/funopen.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3
index 5e57756e09370..90e98d4d2890f 100644
--- a/lib/libc/stdio/funopen.3
+++ b/lib/libc/stdio/funopen.3
@@ -44,7 +44,7 @@
.Sh SYNOPSIS
.Fd #include <stdio.h>
.Ft FILE *
-.Fn funopen "void *cookie" "int (*readfn)(void *, char *, int)" "int (*writefn)(void *, const char *, int)" "fpos_t (*seekfn)(void *, fpos_t, int)" "int (*closefn)(void *)"
+.Fn funopen "const void *cookie" "int (*readfn)(void *, char *, int)" "int (*writefn)(void *, const char *, int)" "fpos_t (*seekfn)(void *, fpos_t, int)" "int (*closefn)(void *)"
.Ft FILE *
.Fn fropen "void *cookie" "int (*readfn)(void *, char *, int)"
.Ft FILE *