diff options
Diffstat (limited to 'usr/src/man/man3c/strptime.3c')
-rw-r--r-- | usr/src/man/man3c/strptime.3c | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/usr/src/man/man3c/strptime.3c b/usr/src/man/man3c/strptime.3c index 6d889e9fc1..e4933c29ca 100644 --- a/usr/src/man/man3c/strptime.3c +++ b/usr/src/man/man3c/strptime.3c @@ -162,7 +162,7 @@ decimal number [1,99]); single digits are preceded by 0. If \fB%C\fR is used without the \fB%y\fR specifier, \fBstrptime()\fR assumes the year offset is zero in whichever century is specified. Note the behavior of \fB%C\fR in the absence of \fB%y\fR is not specified by any of the standards or specifications -described on the \fBstandards\fR(5) manual page, so portable applications +described on the \fBstandards\fR(7) manual page, so portable applications should not depend on it. This behavior may change in a future release. .RE @@ -708,7 +708,7 @@ in \fBtm_yday\fR when \fB%j\fR is specified without otherwise specifying a month and day within month. .SH ATTRIBUTES .LP -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .TS box; c | c @@ -721,7 +721,7 @@ Interface Stability See below. _ MT-Level MT-Safe _ -Standard See \fBstandards\fR(5) for \fBstrptime()\fR. +Standard See \fBstandards\fR(7) for \fBstrptime()\fR. .TE .LP @@ -729,8 +729,14 @@ The \fBstrptime()\fR function is Standard. The \fBstrptime_l()\fR function is Uncommitted. .SH SEE ALSO .LP -\fBctime\fR(3C), \fBgetdate\fR(3C), \fBisspace\fR(3C), \fBmktime\fR(3C), -\fBnewlocale\fR(3C), -\fBsetlocale\fR(3C), \fBstrftime\fR(3C), \fBuselocale\fR(3C), -\fBattributes\fR(5), \fBenviron\fR(5), -\fBstandards\fR(5) +.BR ctime (3C), +.BR getdate (3C), +.BR isspace (3C), +.BR mktime (3C), +.BR newlocale (3C), +.BR setlocale (3C), +.BR strftime (3C), +.BR uselocale (3C), +.BR attributes (7), +.BR environ (7), +.BR standards (7) |