From dc5ce2331628be2a59eb849e07040d5e76a1f49c Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sat, 21 Jan 2012 00:52:13 +0000 Subject: Link to termkey(7) from other manpages, delete some of the duplicated sections --- man/termkey_get_fd.3 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'man/termkey_get_fd.3') diff --git a/man/termkey_get_fd.3 b/man/termkey_get_fd.3 index d94de5f..86b60b6 100644 --- a/man/termkey_get_fd.3 +++ b/man/termkey_get_fd.3 @@ -10,9 +10,10 @@ termkey_get_fd \- obtain the file descriptor for the terminal .sp Link with \fI-ltermkey\fP. .SH DESCRIPTION -\fBtermkey_get_fd\fP() returns the file descriptor that was passed as the \fIfd\fP argument to \fBtermkey_new\fP(3). +\fBtermkey_get_fd\fP() returns the file descriptor that the \fBtermkey\fP(7) instance is using to read bytes from. .SH "RETURN VALUE" \fBtermkey_get_fd\fP() returns the current file descriptor, or -1 if no file descriptor is associated with this instance. .SH "SEE ALSO" .BR termkey_new (3), -.BR termkey_get_flags (3) +.BR termkey_get_flags (3), +.BR termkey (7) -- cgit v1.2.3-54-g00ecf