diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-21 00:52:13 +0000 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2012-01-21 00:52:13 +0000 |
commit | dc5ce2331628be2a59eb849e07040d5e76a1f49c (patch) | |
tree | 6cac3f18997eb7c30886d217c3bcbebffb16e2c4 /man/termkey_keycmp.3 | |
parent | c3de4f7801991f13d5a334f3450f766afda2bea7 (diff) | |
download | termo-dc5ce2331628be2a59eb849e07040d5e76a1f49c.tar.gz termo-dc5ce2331628be2a59eb849e07040d5e76a1f49c.tar.xz termo-dc5ce2331628be2a59eb849e07040d5e76a1f49c.zip |
Link to termkey(7) from other manpages, delete some of the duplicated sections
Diffstat (limited to 'man/termkey_keycmp.3')
-rw-r--r-- | man/termkey_keycmp.3 | 5 |
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) |