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>
This commit is contained in:
Michael Kerrisk 2009-02-11 23:27:36 +13:00
parent aa341984a9
commit d34ba634d1
2 changed files with 6 additions and 0 deletions

View 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),

View 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),