OSDN Git Service

(split) LDP: Update original to LDP v3.54
[linuxjm/LDP_man-pages.git] / original / man2 / utimensat.2
index cccb848..c0d175e 100644 (file)
@@ -109,7 +109,7 @@ struct timespec {
 .in
 .PP
 Updated file timestamps are set to the greatest value
-supported by the file system that is not greater than the specified time.
+supported by the filesystem that is not greater than the specified time.
 
 If the
 .I tv_nsec
@@ -277,7 +277,7 @@ capability); or,
 .IP *
 the file is marked immutable (see
 .BR chattr (1)).
-.\" EXT2_IMMUTABLE_FL and similar flags for other file systems.
+.\" EXT2_IMMUTABLE_FL and similar flags for other filesystems.
 .RE
 .PD
 .TP
@@ -395,7 +395,7 @@ capability); or,
 the file is marked append-only or immutable (see
 .BR chattr (1)).
 .\" EXT2_IMMUTABLE_FL EXT_APPPEND_FL and similar flags for
-.\" other file systems.
+.\" other filesystems.
 .\"
 .\" Why the inconsistency (which is described under NOTES) between
 .\" EACCES and EPERM, where only EPERM tests for append-only.
@@ -404,7 +404,7 @@ the file is marked append-only or immutable (see
 .PD
 .TP
 .B EROFS
-The file is on a read-only file system.
+The file is on a read-only filesystem.
 .TP
 .B ESRCH
 .RB ( utimensat ())