aboutsummaryrefslogtreecommitdiffstats
path: root/man2/timerfd_create.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/timerfd_create.2')
-rw-r--r--man2/timerfd_create.26
1 files changed, 3 insertions, 3 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index 1847f29658..a2aeb48f6f 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -569,14 +569,14 @@ The following shell session demonstrates the use of the program:
0.000: timer started
3.000: read: 1; total=1
4.000: read: 1; total=2
-.BR "\(haZ " " # type control-Z to suspend the program"
+.BR "\(haZ " " # type control\-Z to suspend the program"
[1]+ Stopped ./timerfd3_demo 3 1 100
.RB "$ " "fg" " # Resume execution after a few seconds"
a.out 3 1 100
9.660: read: 5; total=7
10.000: read: 1; total=8
11.000: read: 1; total=9
-.BR "\(haC " " # type control-C to suspend the program"
+.BR "\(haC " " # type control\-C to suspend the program"
.EE
.in
.SS Program source
@@ -586,7 +586,7 @@ a.out 3 1 100
.\" the required stuff is in glibc
.\"
.\"
-.\"/* Link with -lrt */
+.\"/* Link with \-lrt */
.\"#define _GNU_SOURCE
.\"#include <sys/syscall.h>
.\"#include <unistd.h>