diff options
author | 2004-01-16 05:34:18 +0000 | |
---|---|---|
committer | 2004-01-16 05:34:18 +0000 | |
commit | 19a1d8fa5280ede7ebd076d122922693a134ae4a (patch) | |
tree | e1b3a82a8283fbb0f7be6d6b90c0a7f5ff65843c | |
parent | add some commas; (diff) | |
download | wireguard-openbsd-19a1d8fa5280ede7ebd076d122922693a134ae4a.tar.xz wireguard-openbsd-19a1d8fa5280ede7ebd076d122922693a134ae4a.zip |
fix .Xr and SEE ALSO;
use parentheses;
-rw-r--r-- | lib/libpthread/man/pthread_stackseg_np.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libpthread/man/pthread_stackseg_np.3 b/lib/libpthread/man/pthread_stackseg_np.3 index 91db0474326..427c97f91b3 100644 --- a/lib/libpthread/man/pthread_stackseg_np.3 +++ b/lib/libpthread/man/pthread_stackseg_np.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pthread_stackseg_np.3,v 1.1 2004/01/15 23:17:19 marc Exp $ +.\" $OpenBSD: pthread_stackseg_np.3,v 1.2 2004/01/16 05:34:18 jmc Exp $ .\" .\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> .\" @@ -21,8 +21,8 @@ A .Fa stack_t is the same as a .Fa struct sigaltstack -[see -.Xr sigaltstack 3 ] +(see +.Xr sigaltstack 2 ) except the .Fa ss_sp variable points to the top of the stack instead of the base. @@ -42,8 +42,8 @@ There is no guarantee that the current thread's stack information will ever become available. .El .Sh SEE ALSO -.Xr pthreads 3 , -.Xr sigaltstack 3 +.Xr sigaltstack 2 , +.Xr pthreads 3 .Sh STANDARDS .Fn pthread_stackseg_np is a non-portable extension to |