diff options
-rw-r--r-- | man2/dup.2 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ They refer to the same open file description (see and thus share file offset and file status flags; for example, if the file offset is modified by using .BR lseek (2) -on one of the descriptors, the position is also changed for the other. +on one of the descriptors, the offset is also changed for the other. The two descriptors do not share file descriptor flags (the close-on-exec flag). |