diff options
author | 1999-05-18 01:40:19 +0000 | |
---|---|---|
committer | 1999-05-18 01:40:19 +0000 | |
commit | 98d3a482a32ab97e47338433e35fb2cddce45dd7 (patch) | |
tree | 6b4fbe602659e8d0a0b3a9b05db737ee38e7aee2 /lib/libc_r/man | |
parent | Move the tty locking stuff back out to physical.c so (diff) | |
download | wireguard-openbsd-98d3a482a32ab97e47338433e35fb2cddce45dd7.tar.xz wireguard-openbsd-98d3a482a32ab97e47338433e35fb2cddce45dd7.zip |
Use .St susv2.
pwrite.3: pread -> pwrite where appropriate.
Diffstat (limited to 'lib/libc_r/man')
-rw-r--r-- | lib/libc_r/man/pread.3 | 5 | ||||
-rw-r--r-- | lib/libc_r/man/pwrite.3 | 9 |
2 files changed, 8 insertions, 6 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 . |