diff options
| author | drochner <drochner@NetBSD.org> | 2003-08-11 13:25:30 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2003-08-11 13:25:30 +0000 |
| commit | bae50cfb57c900657d8aec876d1411ad90ff0fc4 (patch) | |
| tree | 71dc7dbe338329de7a536a06471703f413185095 /lib/libc/sys/sigaltstack.2 | |
| parent | 3e5ef14f2261226a5b38fba8b72519388dc94c77 (diff) | |
correct an assertion about minimum stack size: MINSIGSTKSZ is sufficient
Diffstat (limited to 'lib/libc/sys/sigaltstack.2')
| -rw-r--r-- | lib/libc/sys/sigaltstack.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2 index 2f0f8d3229a..380c82e3794 100644 --- a/lib/libc/sys/sigaltstack.2 +++ b/lib/libc/sys/sigaltstack.2 @@ -1,4 +1,4 @@ -.\" $NetBSD: sigaltstack.2,v 1.18 2003/08/07 16:44:08 agc Exp $ +.\" $NetBSD: sigaltstack.2,v 1.19 2003/08/11 13:25:30 drochner Exp $ .\" .\" Copyright (c) 1983, 1991, 1992, 1993 .\" The Regents of the University of California. All rights reserved. @@ -151,7 +151,7 @@ address space. .It Bq Er EINVAL An attempt was made to disable an active stack. .It Bq Er ENOMEM -Size of alternative stack area is less than or equal to +Size of alternative stack area is less than .Dv MINSIGSTKSZ . .El .Sh SEE ALSO |
