Commit 84b1e725 by Craig Burley Committed by Craig Burley

fix STAT, LSTAT, FSTAT, DATE_AND_TIME docs

From-SVN: r25544
parent 5460eb07
......@@ -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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment