From adc93f6097615f16d57e8a24a256302f2144ec4e Mon Sep 17 00:00:00 2001 From: rsc Date: Fri, 14 Jan 2005 17:37:50 +0000 Subject: cut out the html - they're going to cause diffing problems. --- man/man3/dup.html | 78 ------------------------------------------------------- 1 file changed, 78 deletions(-) delete mode 100644 man/man3/dup.html (limited to 'man/man3/dup.html') diff --git a/man/man3/dup.html b/man/man3/dup.html deleted file mode 100644 index c601e3b2..00000000 --- a/man/man3/dup.html +++ /dev/null @@ -1,78 +0,0 @@ - -dup(3) - Plan 9 from User Space - - - - -
-
-
DUP(3)DUP(3) -
-
-

NAME
- -
- - dup – duplicate an open file descriptor
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h> -
-
- int dup(int oldfd, int newfd)
-
-
-

DESCRIPTION
- -
- - Given a file descriptor, oldfd, referring to an open file, dup - returns a new file descriptor referring to the same file. -
- - If newfd is –1 the system chooses the lowest available file descriptor. - Otherwise, dup will use newfd for the new file descriptor (closing - any old file associated with newfd).
- -
-

SOURCE
- -
- - /usr/local/plan9/src/lib9/dup.c
-
-
-

DIAGNOSTICS
- -
- - Sets errstr.
- -
-

BUGS
- -
- - To avoid name conflicts with the underlying system, dup is a preprocessor - macro defined as p9dup; see intro(3).
- -
- -

-
-
- - -
-
-
-Space Glenda -
-
- - -- cgit v1.2.3