diff options
author | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-04-04 19:06:34 +0100 |
---|---|---|
committer | Paul LeoNerd Evans <leonerd@leonerd.org.uk> | 2011-04-04 19:06:34 +0100 |
commit | 5b15abcd0168c63e57e061450cbbfd01942e43b9 (patch) | |
tree | 3f09858e0120b229c6ce2a2b2d451e2fdeab0b9d /termkey_strpkey.3 | |
parent | f23a55ab8257987c1fdd49ba406f885bf78190b3 (diff) | |
download | termo-5b15abcd0168c63e57e061450cbbfd01942e43b9.tar.gz termo-5b15abcd0168c63e57e061450cbbfd01942e43b9.tar.xz termo-5b15abcd0168c63e57e061450cbbfd01942e43b9.zip |
Fixed another couple of typoes in manpages
Diffstat (limited to 'termkey_strpkey.3')
-rw-r--r-- | termkey_strpkey.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |