diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2023-02-22 06:43:46 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2023-02-22 06:43:46 +0000 |
commit | 6006af36e3f0fd91fb756bfac7727b3a590cdfa5 (patch) | |
tree | a86b8ad314fd47d1e4c75d0f995d2ac854bdcc7e /lib/libpthread | |
parent | 340b39165829602d29b786f0fe201d8a3b41842e (diff) |
Don't mention <sys/signal.h>: <pthread_np.h> pulls in everything that's
needed.
Diffstat (limited to 'lib/libpthread')
-rw-r--r-- | lib/libpthread/man/pthread_stackseg_np.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libpthread/man/pthread_stackseg_np.3 b/lib/libpthread/man/pthread_stackseg_np.3 index c56b5ff4e30..091664d9f8a 100644 --- a/lib/libpthread/man/pthread_stackseg_np.3 +++ b/lib/libpthread/man/pthread_stackseg_np.3 @@ -1,15 +1,14 @@ -.\" $OpenBSD: pthread_stackseg_np.3,v 1.6 2013/06/05 03:44:50 tedu Exp $ +.\" $OpenBSD: pthread_stackseg_np.3,v 1.7 2023/02/22 06:43:45 guenther Exp $ .\" .\" PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: February 22 2023 $ .Dt PTHREAD_STACKSEG_NP 3 .Os .Sh NAME .Nm pthread_stackseg_np .Nd return stack size and location .Sh SYNOPSIS -.In sys/signal.h .In pthread_np.h .Ft int .Fn pthread_stackseg_np "pthread_t thread" "stack_t *sinfo" |