summaryrefslogtreecommitdiffstats
path: root/man3/timegm.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/timegm.3')
-rw-r--r--man3/timegm.318
1 files changed, 9 insertions, 9 deletions
diff --git a/man3/timegm.3 b/man3/timegm.3
index 49f5a73ff..f2da1c4d3 100644
--- a/man3/timegm.3
+++ b/man3/timegm.3
@@ -19,7 +19,7 @@ Standard C library
.fi
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.BR timelocal (),
@@ -36,9 +36,9 @@ The functions
and
.BR timegm ()
are the inverses of
-.BR localtime (3)
+.MR localtime 3
and
-.BR gmtime (3).
+.MR gmtime 3 .
Both functions take a broken-down time and convert it to calendar time
(seconds since the Epoch, 1970-01-01 00:00:00 +0000, UTC).
The difference between the two functions is that
@@ -62,7 +62,7 @@ to indicate the error.
The result cannot be represented.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -83,10 +83,10 @@ GNU, BSD.
The
.BR timelocal ()
function is equivalent to the POSIX standard function
-.BR mktime (3).
+.MR mktime 3 .
There is no reason to ever use it.
.SH SEE ALSO
-.BR gmtime (3),
-.BR localtime (3),
-.BR mktime (3),
-.BR tzset (3)
+.MR gmtime 3 ,
+.MR localtime 3 ,
+.MR mktime 3 ,
+.MR tzset 3