From: Michael Kerrisk Date: Fri, 11 Sep 2020 09:28:59 +0000 (+0200) Subject: timerfd_create.2: ffix X-Git-Tag: man-pages-5.09~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd150d909cecfbcfee7291be47c0daa3b9bab05;p=thirdparty%2Fman-pages.git timerfd_create.2: ffix Signed-off-by: Michael Kerrisk --- diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 90e35d9b56..80f280ce14 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -707,7 +707,7 @@ main(int argc, char *argv[]) tot_exp += exp; print_elapsed_time(); - printf("read: %"PRIu64"; total=%"PRIu64"\en", exp, tot_exp); + printf("read: %" PRIu64 "; total=%" PRIu64 "\en", exp, tot_exp); } exit(EXIT_SUCCESS);