Docs fix for termkey_strfkey

This commit is contained in:
Paul LeoNerd Evans 2011-04-01 14:05:19 +01:00
parent d6d74d252f
commit 0468355389
1 changed files with 1 additions and 1 deletions

View File

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