From 74dedb6ee268807c2e6f030d3ad95da8529f30cb Mon Sep 17 00:00:00 2001 From: pk Date: Sat, 3 Aug 1996 18:55:40 +0000 Subject: Correct tputs() prototype (PR#2645). --- lib/libterm/termcap.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libterm') diff --git a/lib/libterm/termcap.3 b/lib/libterm/termcap.3 index e5b1db0b79e..bf0c60fb15d 100644 --- a/lib/libterm/termcap.3 +++ b/lib/libterm/termcap.3 @@ -1,4 +1,4 @@ -.\" $NetBSD: termcap.3,v 1.5 1995/06/05 19:45:48 pk Exp $ +.\" $NetBSD: termcap.3,v 1.6 1996/08/03 18:55:40 pk Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -57,7 +57,7 @@ .Ft char * .Fn tgoto "char *cm" destcol destline .Ft void -.Fn tputs "register char *cp" "int affcnt" "int (*outc)()" +.Fn tputs "register char *cp" "int affcnt" "void (*outc)(int)" .Sh DESCRIPTION These functions extract and use capabilities from a terminal capability data base, usually -- cgit