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_keyname.3 | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'man/termkey_get_keyname.3') diff --git a/man/termkey_get_keyname.3 b/man/termkey_get_keyname.3 index 5f0119f..42c9ecd 100644 --- a/man/termkey_get_keyname.3 +++ b/man/termkey_get_keyname.3 @@ -10,13 +10,11 @@ termkey_get_keyname \- return a string name for a symbolic key .sp Link with \fI-ltermkey\fP. .SH DESCRIPTION -\fBtermkey_get_keyname\fP() returns a human-readable string name for the symbolic key value given by \fBsym\fP. The returned string is owned by the termkey instance \fItk\fP so should not be modified or freed. The returned pointer is guaranteed to be valid until the termkey instance is released using \fBtermkey_destroy\fP(3). This function is the inverse of \fBtermkey_keyname2sym\fP(3). +\fBtermkey_get_keyname\fP() returns a human-readable string name for the symbolic key value given by \fBsym\fP. The returned string is owned by the \fBtermkey\fP(7) instance \fItk\fP so should not be modified or freed. The returned pointer is guaranteed to be valid until the instance is released using \fBtermkey_destroy\fP(3). This function is the inverse of \fBtermkey_keyname2sym\fP(3). .SH "RETURN VALUE" \fBtermkey_get_key\fP() returns a pointer to a string. .SH "SEE ALSO" -.BR termkey_new (3), -.BR termkey_getkey (3), -.BR termkey_waitkey (3), .BR termkey_lookup_keyname (3), .BR termkey_keyname2sym (3), -.BR termkey_strfkey (3) +.BR termkey_strfkey (3), +.BR termkey (7) -- cgit v1.2.3-54-g00ecf