intrinsic.texi (STAT): Reverted a format in example code to octal; noted this in...
authorBrooks Moses <bmoses@stanford.edu>
Fri, 13 Oct 2006 17:20:50 +0000 (17:20 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Fri, 13 Oct 2006 17:20:50 +0000 (10:20 -0700)
* intrinsic.texi (STAT): Reverted a format in example code to
octal; noted this in accompanying string.

From-SVN: r117701

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index 2708abb31ed0c56db9c45973d7863df6383fb95c..be6867ce4a2dd17112d829d33a4914da27b9b6c5 100644 (file)
@@ -1,3 +1,8 @@
+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
index 7549c521e7973747b7aa06511a037e3fa5145377..4e172fdd7325b1d3a901730e055ab3493e527630 100644 (file)
@@ -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)