summaryrefslogtreecommitdiffstats
path: root/man2/time.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/time.2')
-rw-r--r--man2/time.218
1 files changed, 9 insertions, 9 deletions
diff --git a/man2/time.2 b/man2/time.2
index e85029db0..498b0d6a4 100644
--- a/man2/time.2
+++ b/man2/time.2
@@ -53,7 +53,7 @@ points outside your accessible address space (but see BUGS).
On systems where the C library
.BR time ()
wrapper function invokes an implementation provided by the
-.BR vdso (7)
+.MR vdso 7
(so that there is no trap into the kernel),
an invalid address may instead trigger a
.B SIGSEGV
@@ -79,12 +79,12 @@ see POSIX.1-2018 Rationale A.4.16.
Applications intended to run after 2038 should use ABIs with
.I time_t
wider than 32 bits; see
-.BR time_t (3type).
+.MR time_t 3type .
.SS C library/kernel differences
On some architectures, an implementation of
.BR time ()
is provided in the
-.BR vdso (7).
+.MR vdso 7 .
.SH STANDARDS
C11, POSIX.1-2008.
.SH HISTORY
@@ -106,9 +106,9 @@ When
.I tloc
is NULL, the call cannot fail.
.SH SEE ALSO
-.BR date (1),
-.BR gettimeofday (2),
-.BR ctime (3),
-.BR ftime (3),
-.BR time (7),
-.BR vdso (7)
+.MR date 1 ,
+.MR gettimeofday 2 ,
+.MR ctime 3 ,
+.MR ftime 3 ,
+.MR time 7 ,
+.MR vdso 7