summaryrefslogtreecommitdiffstats
path: root/man3/strptime.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strptime.3')
-rw-r--r--man3/strptime.324
1 files changed, 12 insertions, 12 deletions
diff --git a/man3/strptime.3 b/man3/strptime.3
index 22375368c..718e3aa14 100644
--- a/man3/strptime.3
+++ b/man3/strptime.3
@@ -27,7 +27,7 @@ Standard C library
The
.BR strptime ()
function is the converse of
-.BR strftime (3);
+.MR strftime 3 ;
it converts the character string pointed to by
.I s
to values which are stored in the
@@ -40,14 +40,14 @@ using the format specified by
The broken-down time structure
.I tm
is described in
-.BR tm (3type).
+.MR tm 3type .
.P
The
.I format
argument
is a character string that consists of field descriptors and text characters,
reminiscent of
-.BR scanf (3).
+.MR scanf 3 .
Each field descriptor consists of a
.B %
character followed by another character that specifies the replacement
@@ -263,7 +263,7 @@ of the format string and therefore an error occurred, the function
returns NULL.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
-.BR attributes (7).
+.MR attributes 7 .
.TS
allbox;
lbx lb lb
@@ -320,7 +320,7 @@ It is taken to be a year in
For reasons of symmetry, glibc tries to support for
.BR strptime ()
the same format characters as for
-.BR strftime (3).
+.MR strftime 3 .
(In most cases, the corresponding fields are parsed, but no field in
.I tm
is changed.)
@@ -356,7 +356,7 @@ An RFC-822/ISO 8601 standard timezone specification.
The timezone name.
.P
Similarly, because of GNU extensions to
-.BR strftime (3),
+.MR strftime 3 ,
.B %k
is accepted as a synonym for
.BR %H ,
@@ -381,7 +381,7 @@ two field descriptors.
The following example demonstrates the use of
.BR strptime ()
and
-.BR strftime (3).
+.MR strftime 3 .
.P
.\" SRC BEGIN (strptime.c)
.EX
@@ -406,8 +406,8 @@ main(void)
.EE
.\" SRC END
.SH SEE ALSO
-.BR time (2),
-.BR getdate (3),
-.BR scanf (3),
-.BR setlocale (3),
-.BR strftime (3)
+.MR time 2 ,
+.MR getdate 3 ,
+.MR scanf 3 ,
+.MR setlocale 3 ,
+.MR strftime 3