Differences between version 2 and predecessor to the previous major change of fcntl(2).
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 2 | Last edited on Tuesday, June 4, 2002 12:23:40 am | by perry | Revert |
Older page: | version 1 | Last edited on Tuesday, June 4, 2002 12:23:40 am | by perry | Revert |
@@ -33,9 +33,9 @@
Find the lowest numbered available file descriptor greater
than or equal to ''arg'' and make it be a copy of
-''fd''. This is different form __
dup2__
(2) which uses
+''fd''. This is different form dup2(2) which uses
exactly the descriptor specified.
The old and new descriptors may be used interchangeably.
@@ -366,7 +366,7 @@
conditions.
!!SEE ALSO
-__
dup2__
(2), flock(2), open(2),
+dup2(2), flock(2), open(2),
socket(2)
----