From 29b4484883798fa9e8eb1ea2128c1fc6f201d788 Mon Sep 17 00:00:00 2001 From: deraadt Date: Mon, 29 Jan 1996 01:56:44 +0000 Subject: [PATCH] typo; fix from norijuki soda; netbsd pr#1954 --- lib/libc/stdio/funopen.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libc/stdio/funopen.3 b/lib/libc/stdio/funopen.3 index 465b16ea5f4..2e6277825a3 100644 --- a/lib/libc/stdio/funopen.3 +++ b/lib/libc/stdio/funopen.3 @@ -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 .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 * -- 2.20.1