From e8043709403c44443f70ac673d71bdf89bdbb8c5 Mon Sep 17 00:00:00 2001 From: christos Date: Mon, 23 Nov 2015 22:35:28 +0000 Subject: [PATCH] fix ti_puts prototype --- lib/libterminfo/terminfo.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libterminfo/terminfo.3 b/lib/libterminfo/terminfo.3 index 3816e63c5588..4dee3bac9a56 100644 --- a/lib/libterminfo/terminfo.3 +++ b/lib/libterminfo/terminfo.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: terminfo.3,v 1.12 2014/03/18 18:20:38 riastradh Exp $ +.\" $NetBSD: terminfo.3,v 1.13 2015/11/23 22:35:28 christos Exp $ .\" .\" Copyright (c) 2009, 2011 The NetBSD Foundation, Inc. .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd January 25, 2013 +.Dd November 23, 2015 .Dt TERMINFO 3 .Os .Sh NAME @@ -85,7 +85,7 @@ .Ft char * .Fn ti_tiparm "TERMINAL *" "const char *cm" "..." .Ft int -.Fn ti_puts "const TERMINAL *term" "const char *str" "int affcnt" "int (*outc)(int, void *)" +.Fn ti_puts "const TERMINAL *term" "const char *str" "int affcnt" "int (*outc)(int ch, void *arg)" "void *arg" .Ft int .Fn ti_putp "const TERMINAL *term" "const char *str" .Sh DESCRIPTION