From 23f0c1fcf6f10d439a9fa886f7d8ec5f5eb627e6 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Sun, 13 Apr 1997 13:35:33 +0000 Subject: Fixed #include and/or prototype bugs in synopsis. --- lib/libc/stdio/funopen.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/stdio/funopen.3') diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index 5e57756e0937..90e98d4d2890 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -44,7 +44,7 @@ .Sh SYNOPSIS .Fd #include .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 * -- cgit v1.3