]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man3/clock_getcpuclockid.3
locale.1, memusage.1, pldd.1, _syscall.2, add_key.2, bind.2, bpf.2, chown.2, clone...
[thirdparty/man-pages.git] / man3 / clock_getcpuclockid.3
index d4ca27ef72960686e3c9d83ed222062fc3d3173f..d908d11cf8b3bd3604a18853067f315039e5cd57 100644 (file)
@@ -139,7 +139,7 @@ main(int argc, char *argv[])
     struct timespec ts;
 
     if (argc != 2) {
-        fprintf(stderr, "%s <process\-ID>\\n", argv[0]);
+        fprintf(stderr, "%s <process\-ID>\en", argv[0]);
         exit(EXIT_FAILURE);
     }
 
@@ -153,7 +153,7 @@ main(int argc, char *argv[])
         exit(EXIT_FAILURE);
     }
 
-    printf("CPU-time clock for PID %s is %ld.%09ld seconds\\n",
+    printf("CPU-time clock for PID %s is %ld.%09ld seconds\en",
             argv[1], (long) ts.tv_sec, (long) ts.tv_nsec);
     exit(EXIT_SUCCESS);
 }