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/seek.html | 96 ------------------------------------------------------ 1 file changed, 96 deletions(-) delete mode 100644 man/man3/seek.html (limited to 'man/man3/seek.html') diff --git a/man/man3/seek.html b/man/man3/seek.html deleted file mode 100644 index a2c19651..00000000 --- a/man/man3/seek.html +++ /dev/null @@ -1,96 +0,0 @@ - -seek(3) - Plan 9 from User Space - - - - -
-
-
SEEK(3)SEEK(3) -
-
-

NAME
- -
- - seek – change file offset
- -
-

SYNOPSIS
- -
- - #include <u.h>
- #include <libc.h> -
-
- vlong seek(int fd, vlong n, int type)
-
-
-

DESCRIPTION
- -
- - Seek sets the offset for the file associated with fd as follows:
- -
- - If type is 0, the offset is set to n bytes.
- If type is 1, the pointer is set to its current location plus - n.
- If type is 2, the pointer is set to the size of the file plus - n. -
- - -
- The new file offset value is returned. -
- - Seeking in a directory is not allowed. Seeking in a pipe is a - no-op.
- -
-

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

SEE ALSO
- -
- - intro(3), open(3)
- -
-

DIAGNOSTICS
- -
- - Sets errstr.
- -
-

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

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