intrinsic.texi (STAT): Fixed a format typo in sample code.
authorBrooks Moses <bmoses@stanford.edu>
Thu, 12 Oct 2006 23:22:16 +0000 (23:22 +0000)
committerBrooks Moses <brooks@gcc.gnu.org>
Thu, 12 Oct 2006 23:22:16 +0000 (16:22 -0700)
* intrinsic.texi (STAT): Fixed a format typo in sample code.

From-SVN: r117676

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

index ea9902f819c5a5a0c4d493eac5c353cb4fe8ce00..6f1006d2d0740d5ace181a1f1589b81bc2b57373 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-12  Brooks Moses  <bmoses@stanford.edu>
+
+       * intrinsic.texi (STAT): Fixed a format typo in sample code.
+
 2006-10-12  Brooks Moses  <bmoses@stanford.edu>
 
        * intrinsic.texi (STAT): Shortened lines in sample code.
index 6eb71221d94a27f15aba8ac4523418917636d585..7549c521e7973747b7aa06511a037e3fa5145377 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, o19)") buff(3)
+    WRITE (*, FMT="('File mode:',               T30, I19)") 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)