summaryrefslogtreecommitdiff
path: root/lib/libpthread/man/pthread_create.3
diff options
context:
space:
mode:
authorjasoni <jasoni@cvs.openbsd.org>2001-06-24 18:17:31 +0000
committerjasoni <jasoni@cvs.openbsd.org>2001-06-24 18:17:31 +0000
commitf3cfab461325dc870b61dc84b0d67c767624c749 (patch)
tree8fb6c82886f9e02bcef1943b5f6518a40e5fe6c8 /lib/libpthread/man/pthread_create.3
parent776fc96d2a911d9b103114c2db4c5b0bdb47116f (diff)
grammar
Diffstat (limited to 'lib/libpthread/man/pthread_create.3')
-rw-r--r--lib/libpthread/man/pthread_create.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpthread/man/pthread_create.3 b/lib/libpthread/man/pthread_create.3
index 20903da05bb..800c784ed8c 100644
--- a/lib/libpthread/man/pthread_create.3
+++ b/lib/libpthread/man/pthread_create.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_create.3,v 1.6 2000/01/06 06:19:18 d Exp $
+.\" $OpenBSD: pthread_create.3,v 1.7 2001/06/24 18:17:30 jasoni Exp $
.\" Copyright (c) 1996 John Birrell <jb@cimlogic.com.au>.
.\" All rights reserved.
.\"
@@ -84,7 +84,7 @@ The signal mask is inherited from the creating thread.
The set of signals pending for the new thread is empty.
.El
.Sh RETURN VALUES
-If successful, the
+If successful, the
.Fn pthread_create
function will return zero. Otherwise an error number will be returned to
indicate the error.