summaryrefslogtreecommitdiffstats
path: root/man2/clock_getres.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/clock_getres.2')
-rw-r--r--man2/clock_getres.260
1 files changed, 30 insertions, 30 deletions
diff --git a/man2/clock_getres.2 b/man2/clock_getres.2
index 8457f6148..c31866952 100644
--- a/man2/clock_getres.2
+++ b/man2/clock_getres.2
@@ -32,7 +32,7 @@ Real-time library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR clock_getres (),
@@ -73,7 +73,7 @@ The
and
.I tp
arguments are
-.BR timespec (3)
+.MR timespec 3
structures.
.P
The
@@ -102,11 +102,11 @@ Setting this clock requires appropriate privileges.
This clock is affected by discontinuous jumps in the system time
(e.g., if the system administrator manually changes the clock),
and by frequency adjustments performed by NTP and similar applications via
-.BR adjtime (3),
-.BR adjtimex (2),
-.BR clock_adjtime (2),
+.MR adjtime 3 ,
+.MR adjtimex 2 ,
+.MR clock_adjtime 2 ,
and
-.BR ntp_adjtime (3).
+.MR ntp_adjtime 3 .
This clock normally counts the number of seconds since
1970-01-01 00:00:00 Coordinated Universal Time (UTC)
except that it ignores leap seconds;
@@ -118,7 +118,7 @@ Like
.BR CLOCK_REALTIME ,
but not settable.
See
-.BR timer_create (2)
+.MR timer_create 2
for further details.
.TP
.BR CLOCK_REALTIME_COARSE " (since Linux 2.6.32; Linux-specific)"
@@ -129,7 +129,7 @@ This clock is not settable.
Use when you need very fast, but not fine-grained timestamps.
Requires per-architecture support,
and probably also architecture support for this flag in the
-.BR vdso (7).
+.MR vdso 7 .
.TP
.BR CLOCK_TAI " (since Linux 3.10; Linux-specific)"
.\" commit 1ff3c9677bff7e468e0c487d0ffefe4e901d33f4
@@ -169,7 +169,7 @@ A faster but less precise version of
Use when you need very fast, but not fine-grained timestamps.
Requires per-architecture support,
and probably also architecture support for this flag in the
-.BR vdso (7).
+.MR vdso 7 .
.TP
.BR CLOCK_MONOTONIC_RAW " (since Linux 2.6.28; Linux-specific)"
.\" Added in commit 2d42244ae71d6c7b0884b5664cf2eda30fb2ae68, John Stultz
@@ -189,14 +189,14 @@ This allows applications to get a suspend-aware monotonic clock
without having to deal with the complications of
.BR CLOCK_REALTIME ,
which may have discontinuities if the time is changed using
-.BR settimeofday (2)
+.MR settimeofday 2
or similar.
.TP
.BR CLOCK_BOOTTIME_ALARM " (since Linux 3.0; Linux-specific)"
Like
.BR CLOCK_BOOTTIME .
See
-.BR timer_create (2)
+.MR timer_create 2
for further details.
.TP
.BR CLOCK_PROCESS_CPUTIME_ID " (since Linux 2.6.12)"
@@ -221,7 +221,7 @@ descriptors may be converted into clock IDs and passed to
.BR clock_gettime (),
.BR clock_settime (),
and
-.BR clock_adjtime (2).
+.MR clock_adjtime 2 .
The following example shows how to convert a file descriptor into a
dynamic clock ID.
.P
@@ -324,7 +324,7 @@ range in other situations, the behavior is undefined.
does not have permission to set the clock indicated.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -367,7 +367,7 @@ On Linux, these clocks are not settable
On some architectures, an implementation of
.BR clock_gettime ()
is provided in the
-.BR vdso (7).
+.MR vdso 7 .
.SH STANDARDS
POSIX.1-2008.
.SH HISTORY
@@ -387,7 +387,7 @@ indicate that
.B CLOCK_THREAD_CPUTIME_ID
are available.
(See also
-.BR sysconf (3).)
+.MR sysconf 3 .)
POSIX.1-2008 makes these APIs mandatory.
.\"
.SS Historical note for SMP systems
@@ -521,18 +521,18 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR date (1),
-.BR gettimeofday (2),
-.BR settimeofday (2),
-.BR time (2),
-.BR adjtime (3),
-.BR clock_getcpuclockid (3),
-.BR ctime (3),
-.BR ftime (3),
-.BR pthread_getcpuclockid (3),
-.BR sysconf (3),
-.BR timespec (3),
-.BR time (7),
-.BR time_namespaces (7),
-.BR vdso (7),
-.BR hwclock (8)
+.MR date 1 ,
+.MR gettimeofday 2 ,
+.MR settimeofday 2 ,
+.MR time 2 ,
+.MR adjtime 3 ,
+.MR clock_getcpuclockid 3 ,
+.MR ctime 3 ,
+.MR ftime 3 ,
+.MR pthread_getcpuclockid 3 ,
+.MR sysconf 3 ,
+.MR timespec 3 ,
+.MR time 7 ,
+.MR time_namespaces 7 ,
+.MR vdso 7 ,
+.MR hwclock 8