]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/stat.2
s/filesystem/file system/
[thirdparty/man-pages.git] / man2 / stat.2
index 21279db64bf489a2ad870f1661d39532de05a8c9..99161221feb983b9c8c323a04b0340ce209ea705 100644 (file)
@@ -107,7 +107,7 @@ struct stat {
     gid_t     st_gid;     /* group ID of owner */
     dev_t     st_rdev;    /* device ID (if special file) */
     off_t     st_size;    /* total size, in bytes */
-    blksize_t st_blksize; /* blocksize for filesystem I/O */
+    blksize_t st_blksize; /* blocksize for file system I/O */
     blkcnt_t  st_blocks;  /* number of blocks allocated */
     time_t    st_atime;   /* time of last access */
     time_t    st_mtime;   /* time of last modification */
@@ -144,7 +144,7 @@ field gives the "preferred" blocksize for efficient file system I/O.
 (Writing to a file in smaller chunks may cause
 an inefficient read-modify-rewrite.)
 .PP
-Not all of the Linux filesystems implement all of the time fields.
+Not all of the Linux file systems implement all of the time fields.
 Some file system types allow mounting in such a way that file
 accesses do not cause an update of the
 .I st_atime