aboutsummaryrefslogtreecommitdiffstats
path: root/man3/clock_getcpuclockid.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/clock_getcpuclockid.3')
-rw-r--r--man3/clock_getcpuclockid.34
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/clock_getcpuclockid.3 b/man3/clock_getcpuclockid.3
index 1c7a8c8b3c..0239d19ecd 100644
--- a/man3/clock_getcpuclockid.3
+++ b/man3/clock_getcpuclockid.3
@@ -124,7 +124,7 @@ An example run is the following:
.in +4n
.EX
.RB "$" " ./a.out 1" " # Show CPU clock of init process"
-CPU-time clock for PID 1 is 2.213466748 seconds
+CPU\-time clock for PID 1 is 2.213466748 seconds
.EE
.in
.SS Program source
@@ -158,7 +158,7 @@ main(int argc, char *argv[])
exit(EXIT_FAILURE);
}
- printf("CPU-time clock for PID %s is %jd.%09ld seconds\en",
+ printf("CPU\-time clock for PID %s is %jd.%09ld seconds\en",
argv[1], (intmax_t) ts.tv_sec, ts.tv_nsec);
exit(EXIT_SUCCESS);
}