summaryrefslogtreecommitdiffstats
path: root/man3type/tm.3type
diff options
context:
space:
mode:
Diffstat (limited to 'man3type/tm.3type')
-rw-r--r--man3type/tm.3type20
1 files changed, 10 insertions, 10 deletions
diff --git a/man3type/tm.3type b/man3type/tm.3type
index 5d5b28658..6a29bc817 100644
--- a/man3type/tm.3type
+++ b/man3type/tm.3type
@@ -34,7 +34,7 @@ Standard C library
.P
.RS -4
Feature Test Macro Requirements for glibc (see
-.BR feature_test_macros (7)):
+.MR feature_test_macros 7 ):
.RE
.P
.IR tm_gmtoff ,
@@ -59,11 +59,11 @@ and negative if the information is not available.
is the difference, in seconds,
of the timezone represented by this broken-down time and UTC
(this is the additive inverse of
-.BR timezone (3)).
+.MR timezone 3 ).
.P
.I tm_zone
is the equivalent of
-.BR tzname (3)
+.MR tzname 3
for the timezone represented by this broken-down time.
.SH VERSIONS
In C90,
@@ -76,10 +76,10 @@ so it was limited to
.B 60
in C99.
.P
-.BR timezone (3),
+.MR timezone 3 ,
as a variable, is an XSI extension: some systems provide the V7-compatible
.\" FreeBSD
-.BR timezone (3)
+.MR timezone 3
function.
The
.I tm_gmtoff
@@ -87,7 +87,7 @@ field provides an alternative (with the opposite sign) for those systems.
.P
.I tm_zone
points to static storage and may be overridden on subsequent calls to
-.BR localtime (3)
+.MR localtime 3
and similar functions (however, this never happens under glibc).
.SH STANDARDS
C11, POSIX.1-2008.
@@ -106,7 +106,7 @@ is a
can represent a leap second with the value
.BR 60 .
.SH SEE ALSO
-.BR ctime (3),
-.BR strftime (3),
-.BR strptime (3),
-.BR time (7)
+.MR ctime 3 ,
+.MR strftime 3 ,
+.MR strptime 3 ,
+.MR time 7