]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
timerfd_create.2: ffix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 11 Sep 2020 09:28:59 +0000 (11:28 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 11 Sep 2020 09:33:28 +0000 (11:33 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/timerfd_create.2

index 90e35d9b56716a9913cbbe223faa1b064ee1c7b4..80f280ce14d10b4e53aac9b3a3058b5b4887e9f4 100644 (file)
@@ -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);