summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/man/pthread_main_np.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/man/pthread_main_np.3')
-rw-r--r--lib/libpthread/man/pthread_main_np.33
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpthread/man/pthread_main_np.3 b/lib/libpthread/man/pthread_main_np.3
index 8120bea381f..76e73a3676e 100644
--- a/lib/libpthread/man/pthread_main_np.3
+++ b/lib/libpthread/man/pthread_main_np.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_main_np.3,v 1.2 2002/02/21 20:44:45 fgsch Exp $
+.\" $OpenBSD: pthread_main_np.3,v 1.3 2002/05/01 08:03:30 mpech Exp $
.\"
.\" Copyright (c) 2001 Peter Valchev <pvalchev@openbsd.org>.
.\" All rights reserved.
@@ -32,6 +32,7 @@ if the calling thread is the main thread
if the calling thread is not the main thread
.It -1
if the thread initialization has not completed
+.El
.Sh SEE ALSO
.Xr pthread_self 3 ,
.Xr pthreads 3