aboutsummaryrefslogtreecommitdiff
path: root/termkey_strpkey.3
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-04-04 19:56:33 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-04-04 19:56:33 +0100
commit3b2861fac9b80bc209c7597fc0e2dbd6d19d7652 (patch)
tree58eaf49cfcf4244102194f2dc8606b3ca39581ea /termkey_strpkey.3
parent5b15abcd0168c63e57e061450cbbfd01942e43b9 (diff)
downloadtermo-3b2861fac9b80bc209c7597fc0e2dbd6d19d7652.tar.gz
termo-3b2861fac9b80bc209c7597fc0e2dbd6d19d7652.tar.xz
termo-3b2861fac9b80bc209c7597fc0e2dbd6d19d7652.zip
Refer to strfkey not snprint_key; add links to termkey_keycmp
Diffstat (limited to 'termkey_strpkey.3')
-rw-r--r--termkey_strpkey.33
1 files changed, 2 insertions, 1 deletions
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)