=== modified file 'termkey_keycmp.3' --- termkey_keycmp.3 2011-04-04 18:06:34 +0000 +++ termkey_keycmp.3 2011-04-03 17:44:48 +0000 @@ -20,5 +20,5 @@ 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_getkey (3) .BR termkey_strpkey (3) === modified file 'termkey_strpkey.3' --- termkey_strpkey.3 2011-04-04 18:06:34 +0000 +++ termkey_strpkey.3 2011-04-03 17:44:48 +0000 @@ -6,7 +6,7 @@ .B #include .sp .BI "char *termkey_strpkey(TermKey *" tk ", const char *" str ", -.BI " TermKeyKey *" key ", TermKeyFormat " format ); +.BI " TermKeyKey " key ", TermKeyFormat " format ); .fi .sp Link with \fI-ltermkey\fP.