From: Michael Kerrisk Date: Wed, 11 Feb 2009 10:27:36 +0000 (+1300) Subject: timer_getoverrun.2, timer_settime.2: Add EXAMPLES section referring to example in... X-Git-Tag: man-pages-3.19~17 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d34ba634d13a8507bbfe54dbcff6ddc1295a395f;p=thirdparty%2Fman-pages.git timer_getoverrun.2, timer_settime.2: Add EXAMPLES section referring to example in timer_create(2) Signed-off-by: Michael Kerrisk --- 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),