~ubuntu-branches/ubuntu/saucy/manpages/saucy

« back to all changes in this revision

Viewing changes to man2/timer_settime.2

  • Committer: Package Import Robot
  • Author(s): Loïc Minier
  • Date: 2011-10-17 13:06:22 UTC
  • mfrom: (1.1.46 upstream) (2.2.11 sid)
  • Revision ID: package-import@ubuntu.com-20111017130622-rbdw3julnma2baqu
Tags: 3.32-0.2ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
* Keep Debian's glibc-doc version in the Replaces as it's satisfactory for
  upgrades from natty and lucid.

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
in seconds and nanoseconds.
81
81
These time values are measured according to the clock
82
82
that was specified when the timer was created by
83
 
.BR timer_create ()
 
83
.BR timer_create (2)
84
84
 
85
85
If
86
86
.I new_value->it_value
201
201
.SH VERSIONS
202
202
These system calls are available since Linux 2.6.
203
203
.SH CONFORMING TO
204
 
POSIX.1-2001
 
204
POSIX.1-2001.
205
205
.SH EXAMPLE
206
206
See
207
207
.BR timer_create (2).
208
208
.SH SEE ALSO
209
209
.BR timer_create (2),
210
 
.BR timer_settime (2),
211
210
.BR timer_getoverrun (2),
212
211
.BR time (7)
213
212
.SH COLOPHON
214
 
This page is part of release 3.27 of the Linux
 
213
This page is part of release 3.32 of the Linux
215
214
.I man-pages
216
215
project.
217
216
A description of the project,