mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
Correct prototype for tigetstr().
PR: docs/11489 Submitted by: Andrew <andrew@ugh.net.au>
This commit is contained in:
parent
86f210dfba
commit
ad2713b522
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=46461
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
.br
|
||||
\fBint tigetnum(char *capname);\fR
|
||||
.br
|
||||
\fBint tigetstr(char *capname);\fR
|
||||
\fBchar *tigetstr(char *capname);\fR
|
||||
.br
|
||||
.SH DESCRIPTION
|
||||
These low-level routines must be called by programs that have to deal
|
||||
|
|
Loading…
Reference in a new issue