diff options
author | 2002-02-21 20:44:45 +0000 | |
---|---|---|
committer | 2002-02-21 20:44:45 +0000 | |
commit | dd1ebea3220b0cf7a48dce14dcc41bd5ac5a4fab (patch) | |
tree | 4fbece6393b00721ab6d41678e09e2a2094556c8 /lib/libpthread/man | |
parent | There is no need to restrict number of bufs to 200. (diff) | |
download | wireguard-openbsd-dd1ebea3220b0cf7a48dce14dcc41bd5ac5a4fab.tar.xz wireguard-openbsd-dd1ebea3220b0cf7a48dce14dcc41bd5ac5a4fab.zip |
correct .Xr's.
Diffstat (limited to 'lib/libpthread/man')
-rw-r--r-- | lib/libpthread/man/pthread_main_np.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |