diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-09 23:21:02 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2021-01-21 10:29:14 +0100 |
| commit | d064d41a4b95ba7f2c70f180ab5445384fb948ab (patch) | |
| tree | 39b87c84ccfdfa6d35dd4698d68007e85b1b98d3 /man2/timerfd_create.2 | |
| parent | d5de9d1dc5a7d20e2bbd2578b8be2ce0a9369619 (diff) | |
| download | man-pages-d064d41a4b95ba7f2c70f180ab5445384fb948ab.tar.gz | |
Various pages: Inside code blocks (.EX/.EE) use \- to get real minus signs
A real minus can be cut and pasted...
THere are a few exceptions that gave been excluded in the this
change. For example, where there' is a string such as "<p1-name>",
where p1-name is soome sort of pseudo-identifier.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/timerfd_create.2')
| -rw-r--r-- | man2/timerfd_create.2 | 6 |
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> |
