]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
timer_getoverrun.2, timer_settime.2: Add EXAMPLES section referring to example in...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Wed, 11 Feb 2009 10:27:36 +0000 (23:27 +1300)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 20 Feb 2009 06:52:29 +0000 (19:52 +1300)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/timer_getoverrun.2
man2/timer_settime.2

index 8dd4e548936f10ceaba8bb41933f760c5bd2ff86..dd03fad4f626d8f9d972f2a4511f860abb254044 100644 (file)
@@ -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),
index f74b1d9e011644b9cbd1cd25788fc9b5a1cd927c..5118ffdb547be55e0a4a72cdbdb8c38bb9c8b345 100644 (file)
@@ -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),