OSDN Git Service

Revert the following change to correct the mail address of the committer
[linuxjm/jm.git] / manual / LDP_man-pages / original / man2 / clone.2
index 4815fb1..70dad08 100644 (file)
@@ -224,9 +224,9 @@ process or the child process do not affect the other process.
 .BR CLONE_FS " (since Linux 2.0)"
 If
 .B CLONE_FS
-is set, the caller and the child process share the same filesystem
+is set, the caller and the child process share the same file system
 information.
-This includes the root of the filesystem, the current
+This includes the root of the file system, the current
 working directory, and the umask.
 Any call to
 .BR chroot (2),
@@ -238,7 +238,7 @@ other process.
 
 If
 .B CLONE_FS
-is not set, the child process works on a copy of the filesystem
+is not set, the child process works on a copy of the file system
 information of the calling process at the time of the
 .BR clone ()
 call.