aboutsummaryrefslogtreecommitdiffstats
path: root/man2/timerfd_create.2
diff options
context:
space:
mode:
authorAlejandro Colomar <alx@kernel.org>2023-02-05 23:03:36 +0100
committerAlejandro Colomar <alx@kernel.org>2023-02-05 23:03:36 +0100
commita1e9245d98340e1acd372605326b63795d32b278 (patch)
tree70a56ab492b1ea0ae307ccfbf5aad77f46878dc6 /man2/timerfd_create.2
parent3f029bc96bd3a22f336c45925e01eec2757b74dc (diff)
downloadman-pages-a1e9245d98340e1acd372605326b63795d32b278.tar.gz
Many pages: Use \[ha] instead of \(ha
Signed-off-by: Alejandro Colomar <alx@kernel.org>
Diffstat (limited to 'man2/timerfd_create.2')
-rw-r--r--man2/timerfd_create.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index ccb0e4f29b..d7d47296f8 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -543,14 +543,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 "\[ha]Z " " # 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 "\[ha]C " " # type control\-C to suspend the program"
.EE
.in
.SS Program source