typo; fix from norijuki soda; netbsd pr#1954
authorderaadt <deraadt@openbsd.org>
Mon, 29 Jan 1996 01:56:44 +0000 (01:56 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 29 Jan 1996 01:56:44 +0000 (01:56 +0000)
lib/libc/stdio/funopen.3

index 465b16e..2e62778 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: funopen.3,v 1.4 1995/02/02 01:15:44 jtc Exp $
+.\"    $NetBSD: funopen.3,v 1.5 1996/01/17 01:42:55 jtc Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -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 *