summaryrefslogtreecommitdiffstats
path: root/man5/proc_pid_timers.5
diff options
context:
space:
mode:
Diffstat (limited to 'man5/proc_pid_timers.5')
-rw-r--r--man5/proc_pid_timers.56
1 files changed, 3 insertions, 3 deletions
diff --git a/man5/proc_pid_timers.5 b/man5/proc_pid_timers.5
index 53f6339dc..f9b87bca1 100644
--- a/man5/proc_pid_timers.5
+++ b/man5/proc_pid_timers.5
@@ -35,13 +35,13 @@ The lines shown for each timer have the following meanings:
.I ID
The ID for this timer.
This is not the same as the timer ID returned by
-.BR timer_create (2);
+.MR timer_create 2 ;
rather, it is the same kernel-internal ID that is available via the
.I si_timerid
field of the
.I siginfo_t
structure (see
-.BR sigaction (2)).
+.MR sigaction 2 ).
.TP
.I signal
This is the signal number that this timer uses to deliver notifications
@@ -79,4 +79,4 @@ in this field.
This file is available only when the kernel was configured with
.BR CONFIG_CHECKPOINT_RESTORE .
.SH SEE ALSO
-.BR proc (5)
+.MR proc 5