Commit 68060084 by Brooks Moses Committed by Brooks Moses

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

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

From-SVN: r117676
parent 25f32574
2006-10-12 Brooks Moses <bmoses@stanford.edu> 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. * intrinsic.texi (STAT): Shortened lines in sample code.
2006-10-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de> 2006-10-11 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
......
...@@ -7642,7 +7642,7 @@ PROGRAM test_stat ...@@ -7642,7 +7642,7 @@ PROGRAM test_stat
IF (status == 0) THEN IF (status == 0) THEN
WRITE (*, FMT="('Device ID:', T30, I19)") buff(1) WRITE (*, FMT="('Device ID:', T30, I19)") buff(1)
WRITE (*, FMT="('Inode number:', T30, I19)") buff(2) 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="('Number of links:', T30, I19)") buff(4)
WRITE (*, FMT="('Owner''s uid:', T30, I19)") buff(5) WRITE (*, FMT="('Owner''s uid:', T30, I19)") buff(5)
WRITE (*, FMT="('Owner''s gid:', T30, I19)") buff(6) 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