]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
one word change
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 27 Jun 2005 14:42:14 +0000 (14:42 +0000)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 27 Jun 2005 14:42:14 +0000 (14:42 +0000)
man2/dup.2

index 3739844b92bc2a99f5763c90f4323b2f31415400..0e0be81cda24922ba6da34852cd464bc09e8363b 100644 (file)
@@ -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).