From 3b2861fac9b80bc209c7597fc0e2dbd6d19d7652 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 4 Apr 2011 19:56:33 +0100 Subject: [PATCH] Refer to strfkey not snprint_key; add links to termkey_keycmp --- termkey_getkey.3.sh | 5 +++-- termkey_strpkey.3 | 3 ++- termkey_waitkey.3.sh | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/termkey_getkey.3.sh b/termkey_getkey.3.sh index ffc6d0e..55bfca1 100644 --- a/termkey_getkey.3.sh +++ b/termkey_getkey.3.sh @@ -68,7 +68,7 @@ The \fImodifiers\fP bitmask is composed of a bitwise-or of the constants \fBTERM .PP The \fIutf8\fP field is only set on events whose \fItype\fP is \fBTERMKEY_TYPE_UNICODE\fP. It should not be read for other events. .PP -To convert the \fIsym\fP to a symbolic name, see \fBtermkey_get_keyname\fP(3) function. It may instead be easier to convert the entire key event structure to a string, using \fBtermkey_snprint_key\fP(3). +To convert the \fIsym\fP to a symbolic name, see \fBtermkey_get_keyname\fP(3) function. It may instead be easier to convert the entire key event structure to a string, using \fBtermkey_strfkey\fP(3). .SH "RETURN VALUE" \fBtermkey_getkey\fP() returns an enumeration of one of \fBTERMKEY_RES_KEY\fP, \fBTEMRKEY_RES_AGAIN\fP, \fBTERMKEY_RES_NONE\fP or \fBTERMKEY_RES_EOF\fP. \fBtermkey_getkey_force\fP() returns one of the above, except for \fBTERMKEY_RES_AGAIN\fP. .SH EXAMPLE @@ -88,5 +88,6 @@ cat <