OSDN Git Service

(split) LDP: Update original to LDP v3.54
[linuxjm/LDP_man-pages.git] / original / man2 / truncate.2
index 64b8288..f5aa7cd 100644 (file)
@@ -163,13 +163,13 @@ The named file does not exist.
 A component of the path prefix is not a directory.
 .TP
 .B EPERM
-.\" This happens for at least MSDOS and VFAT file systems
+.\" This happens for at least MSDOS and VFAT filesystems
 .\" on kernel 2.6.13
-The underlying file system does not support extending
+The underlying filesystem does not support extending
 a file beyond its current size.
 .TP
 .B EROFS
-The named file resides on a read-only file system.
+The named file resides on a read-only filesystem.
 .TP
 .B ETXTBSY
 The file is a pure procedure (shared text) file that is being executed.
@@ -218,8 +218,8 @@ exceeds the file length
 is not specified at all in such an environment):
 either returning an error, or extending the file.
 Like most UNIX implementations, Linux follows the XSI requirement
-when dealing with native file systems.
-However, some nonnative file systems do not permit
+when dealing with native filesystems.
+However, some nonnative filesystems do not permit
 .BR truncate ()
 and
 .BR ftruncate ()