summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Colomar <alx.manpages@gmail.com>2022-09-11 01:00:14 +0200
committerAlex Colomar <alx.manpages@gmail.com>2022-09-12 17:18:55 +0200
commitff4f47b323779beb661b13a87e79b406011392ac (patch)
tree71e8a88beb1663a99f137fac3337acd970d8ca16
parent4cd83178204d38c08ac16b454fe76e2313c0e41f (diff)
pthread_setschedparam.3: EXAMPLES: Remove trailing semicolon in macro definition
Reported-by: checkpatch(1) Signed-off-by: Alex Colomar <alx.manpages@gmail.com>
-rw-r--r--man3/pthread_setschedparam.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/pthread_setschedparam.3 b/man3/pthread_setschedparam.3
index ef086d2ea..e6ee8362e 100644
--- a/man3/pthread_setschedparam.3
+++ b/man3/pthread_setschedparam.3
@@ -243,7 +243,7 @@ usage(char *prog_name, char *msg)
fprintf(stderr, "Usage: %s [options]\en", prog_name);
fprintf(stderr, "Options are:\en");
-#define fpe(msg) fprintf(stderr, "\et%s", msg); /* Shorter */
+#define fpe(msg) fprintf(stderr, "\et%s", msg) /* Shorter */
fpe("\-a<policy><prio> Set scheduling policy and priority in\en");
fpe(" thread attributes object\en");
fpe(" <policy> can be\en");