summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man2/dup.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/dup.2 b/man2/dup.2
index 3739844b..0e0be81c 100644
--- a/man2/dup.2
+++ b/man2/dup.2
@@ -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).