diff options
author | Jim Meyering <jim@meyering.net> | 2004-05-09 19:42:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-05-09 19:42:19 +0000 |
commit | 77cd88719f59511408a795d6dfeecb0f5d94dc0a (patch) | |
tree | 4f3cc47e4e228f1748d5962a5df3d026b4859aea | |
parent | e82d06e2f88e4c54092d7892d16fa468d5ebf29f (diff) | |
download | coreutils-77cd88719f59511408a795d6dfeecb0f5d94dc0a.tar.xz |
(stat invocation): Change IO to I/O.
-rw-r--r-- | doc/coreutils.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index b4cc85b13..ead568b1d 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -8821,7 +8821,7 @@ Interpreted sequences for file stat are: @item %i - Inode number @item %n - File name @item %N - Quoted File name with dereference if symbolic link -@item %o - IO block size +@item %o - I/O block size @item %s - Total size, in bytes @item %t - Major device type in hex @item %T - Minor device type in hex |