aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-04-04 19:06:34 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-04-04 19:06:34 +0100
commit5b15abcd0168c63e57e061450cbbfd01942e43b9 (patch)
tree3f09858e0120b229c6ce2a2b2d451e2fdeab0b9d
parentf23a55ab8257987c1fdd49ba406f885bf78190b3 (diff)
downloadtermo-5b15abcd0168c63e57e061450cbbfd01942e43b9.tar.gz
termo-5b15abcd0168c63e57e061450cbbfd01942e43b9.tar.xz
termo-5b15abcd0168c63e57e061450cbbfd01942e43b9.zip
Fixed another couple of typoes in manpages
-rw-r--r--termkey_keycmp.32
-rw-r--r--termkey_strpkey.32
2 files changed, 2 insertions, 2 deletions
diff --git a/termkey_keycmp.3 b/termkey_keycmp.3
index bd0fb26..d2a0c9b 100644
--- a/termkey_keycmp.3
+++ b/termkey_keycmp.3
@@ -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.
.SH "SEE ALSO"
.BR termkey_new (3),
-.BR termkey_getkey (3)
+.BR termkey_getkey (3),
.BR termkey_strpkey (3)
diff --git a/termkey_strpkey.3 b/termkey_strpkey.3
index 5d51ccf..4db431e 100644
--- a/termkey_strpkey.3
+++ b/termkey_strpkey.3
@@ -6,7 +6,7 @@ termkey_strpkey \- parse a string representing a key event
.B #include <termkey.h>
.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.