diff options
author | mpp <mpp@FreeBSD.org> | 1996-01-20 07:29:11 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1996-01-20 07:29:11 +0000 |
commit | 95fd971cf1dd885dbec189017ba46998e8210cd0 (patch) | |
tree | 318a257a9b20c91753d8e48fe3ed013656a476d6 /lib | |
parent | e416b2637605b73664a7acde01730f9ec0f95c1c (diff) | |
download | FreeBSD-src-95fd971cf1dd885dbec189017ba46998e8210cd0.zip FreeBSD-src-95fd971cf1dd885dbec189017ba46998e8210cd0.tar.gz |
Fix a variety of minor typos and cross references in a bunch of
man pages.
Masanobu Saitoh <msaitoh@spa.is.uec.ac.jp>
Giles Lean <giles@nemeton.com.au>
<soda@sra.co.jp>
Diffstat (limited to 'lib')
-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 8ed9b30..dbdd5ca 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 "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 * |