diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-09 20:34:02 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-11-09 20:34:02 +0000 |
commit | 3029c10898f9ff74562a0d6d73d088aac1bd074b (patch) | |
tree | cdeaf48531e09180b847b753fd5903994c2d4915 /lib/libc_r/man/pwrite.3 | |
parent | bd32030e318222e8a59de3b4ef0b9935fd834ecd (diff) |
remove unused manpages (already in libc) and reorder SEE ALSO; marc@ ok.
Diffstat (limited to 'lib/libc_r/man/pwrite.3')
-rw-r--r-- | lib/libc_r/man/pwrite.3 | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/lib/libc_r/man/pwrite.3 b/lib/libc_r/man/pwrite.3 deleted file mode 100644 index 443d505072b..00000000000 --- a/lib/libc_r/man/pwrite.3 +++ /dev/null @@ -1,38 +0,0 @@ -.\" $OpenBSD: pwrite.3,v 1.8 2000/04/15 02:15:26 aaron Exp $ -.\" David Leonard <d@openbsd.org>, 1998. Public domain. -.Dd September 7, 1998 -.Dt PWRITE 3 -.Os -.Sh NAME -.Nm pwrite -.Nd atomic seek and write -.Sh SYNOPSIS -.Fd #include <pthread.h> -.Ft ssize_t -.Fn pwrite "int filedes" "void *buf" "size_t nbytes" "off_t offset" -.Sh DESCRIPTION -The -.Fn pwrite -function writes -.Fa nbyte -bytes from offset -.Fa offset -in the file opened on file descriptor -.Fa filedes . -.Pp -This function is provided for use in a threaded, parallel I/O -environment, where race conditions may exist between two threads -non-atomically seeking and writing to the same file descriptor. -.Sh RETURN VALUES -The -.Fn pwrite -function returns values identical to -.Xr write 2 . -.Sh SEE ALSO -.Xr write 2 , -.Xr pread 3 , -.Xr pthreads 3 -.Sh STANDARDS -.Fn pwrite -conforms to -.St -susv2 . |