aboutsummaryrefslogtreecommitdiff
path: root/man/termkey_keycmp.3
diff options
context:
space:
mode:
Diffstat (limited to 'man/termkey_keycmp.3')
-rw-r--r--man/termkey_keycmp.35
1 files changed, 2 insertions, 3 deletions
diff --git a/man/termkey_keycmp.3 b/man/termkey_keycmp.3
index 3eed66c..2993f2b 100644
--- a/man/termkey_keycmp.3
+++ b/man/termkey_keycmp.3
@@ -19,7 +19,6 @@ Two structures of differing type are ordered \fBTERMKEY_TYPE_UNICODE\fP, \fBTERM
.SH NOTES
This function does not perform any canonicalisation of the key structures, and performs a simple comparison of the fields in the structures. In particular, it will not consider as equal \fBTERMKEY_TYPE_UNICODE\fP containing the Space codepoint (U+0020) vs. \fBTERMKEY_TYPE_KEYSYM\fP containing \fBTERMKEY_SYM_SPACE\fP.
.SH "SEE ALSO"
-.BR termkey_new (3),
-.BR termkey_getkey (3),
.BR termkey_strpkey (3),
-.BR termkey_canonicalise (3)
+.BR termkey_canonicalise (3),
+.BR termkey (7)