Fixed another couple of typoes in manpages

This commit is contained in:
Paul LeoNerd Evans 2011-04-04 19:06:34 +01:00
parent f23a55ab82
commit 5b15abcd01
2 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ Two structures of differing type are ordered \fBTERMKEY_TYPE_UNICODE\fP, \fBTERM
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. 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" .SH "SEE ALSO"
.BR termkey_new (3), .BR termkey_new (3),
.BR termkey_getkey (3) .BR termkey_getkey (3),
.BR termkey_strpkey (3) .BR termkey_strpkey (3)

View File

@ -6,7 +6,7 @@ termkey_strpkey \- parse a string representing a key event
.B #include <termkey.h> .B #include <termkey.h>
.sp .sp
.BI "char *termkey_strpkey(TermKey *" tk ", const char *" str ", .BI "char *termkey_strpkey(TermKey *" tk ", const char *" str ",
.BI " TermKeyKey " key ", TermKeyFormat " format ); .BI " TermKeyKey *" key ", TermKeyFormat " format );
.fi .fi
.sp .sp
Link with \fI-ltermkey\fP. Link with \fI-ltermkey\fP.