aboutsummaryrefslogtreecommitdiff
path: root/termkey_keycmp.3
diff options
context:
space:
mode:
authorPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-04-03 18:44:48 +0100
committerPaul LeoNerd Evans <leonerd@leonerd.org.uk>2011-04-03 18:44:48 +0100
commitf23a55ab8257987c1fdd49ba406f885bf78190b3 (patch)
tree03a17875d87e215ceafe1127c779d47c2f31a646 /termkey_keycmp.3
parent574754d5f108a92d77dc4e01022091ed42ca0020 (diff)
downloadtermo-f23a55ab8257987c1fdd49ba406f885bf78190b3.tar.gz
termo-f23a55ab8257987c1fdd49ba406f885bf78190b3.tar.xz
termo-f23a55ab8257987c1fdd49ba406f885bf78190b3.zip
Various minor neatenings to manpage formatting
Diffstat (limited to 'termkey_keycmp.3')
-rw-r--r--termkey_keycmp.32
1 files changed, 1 insertions, 1 deletions
diff --git a/termkey_keycmp.3 b/termkey_keycmp.3
index 519752b..bd0fb26 100644
--- a/termkey_keycmp.3
+++ b/termkey_keycmp.3
@@ -11,7 +11,7 @@ termkey_keycmp \- compare two key events
.sp
Link with \fI-ltermkey\fP.
.SH DESCRIPTION
-\fBtermkey_keycmp\fP compares two key structures and applies a total ordering, returning a value that is positive, zero, or negative, to indicate if the given structures are increasing, identical, or decreasing.
+\fBtermkey_keycmp\fP() compares two key structures and applies a total ordering, returning a value that is positive, zero, or negative, to indicate if the given structures are increasing, identical, or decreasing.
.PP
Two structures of differing type are ordered \fBTERMKEY_TYPE_UNICODE\fP, \fBTERMKEY_TYPE_KEYSYM\fP, \fBTERMKEY_TYPE_FUNCTION\fP, \fBTERMKEY_TYPE_MOUSE\fP. Unicode structures are ordered by codepoint, keysym structures are ordered by keysym number, function structures are ordered by function key number, and mouse structures are ordered opaquely by an unspecified but consistent ordering. Within these values, keys different in modifier bits are ordered by the modifiers.
.SH "RETURN VALUE"