Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libterminfo fix ti_puts prototype



details:   https://anonhg.NetBSD.org/src/rev/121f95ecf983
branches:  trunk
changeset: 341808:121f95ecf983
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 23 22:35:28 2015 +0000

description:
fix ti_puts prototype

diffstat:

 lib/libterminfo/terminfo.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r f572049d651e -r 121f95ecf983 lib/libterminfo/terminfo.3
--- a/lib/libterminfo/terminfo.3        Mon Nov 23 22:34:00 2015 +0000
+++ b/lib/libterminfo/terminfo.3        Mon Nov 23 22:35:28 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index