From b3f612a055a426af38c35b8d03e23c698399a67c Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Fri, 9 May 2025 04:29:32 -0400 Subject: rearrange man page (move options closer to the top) --- marsond.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'marsond.c') diff --git a/marsond.c b/marsond.c index 18016d5..2bc65f0 100644 --- a/marsond.c +++ b/marsond.c @@ -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"); -- cgit v1.2.3