summaryrefslogtreecommitdiff
path: root/man2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2005-06-27 14:42:14 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2005-06-27 14:42:14 +0000
commitcb1a9e12d2a8b8681eacfd50a2c953ea3b4e5e55 (patch)
treefdc17212e7f1ed2cbce25a0727a2b52ae7b0db92 /man2
parent6931a324b0a8519b9864b7c933ed059d7770d6c9 (diff)
one word change
Diffstat (limited to 'man2')
-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).