Fixed wrong return type for tputs() in synopsis.

This commit is contained in:
Bruce Evans 1997-03-19 01:57:06 +00:00
parent 26838e4e99
commit f0821c98f2
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
.Fn tgetstr "const char *id" "char **area"
.Ft char *
.Fn tgoto "const char *cm" "int destcol" "int destline"
.Ft void
.Ft int
.Fn tputs "const char *cp" "int affcnt" "int (*outc)(int)"
.Ft char *
.Fn tparm "const char *cp" "..."