diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/clone.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man2/clone.2 b/man2/clone.2 index 1b3fafe010..1eeeddc0eb 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -192,14 +192,15 @@ If is not set, the child process inherits a copy of all file descriptors opened in the calling process at the time of .BR clone (). -(The duplicated file descriptors in the child refer to the -same open file descriptions (see -.BR open (2)) -as the corresponding file descriptors in the calling process.) Subsequent operations that open or close file descriptors, or change file descriptor flags, performed by either the calling process or the child process do not affect the other process. +Note, however, +that the duplicated file descriptors in the child refer to the same open file +descriptions as the corresponding file descriptors in the calling process, +and thus share file offsets and files status flags (see +.BR open (2)). .TP .BR CLONE_FS " (since Linux 2.0)" If |
