fix ti_puts prototype

This commit is contained in:
christos 2015-11-23 22:35:28 +00:00
parent 62025e09ce
commit e804370940

View File

@ -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