diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-03-02 20:40:59 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-03-02 15:40:59 -0500 |
commit | 84b1e725f6ec35c48a33b3a5c219c3659b9f0231 (patch) | |
tree | 1c44f1ca787579c55299770a60a073fb54379851 /gcc | |
parent | 5460eb076d2983abd7bae5dd126d1ab1d4e9176c (diff) | |
download | gcc-84b1e725f6ec35c48a33b3a5c219c3659b9f0231.zip gcc-84b1e725f6ec35c48a33b3a5c219c3659b9f0231.tar.gz gcc-84b1e725f6ec35c48a33b3a5c219c3659b9f0231.tar.bz2 |
fix STAT, LSTAT, FSTAT, DATE_AND_TIME docs
From-SVN: r25544
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/f/ChangeLog | 11 | ||||
-rw-r--r-- | gcc/f/intdoc.in | 93 |
2 files changed, 61 insertions, 43 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index d4b9465..f832038 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -5,6 +5,17 @@ 1999-02-26 Craig Burley <craig@jcb-sc.com> + * 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 <craig@jcb-sc.com> + + * intdoc.in (DATE_AND_TIME): Explain that VALUES(7) holds + seconds, and VALUES(8), therefore, milliseconds. + +1999-02-26 Craig Burley <craig@jcb-sc.com> + * news.texi: Clarify IOSTAT= fix. 1999-02-25 Richard Henderson <rth@cygnus.com> diff --git a/gcc/f/intdoc.in b/gcc/f/intdoc.in index 59bb56f..2027c5a 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 @@ -1736,6 +1733,10 @@ Owner's uid Owner's gid @item +ID of device containing directory entry for file +(0 if not available) + +@item File size (bytes) @item @@ -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 @@ -1790,6 +1788,10 @@ Owner's uid Owner's gid @item +ID of device containing directory entry for file +(0 if not available) + +@item File size (bytes) @item @@ -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 @@ -1854,6 +1853,10 @@ Owner's uid Owner's gid @item +ID of device containing directory entry for file +(0 if not available) + +@item File size (bytes) @item @@ -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 @@ -1914,6 +1914,10 @@ Owner's uid Owner's gid @item +ID of device containing directory entry for file +(0 if not available) + +@item File size (bytes) @item @@ -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 @@ -1976,6 +1977,10 @@ Owner's uid Owner's gid @item +ID of device containing directory entry for file +(0 if not available) + +@item File size (bytes) @item @@ -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 @@ -2032,6 +2034,10 @@ Owner's uid Owner's gid @item +ID of device containing directory entry for file +(0 if not available) + +@item File size (bytes) @item @@ -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 |