X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=original%2Fman3%2Fstrptime.3;fp=original%2Fman3%2Fstrptime.3;h=1354f923f72873d452d705e30acc20d17f85ed21;hb=5a6975a34ce39b00428a2442e0615f3b41e0bb3f;hp=19068e6df8c962a41e9799103870a90a965cfb05;hpb=770ab0aeba6ab2cb25b451b079afbcf5837938d6;p=linuxjm%2FLDP_man-pages.git diff --git a/original/man3/strptime.3 b/original/man3/strptime.3 index 19068e6d..1354f923 100644 --- a/original/man3/strptime.3 +++ b/original/man3/strptime.3 @@ -28,7 +28,7 @@ .\" Modified, aeb, 2001-08-31 .\" Modified, wharms 2001-11-12, remark on white space and example .\" -.TH STRPTIME 3 2014-01-17 "GNU" "Linux Programmer's Manual" +.TH STRPTIME 3 2014-08-19 "GNU" "Linux Programmer's Manual" .SH NAME strptime \- convert a string representation of time to a time tm structure .SH SYNOPSIS @@ -317,23 +317,23 @@ explicitly specified, except that it recomputes the and .I tm_yday field if any of the year, month, or day elements changed. -.PP -This function is available since libc 4.6.8. -Linux libc4 and libc5 includes define the prototype unconditionally; -glibc2 includes provide a prototype only when -.B _XOPEN_SOURCE -or -.B _GNU_SOURCE -are defined. -.PP -Before libc 5.4.13 whitespace -(and the \(aqn\(aq and \(aqt\(aq specifications) was not handled, -no \(aqE\(aq and \(aqO\(aq locale modifier characters were accepted, -and the \(aqC\(aq specification was a synonym for the \(aqc\(aq specification. +.\" .PP +.\" This function is available since libc 4.6.8. +.\" Linux libc4 and libc5 includes define the prototype unconditionally; +.\" glibc2 includes provide a prototype only when +.\" .B _XOPEN_SOURCE +.\" or +.\" .B _GNU_SOURCE +.\" are defined. +.\" .PP +.\" Before libc 5.4.13 whitespace +.\" (and the \(aqn\(aq and \(aqt\(aq specifications) was not handled, +.\" no \(aqE\(aq and \(aqO\(aq locale modifier characters were accepted, +.\" and the \(aqC\(aq specification was a synonym for the \(aqc\(aq specification. .PP The \(aqy\(aq (year in century) specification is taken to specify a year -in the 20th century by libc4 and libc5. -It is taken to be a year +.\" in the 20th century by libc4 and libc5. +.\" It is taken to be a year in the range 1950-2049 by glibc 2.0. It is taken to be a year in 1969-2068 since glibc 2.1. @@ -433,7 +433,7 @@ main(void) .BR setlocale (3), .BR strftime (3) .SH COLOPHON -This page is part of release 3.68 of the Linux +This page is part of release 3.75 of the Linux .I man-pages project. A description of the project,