diff options
author | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-18 01:40:20 +0000 |
---|---|---|
committer | Alex Feldman <alex@cvs.openbsd.org> | 1999-05-18 01:40:20 +0000 |
commit | a5867907ec99fcd46a7ec5f2533e9939c68436af (patch) | |
tree | d47d14db97e8320ad88e78d96c9467215c688736 /lib | |
parent | 1cf9f9fadf54033bfdb81b6b863e758994fea986 (diff) |
Use .St susv2.
pwrite.3: pread -> pwrite where appropriate.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/man/pread.3 | 5 | ||||
-rw-r--r-- | lib/libc_r/man/pwrite.3 | 9 | ||||
-rw-r--r-- | lib/libpthread/man/pread.3 | 5 | ||||
-rw-r--r-- | lib/libpthread/man/pwrite.3 | 9 |
4 files changed, 16 insertions, 12 deletions
diff --git a/lib/libc_r/man/pread.3 b/lib/libc_r/man/pread.3 index f532f2c2e55..25ea256efaf 100644 --- a/lib/libc_r/man/pread.3 +++ b/lib/libc_r/man/pread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pread.3,v 1.4 1999/05/16 19:55:45 alex Exp $ +.\" $OpenBSD: pread.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 @@ -34,4 +34,5 @@ function returns values identical to .Xr pwrite 3 .Sh STANDARDS .Fn pread -conforms to TOG SUSv2 . +conforms to +.St -susv2 . diff --git a/lib/libc_r/man/pwrite.3 b/lib/libc_r/man/pwrite.3 index eb0ea1f81e5..94fe4c69d50 100644 --- a/lib/libc_r/man/pwrite.3 +++ b/lib/libc_r/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 . diff --git a/lib/libpthread/man/pread.3 b/lib/libpthread/man/pread.3 index f532f2c2e55..25ea256efaf 100644 --- a/lib/libpthread/man/pread.3 +++ b/lib/libpthread/man/pread.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pread.3,v 1.4 1999/05/16 19:55:45 alex Exp $ +.\" $OpenBSD: pread.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 @@ -34,4 +34,5 @@ function returns values identical to .Xr pwrite 3 .Sh STANDARDS .Fn pread -conforms to TOG SUSv2 . +conforms to +.St -susv2 . 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 . |