This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH, fortran, committed] intrinsic.texi: fix typo.


Committed as obvious.

--------------------------------------------------------------------
2006-10-12  Brooks Moses  <bmoses@stanford.edu>

* intrinsic.texi (STAT): Fixed a format typo in sample code.

--------------------------------------------------------------------
Index: intrinsic.texi
===================================================================
--- intrinsic.texi	(revision 117675)
+++ intrinsic.texi	(working copy)
@@ -7642,7 +7642,7 @@
   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)

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]