diff options
| author | pk <pk@NetBSD.org> | 1996-08-03 18:55:40 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1996-08-03 18:55:40 +0000 |
| commit | 74dedb6ee268807c2e6f030d3ad95da8529f30cb (patch) | |
| tree | 90806069abc685ac76067401e69bc02fe9fc8d71 /lib/libterm | |
| parent | 78bddbd3935db1b4ea5f5006745fe9d1e1442dca (diff) | |
Correct tputs() prototype (PR#2645).
Diffstat (limited to 'lib/libterm')
| -rw-r--r-- | lib/libterm/termcap.3 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
