1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24015

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" "..."