summaryrefslogtreecommitdiffstats
path: root/man3/getdate.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/getdate.3')
-rw-r--r--man3/getdate.326
1 files changed, 13 insertions, 13 deletions
diff --git a/man3/getdate.3 b/man3/getdate.3
index 74e4a086e..07b3b7875 100644
--- a/man3/getdate.3
+++ b/man3/getdate.3
@@ -27,7 +27,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
.BR getdate ():
@@ -58,7 +58,7 @@ and consequently it will be overwritten by further calls to
.BR getdate ().
.P
In contrast to
-.BR strptime (3),
+.MR strptime 3 ,
(which has a
.I format
argument),
@@ -74,7 +74,7 @@ Superfluous whitespace, either in the pattern or in the string to
be converted, is ignored.
.P
The conversion specifications that a pattern can contain are those given for
-.BR strptime (3).
+.MR strptime 3 .
One more conversion specification is specified in POSIX.1-2001:
.TP
.B %Z
@@ -91,7 +91,7 @@ is initialized with values corresponding to the current
time in the given timezone.
Otherwise, the structure is initialized to the broken-down time
corresponding to the current local time (as by a call to
-.BR localtime (3)).
+.MR localtime 3 ).
.P
When only the day of the week is given,
the day is taken to be the first such day
@@ -178,10 +178,10 @@ File containing format patterns.
.TQ
.B LC_TIME
Variables used by
-.BR strptime (3).
+.MR strptime 3 .
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lb lb lbx
@@ -208,7 +208,7 @@ T}
.TE
.SH VERSIONS
The POSIX.1 specification for
-.BR strptime (3)
+.MR strptime 3
contains conversion specifications using the
.B %E
or
@@ -218,7 +218,7 @@ modifier, while such specifications are not given for
In glibc,
.BR getdate ()
is implemented using
-.BR strptime (3),
+.MR strptime 3 ,
so that precisely the same conversions are supported by both.
.SH STANDARDS
POSIX.1-2008.
@@ -315,8 +315,8 @@ main(int argc, char *argv[])
.EE
.\" SRC END
.SH SEE ALSO
-.BR time (2),
-.BR localtime (3),
-.BR setlocale (3),
-.BR strftime (3),
-.BR strptime (3)
+.MR time 2 ,
+.MR localtime 3 ,
+.MR setlocale 3 ,
+.MR strftime 3 ,
+.MR strptime 3