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:
parent
26838e4e99
commit
f0821c98f2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=24015
@ -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" "..."
|
||||
|
Loading…
Reference in New Issue
Block a user