summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pwrite.3
diff options
context:
space:
mode:
authorAlex Feldman <alex@cvs.openbsd.org>1999-05-18 01:40:20 +0000
committerAlex Feldman <alex@cvs.openbsd.org>1999-05-18 01:40:20 +0000
commita5867907ec99fcd46a7ec5f2533e9939c68436af (patch)
treed47d14db97e8320ad88e78d96c9467215c688736 /lib/libpthread/man/pwrite.3
parent1cf9f9fadf54033bfdb81b6b863e758994fea986 (diff)
Use .St susv2.
pwrite.3: pread -> pwrite where appropriate.
Diffstat (limited to 'lib/libpthread/man/pwrite.3')
-rw-r--r--lib/libpthread/man/pwrite.39
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libpthread/man/pwrite.3 b/lib/libpthread/man/pwrite.3
index eb0ea1f81e5..94fe4c69d50 100644
--- a/lib/libpthread/man/pwrite.3
+++ b/lib/libpthread/man/pwrite.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pwrite.3,v 1.4 1999/05/16 19:55:47 alex Exp $
+.\" $OpenBSD: pwrite.3,v 1.5 1999/05/18 01:40:19 alex Exp $
.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd September 7, 1998
.Os
@@ -25,7 +25,7 @@ environment, where race conditions may exist between two threads
non-atomically seeking and writing to the same file descriptor.
.Sh RETURN VALUES
The
-.Fn pread
+.Fn pwrite
function returns values identical to
.Xr write 2 .
.Sh SEE ALSO
@@ -33,5 +33,6 @@ function returns values identical to
.Xr pread 3 ,
.Xr pthreads 3
.Sh STANDARDS
-.Fn pread
-conforms to TOG SUSv2 .
+.Fn pwrite
+conforms to
+.St -susv2 .