aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-02-11 23:27:36 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-20 19:52:29 +1300
commitd34ba634d13a8507bbfe54dbcff6ddc1295a395f (patch)
tree7046ee2c1cf7add58e4cc94b69f6bf25d9b00817
parentaa341984a92062633bc2bee8a290364f23f5b5e1 (diff)
downloadman-pages-d34ba634d13a8507bbfe54dbcff6ddc1295a395f.tar.gz
timer_getoverrun.2, timer_settime.2: Add EXAMPLES section referring to example in timer_create(2)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/timer_getoverrun.23
-rw-r--r--man2/timer_settime.23
2 files changed, 6 insertions, 0 deletions
diff --git a/man2/timer_getoverrun.2 b/man2/timer_getoverrun.2
index 8dd4e54893..dd03fad4f6 100644
--- a/man2/timer_getoverrun.2
+++ b/man2/timer_getoverrun.2
@@ -123,6 +123,9 @@ if the timer overrun value exceeds the maximum representable integer,
the counter cycles, starting once more from low values.
.\" Bug filed: http://bugzilla.kernel.org/show_bug.cgi?id=12665
.\" http://thread.gmane.org/gmane.linux.kernel/113276/
+.SH EXAMPLE
+See
+.BR timer_create (2).
.SH SEE ALSO
.BR clock_gettime (2),
.BR sigaction (2),
diff --git a/man2/timer_settime.2 b/man2/timer_settime.2
index f74b1d9e01..5118ffdb54 100644
--- a/man2/timer_settime.2
+++ b/man2/timer_settime.2
@@ -203,6 +203,9 @@ is negative or greater than 999,999,999.
These system calls are available since Linux 2.6.
.SH CONFORMING TO
POSIX.1-2001
+.SH EXAMPLE
+See
+.BR timer_create (2).
.SH SEE ALSO
.BR timer_create (2),
.BR timer_settime (2),