Documentation fix for termkey_get_fd - returns int, not void
This commit is contained in:
parent
c10d6f02e4
commit
d54b7b4274
|
@ -5,7 +5,7 @@ termkey_get_fd \- obtain the file descriptor for the terminal
|
|||
.nf
|
||||
.B #include <termkey.h>
|
||||
.sp
|
||||
.BI "void termkey_get_fd(termkey_t *" tk );
|
||||
.BI "int termkey_get_fd(termkey_t *" tk );
|
||||
.fi
|
||||
.sp
|
||||
Link with \fI-ltermkey\fP.
|
||||
|
|
Loading…
Reference in New Issue