summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-01-16 05:34:19 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-01-16 05:34:19 +0000
commit61f2b976c636419f16cc54c5bb546669ed616e61 (patch)
tree42e7f17edb615a5bc13cbb9d71e76b0af30df9c9
parent377b933c2a7687c95434df92f98e560d32224449 (diff)
fix .Xr and SEE ALSO;
use parentheses;
-rw-r--r--lib/libpthread/man/pthread_stackseg_np.310
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