diff options
author | B. Watson <urchlay@slackware.uk> | 2025-05-09 04:29:32 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-05-09 04:29:32 -0400 |
commit | b3f612a055a426af38c35b8d03e23c698399a67c (patch) | |
tree | ce957978d0e1eef17a5b9b264c266762d3887d8c /marsond.c | |
parent | 9872f6128c48ff39b5d7003765418b29e259bebb (diff) | |
download | marsond-b3f612a055a426af38c35b8d03e23c698399a67c.tar.gz |
rearrange man page (move options closer to the top)
Diffstat (limited to 'marsond.c')
-rw-r--r-- | marsond.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -313,7 +313,7 @@ int main(int argc, char **argv) { if(ioctl(outfd, UI_SET_KEYBIT, i) >= 0) { /* we don't wanna be *that* verbose */ } else { - die("UI_SET_EVBIT failed: %s", strerror(errno)); + die("UI_SET_KEYBIT failed: %s", strerror(errno)); } } debug("UI_SET_KEYBIT OK"); |