diff options
author | 2012-11-17 13:09:21 +0000 | |
---|---|---|
committer | 2012-11-17 13:09:21 +0000 | |
commit | e48d8283c6dd6133c671daa809fcccb099de4fe2 (patch) | |
tree | 6291901ef67be249fb45df180cb343eea06c5642 /lib/libc/sys/sigaltstack.2 | |
parent | keep things sorted; (diff) | |
download | wireguard-openbsd-e48d8283c6dd6133c671daa809fcccb099de4fe2.tar.xz wireguard-openbsd-e48d8283c6dd6133c671daa809fcccb099de4fe2.zip |
tweak previous;
Diffstat (limited to 'lib/libc/sys/sigaltstack.2')
-rw-r--r-- | lib/libc/sys/sigaltstack.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/sigaltstack.2 b/lib/libc/sys/sigaltstack.2 index a0b26225d61..25d8ccc518f 100644 --- a/lib/libc/sys/sigaltstack.2 +++ b/lib/libc/sys/sigaltstack.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaltstack.2,v 1.15 2012/11/17 09:19:16 guenther Exp $ +.\" $OpenBSD: sigaltstack.2,v 1.16 2012/11/17 13:09:21 jmc Exp $ .\" $NetBSD: sigaltstack.2,v 1.3 1995/02/27 10:41:52 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1992, 1993 @@ -58,7 +58,7 @@ If is non-zero and .Dv SS_DISABLE is set in -.Fa ss_flags +.Fa ss_flags , the signal stack will be disabled. A disabled stack will cause all signals to be taken on the regular user stack. @@ -146,7 +146,7 @@ address space. The .Fa ss_flags member pointed to by the -.Fa ss +.Fa ss argument contains flags other than .Dv SS_DISABLE . .It Bq Er ENOMEM |