summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfgsch <fgsch@openbsd.org>2002-02-21 20:44:45 +0000
committerfgsch <fgsch@openbsd.org>2002-02-21 20:44:45 +0000
commitdd1ebea3220b0cf7a48dce14dcc41bd5ac5a4fab (patch)
tree4fbece6393b00721ab6d41678e09e2a2094556c8
parentThere is no need to restrict number of bufs to 200. (diff)
downloadwireguard-openbsd-dd1ebea3220b0cf7a48dce14dcc41bd5ac5a4fab.tar.xz
wireguard-openbsd-dd1ebea3220b0cf7a48dce14dcc41bd5ac5a4fab.zip
correct .Xr's.
-rw-r--r--lib/libc_r/man/pthread_main_np.36
-rw-r--r--lib/libpthread/man/pthread_main_np.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc_r/man/pthread_main_np.3 b/lib/libc_r/man/pthread_main_np.3
index 8d779360ee9..8120bea381f 100644
--- a/lib/libc_r/man/pthread_main_np.3
+++ b/lib/libc_r/man/pthread_main_np.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pthread_main_np.3,v 1.1 2001/08/18 22:19:49 pvalchev Exp $
+.\" $OpenBSD: pthread_main_np.3,v 1.2 2002/02/21 20:44:45 fgsch Exp $
.\"
.\" Copyright (c) 2001 Peter Valchev <pvalchev@openbsd.org>.
.\" All rights reserved.
@@ -33,8 +33,8 @@ if the calling thread is not the main thread
.It -1
if the thread initialization has not completed
.Sh SEE ALSO
-.Xr pthreads 3 ,
-.Xr pthreads_self 3
+.Xr pthread_self 3 ,
+.Xr pthreads 3
.Sh STANDARDS
The
.Fn pthread_main_np
diff --git a/lib/libpthread/man/pthread_main_np.3 b/lib/libpthread/man/pthread_main_np.3
index 8d779360ee9..8120bea381f 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.1 2001/08/18 22:19:49 pvalchev Exp $
+.\" $OpenBSD: pthread_main_np.3,v 1.2 2002/02/21 20:44:45 fgsch Exp $
.\"
.\" Copyright (c) 2001 Peter Valchev <pvalchev@openbsd.org>.
.\" All rights reserved.
@@ -33,8 +33,8 @@ if the calling thread is not the main thread
.It -1
if the thread initialization has not completed
.Sh SEE ALSO
-.Xr pthreads 3 ,
-.Xr pthreads_self 3
+.Xr pthread_self 3 ,
+.Xr pthreads 3
.Sh STANDARDS
The
.Fn pthread_main_np