From: Craig Burley Date: Fri, 26 Feb 1999 13:01:38 +0000 (+0000) Subject: doc fix for DATE_AND_TIME X-Git-Tag: prereleases/egcs-1.1.2-prerelease-3~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce1fac585c8c0f916e1cf691f33b9eecd3524c8;p=thirdparty%2Fgcc.git doc fix for DATE_AND_TIME From-SVN: r25464 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 3bded3a7fcb8..814b7070ef2d 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,8 @@ +1999-02-26 Craig Burley + + * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds + seconds, and VALUES(8), therefore, the milliseconds. + 1999-02-26 Craig Burley * bugs.texi: Mention bugs known fixed in egcs 1.2 as of now. diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 385df02e1d21..697e1ec1335c 100644 --- a/gcc/f/intdoc.in +++ b/gcc/f/intdoc.in @@ -2503,7 +2503,8 @@ The difference between local time and UTC (GMT) in the form @var{Shhmm}: sign, hours and minutes, e.g.@: @samp{-0500} (winter in New York); @item @4@ The year, month of the year, day of the month, time difference in -minutes from UTC, hour of the day, minutes of the hour and milliseconds +minutes from UTC, hour of the day, minutes of the hour, seconds +of the minute, and milliseconds of the second in successive values of the array. @end table