diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-21 20:44:46 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-02-21 20:44:46 +0000 |
commit | 69c8245eaa9f927875fe309a24813a09c66d79ca (patch) | |
tree | 7aff427efe97c65d2a3c86bf4ba55680ec550ad1 /lib/libc_r | |
parent | 6ca8431aa2bdd013284f5d16522fb57fd1ed8f0b (diff) |
correct .Xr's.
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/man/pthread_main_np.3 | 6 |
1 files changed, 3 insertions, 3 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 |