summaryrefslogtreecommitdiff
path: root/lib/libpthread/man
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r--lib/libpthread/man/flockfile.33
-rw-r--r--lib/libpthread/man/pread.37
-rw-r--r--lib/libpthread/man/pthread_exit.32
-rw-r--r--lib/libpthread/man/pthread_rwlockattr_getpshared.36
-rw-r--r--lib/libpthread/man/pwrite.37
-rw-r--r--lib/libpthread/man/sigwait.35
6 files changed, 17 insertions, 13 deletions
diff --git a/lib/libpthread/man/flockfile.3 b/lib/libpthread/man/flockfile.3
index 970b2ebb75b..79dd33c8570 100644
--- a/lib/libpthread/man/flockfile.3
+++ b/lib/libpthread/man/flockfile.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: flockfile.3,v 1.2 1999/03/10 10:04:41 d Exp $
+.\" $OpenBSD: flockfile.3,v 1.3 1999/03/22 04:20:04 d Exp $
+.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 20, 1998
.Os
.Dt FLOCKFILE 3
diff --git a/lib/libpthread/man/pread.3 b/lib/libpthread/man/pread.3
index 8bf12df6270..98f82a30f29 100644
--- a/lib/libpthread/man/pread.3
+++ b/lib/libpthread/man/pread.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: pread.3,v 1.2 1999/03/10 10:04:41 d Exp $
+.\" $OpenBSD: pread.3,v 1.3 1999/03/22 04:20:04 d Exp $
+.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd September 7, 1998
.Os
.Dt PREAD 3
@@ -26,10 +27,10 @@ non-atomically seeking and reading from the same file descriptor.
The
.Fn pread
function returns values identical to
-.Xr read 3 .
+.Xr read 2 .
.Sh SEE ALSO
.Xr pthreads 3 ,
-.Xr read 3 ,
+.Xr read 2 ,
.Xr pwrite 3
.Sh STANDARDS
.Fn pread
diff --git a/lib/libpthread/man/pthread_exit.3 b/lib/libpthread/man/pthread_exit.3
index 1448bc6ca35..d6393e0aa63 100644
--- a/lib/libpthread/man/pthread_exit.3
+++ b/lib/libpthread/man/pthread_exit.3
@@ -89,7 +89,7 @@ None.
.Pp
.Sh SEE ALSO
.Xr _exit 2 ,
-.Xr exit 2 ,
+.Xr exit 3 ,
.Xr pthread_create 3 ,
.Xr pthread_join 3
.Sh STANDARDS
diff --git a/lib/libpthread/man/pthread_rwlockattr_getpshared.3 b/lib/libpthread/man/pthread_rwlockattr_getpshared.3
index 8baaea662c1..6a22b645886 100644
--- a/lib/libpthread/man/pthread_rwlockattr_getpshared.3
+++ b/lib/libpthread/man/pthread_rwlockattr_getpshared.3
@@ -22,15 +22,15 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: pthread_rwlockattr_getpshared.3,v 1.2 1999/03/10 10:00:47 d Exp $
-.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.2 1999/03/10 10:00:47 d Exp $
+.\" $Id: pthread_rwlockattr_getpshared.3,v 1.3 1999/03/22 04:20:04 d Exp $
+.\" $OpenBSD: pthread_rwlockattr_getpshared.3,v 1.3 1999/03/22 04:20:04 d Exp $
.\"
.Dd August 4, 1998
.Dt PTHREAD_RWLOCKATTR_GETPSHARED 3
.Os
.Sh NAME
.Nm pthread_rwlockattr_getpshared
-.Nd set the process shared attribute
+.Nd get the process shared attribute
.Sh SYNOPSIS
.Fd #include <pthread.h>
.Ft int
diff --git a/lib/libpthread/man/pwrite.3 b/lib/libpthread/man/pwrite.3
index f17ccf3ccbc..3f1a07594aa 100644
--- a/lib/libpthread/man/pwrite.3
+++ b/lib/libpthread/man/pwrite.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: pwrite.3,v 1.2 1999/03/10 10:04:42 d Exp $
+.\" $OpenBSD: pwrite.3,v 1.3 1999/03/22 04:20:04 d Exp $
+.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd September 7, 1998
.Os
.Dt PWRITE 3
@@ -26,10 +27,10 @@ non-atomically seeking and writing to the same file descriptor.
The
.Fn pread
function returns values identical to
-.Xr write 3 .
+.Xr write 2 .
.Sh SEE ALSO
.Xr pthreads 3 ,
-.Xr write 3 ,
+.Xr write 2 ,
.Xr pread 3
.Sh STANDARDS
.Fn pread
diff --git a/lib/libpthread/man/sigwait.3 b/lib/libpthread/man/sigwait.3
index 28c98fc4d69..bf646699b71 100644
--- a/lib/libpthread/man/sigwait.3
+++ b/lib/libpthread/man/sigwait.3
@@ -1,4 +1,5 @@
-.\" $OpenBSD: sigwait.3,v 1.4 1999/03/10 10:04:42 d Exp $
+.\" $OpenBSD: sigwait.3,v 1.5 1999/03/22 04:20:05 d Exp $
+.\" David Leonard <d@openbsd.org>, 1998. Public domain.
.Dd August 20, 1998
.Os
.Dt SIGWAIT 3
@@ -62,7 +63,7 @@ The
argument contains an invalid or unsupported signal number
.El
.Sh SEE ALSO
-.Xr pause 2 ,
+.Xr pause 3 ,
.Xr sigaction 2 ,
.Xr sigpending 2 ,
.Xr sigsuspend 2 ,