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