s/i-node/inode/

This commit is contained in:
Michael Kerrisk 2007-06-11 19:23:43 +00:00
parent fc7ba05735
commit 460e6363dc
2 changed files with 2 additions and 2 deletions

View File

@ -436,7 +436,7 @@ main(int argc, char *argv[])
printf("Blocks allocated: %lld\\n",
(long long) sb.st_blocks);
printf("Last i-node change: %s", ctime(&sb.st_ctime));
printf("Last inode change: %s", ctime(&sb.st_ctime));
printf("Last file access: %s", ctime(&sb.st_atime));
printf("Last file modification: %s", ctime(&sb.st_mtime));

View File

@ -56,7 +56,7 @@ core dump already exists, but there is more than one hard link to that
file.
.IP *
The file system where the core dump file would be created is full;
or has run out of i-nodes; or is mounted read only;
or has run out of inodes; or is mounted read only;
or the user has reached their quota for the file system.
.IP *
The directory in which the core dump file is to be created does