From 3b2861fac9b80bc209c7597fc0e2dbd6d19d7652 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Mon, 4 Apr 2011 19:56:33 +0100 Subject: Refer to strfkey not snprint_key; add links to termkey_keycmp --- termkey_strpkey.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'termkey_strpkey.3') diff --git a/termkey_strpkey.3 b/termkey_strpkey.3 index 4db431e..12e2d3a 100644 --- a/termkey_strpkey.3 +++ b/termkey_strpkey.3 @@ -29,4 +29,5 @@ The \fBTERMKEY_FORMAT_WRAPBRACKET\fP and \fBTERMKEY_FORMAT_MOUSE_POS\fP options After a successful parse, \fBtermkey_strpkey\fP() returns a pointer to the first character of the input it did not consume. If the input string contains more characters then this will point at the first character beyond. If the entire input string was consumed, then this will point at a null byte. If \fBtermkey_strpkey\fP() fails to parse, it returns \fBNULL\fP. After a failed parse, the \fIkey\fP structure may contain partial or invalid results. The structure will only be valid if the function returns a non-\fBNULL\fP result. .SH "SEE ALSO" .BR termkey_new (3), -.BR termkey_strfkey (3) +.BR termkey_strfkey (3), +.BR termkey_keycmp (3) -- cgit v1.2.3-54-g00ecf