Module Name:    src
Committed By:   christos
Date:           Mon Nov 23 22:35:28 UTC 2015

Modified Files:
        src/lib/libterminfo: terminfo.3

Log Message:
fix ti_puts prototype


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libterminfo/terminfo.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libterminfo/terminfo.3
diff -u src/lib/libterminfo/terminfo.3:1.12 src/lib/libterminfo/terminfo.3:1.13
--- src/lib/libterminfo/terminfo.3:1.12	Tue Mar 18 14:20:38 2014
+++ src/lib/libterminfo/terminfo.3	Mon Nov 23 17:35:28 2015
@@ -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

Reply via email to