Commit cdfd6b4b by Brooks Moses Committed by Brooks Moses

intrinsic.texi (STAT): Reverted a format in example code to octal; noted this in…

intrinsic.texi (STAT): Reverted a format in example code to octal; noted this in accompanying string.

* intrinsic.texi (STAT): Reverted a format in example code to
octal; noted this in accompanying string.

From-SVN: r117701
parent d3a95f27
2006-10-13 Brooks Moses <bmoses@stanford.edu>
* intrinsic.texi (STAT): Reverted a format in example code to
octal; noted this in accompanying string.
2006-10-13 Paul Thomas <pault@gcc.gnu.org>
PR fortran/29373
......
......@@ -7642,7 +7642,7 @@ PROGRAM test_stat
IF (status == 0) THEN
WRITE (*, FMT="('Device ID:', T30, I19)") buff(1)
WRITE (*, FMT="('Inode number:', T30, I19)") buff(2)
WRITE (*, FMT="('File mode:', T30, I19)") buff(3)
WRITE (*, FMT="('File mode (octal):', T30, O19)") buff(3)
WRITE (*, FMT="('Number of links:', T30, I19)") buff(4)
WRITE (*, FMT="('Owner''s uid:', T30, I19)") buff(5)
WRITE (*, FMT="('Owner''s gid:', T30, I19)") buff(6)
......
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