From: Craig Burley Date: Tue, 2 Mar 1999 20:40:59 +0000 (+0000) Subject: fix STAT, LSTAT, FSTAT, DATE_AND_TIME docs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84b1e725f6ec35c48a33b3a5c219c3659b9f0231;p=gcc.git fix STAT, LSTAT, FSTAT, DATE_AND_TIME docs From-SVN: r25544 --- diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index d4b9465cddd..f832038dd2e 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -3,6 +3,17 @@ * g77.texi (Bug Reporting): Clarify whether to use -E. Clarify other instructions. +1999-02-26 Craig Burley + + * intdoc.in (STAT_func, STAT_subr, + FSTAT_func, FSTAT_subr, LSTAT_func, LSTAT_subr): + Properly order array elements. Specify N/A return values. + +1999-02-26 Craig Burley + + * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds + seconds, and VALUES(8), therefore, milliseconds. + 1999-02-26 Craig Burley * news.texi: Clarify IOSTAT= fix. diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 59bb56f33ba..2027c5a4d7a 100644 --- a/gcc/f/intdoc.in +++ b/gcc/f/intdoc.in @@ -1715,16 +1715,13 @@ extracted from the @code{stat} structure as returned by @enumerate @item -File mode +Device ID @item Inode number @item -ID of device containing directory entry for file - -@item -Device id (if relevant) +File mode @item Number of links @@ -1735,6 +1732,10 @@ Owner's uid @item Owner's gid +@item +ID of device containing directory entry for file +(0 if not available) + @item File size (bytes) @@ -1748,10 +1749,10 @@ Last modification time Last file status change time @item -Preferred I/O block size +Preferred I/O block size (-1 if not available) @item -Number of blocks allocated +Number of blocks allocated (-1 if not available) @end enumerate Not all these elements are relevant on all systems. @@ -1769,16 +1770,13 @@ extracted from the @code{stat} structure as returned by @enumerate @item -File mode +Device ID @item Inode number @item -ID of device containing directory entry for file - -@item -Device id (if relevant) +File mode @item Number of links @@ -1789,6 +1787,10 @@ Owner's uid @item Owner's gid +@item +ID of device containing directory entry for file +(0 if not available) + @item File size (bytes) @@ -1802,10 +1804,10 @@ Last modification time Last file status change time @item -Preferred I/O block size +Preferred I/O block size (-1 if not available) @item -Number of blocks allocated +Number of blocks allocated (-1 if not available) @end enumerate Not all these elements are relevant on all systems. @@ -1833,16 +1835,13 @@ The values in this array are extracted from the @enumerate @item -File mode +Device ID @item Inode number @item -ID of device containing directory entry for file - -@item -Device id (if relevant) +File mode @item Number of links @@ -1853,6 +1852,10 @@ Owner's uid @item Owner's gid +@item +ID of device containing directory entry for file +(0 if not available) + @item File size (bytes) @@ -1866,10 +1869,10 @@ Last modification time Last file status change time @item -Preferred I/O block size +Preferred I/O block size (-1 if not available) @item -Number of blocks allocated +Number of blocks allocated (-1 if not available) @end enumerate Not all these elements are relevant on all systems. @@ -1893,16 +1896,13 @@ The values in this array are extracted from the @enumerate @item -File mode +Device ID @item Inode number @item -ID of device containing directory entry for file - -@item -Device id (if relevant) +File mode @item Number of links @@ -1913,6 +1913,10 @@ Owner's uid @item Owner's gid +@item +ID of device containing directory entry for file +(0 if not available) + @item File size (bytes) @@ -1926,10 +1930,10 @@ Last modification time Last file status change time @item -Preferred I/O block size +Preferred I/O block size (-1 if not available) @item -Number of blocks allocated +Number of blocks allocated (-1 if not available) @end enumerate Not all these elements are relevant on all systems. @@ -1955,16 +1959,13 @@ The values in this array are extracted from the @enumerate @item -File mode +Device ID @item Inode number @item -ID of device containing directory entry for file - -@item -Device id (if relevant) +File mode @item Number of links @@ -1975,6 +1976,10 @@ Owner's uid @item Owner's gid +@item +ID of device containing directory entry for file +(0 if not available) + @item File size (bytes) @@ -1988,10 +1993,10 @@ Last modification time Last file status change time @item -Preferred I/O block size +Preferred I/O block size (-1 if not available) @item -Number of blocks allocated +Number of blocks allocated (-1 if not available) @end enumerate Not all these elements are relevant on all systems. @@ -2011,16 +2016,13 @@ The values in this array are extracted from the @enumerate @item -File mode +Device ID @item Inode number @item -ID of device containing directory entry for file - -@item -Device id (if relevant) +File mode @item Number of links @@ -2031,6 +2033,10 @@ Owner's uid @item Owner's gid +@item +ID of device containing directory entry for file +(0 if not available) + @item File size (bytes) @@ -2044,10 +2050,10 @@ Last modification time Last file status change time @item -Preferred I/O block size +Preferred I/O block size (-1 if not available) @item -Number of blocks allocated +Number of blocks allocated (-1 if not available) @end enumerate Not all these elements are relevant on all systems. @@ -2677,7 +2683,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