Subject: lib/1954: typo in lib/libc/stdio/funopen.3
To: None <gnats-bugs@gnats.netbsd.org>
From: None <soda@sra.co.jp>
List: netbsd-bugs
Date: 01/17/1996 04:20:10
>Number:         1954
>Category:       lib
>Synopsis:       typo in lib/libc/stdio/funopen.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lib-bug-people (Library Bug People)
>State:          open
>Class:          doc-bug
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 16 14:05:03 1996
>Last-Modified:
>Originator:     Noriyuki Soda
>Organization:
	Software Research Associates, Inc., Japan
	software tools and technology group
>Release:        NetBSD-current Jan 15, 1995
>Environment:
System: NetBSD james 1.1A NetBSD 1.1A (PALM) #0: Mon Dec 18 03:53:13 JST 1995 soda@james:/amd/james/vol/james/mnt2/current/src/sys/arch/i386/compile/PALM i386

>Description:
	3 TYPOs in manpage.

>How-To-Repeat:
>Fix:

------ CUT HERE ------ CUT HERE ------ CUT HERE ------ CUT HERE -----
--- funopen.3-	Sat Oct 14 09:51:48 1995
+++ funopen.3	Wed Jan 17 04:11:18 1996
@@ -46,7 +46,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 *
------ CUT HERE ------ CUT HERE ------ CUT HERE ------ CUT HERE -----
--
soda@sra.co.jp		Software Research Associates, Inc., Japan
(Noriyuki Soda)		   software tools and technology group
>Audit-Trail:
>Unformatted: