diff options
author | 2000-01-22 12:05:48 +0000 | |
---|---|---|
committer | 2000-01-22 12:05:48 +0000 | |
commit | f028b6d89b43970b5fd2a4336afd1b5136368dc7 (patch) | |
tree | aab049b3b77f7c406ee543e1cf2b9196d484a73e /lib/libc/sys/sigaltstack.2 | |
parent | Use .Va macro when referring to the global variable errno. (diff) | |
download | wireguard-openbsd-f028b6d89b43970b5fd2a4336afd1b5136368dc7.tar.xz wireguard-openbsd-f028b6d89b43970b5fd2a4336afd1b5136368dc7.zip |
Use .Er macro when referring to errno error names.
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 2fe6c3bd5ae..a9166ce16b8 100644 --- a/lib/libc/sys/sigaltstack.2 +++ b/lib/libc/sys/sigaltstack.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sigaltstack.2,v 1.9 1999/06/29 14:10:21 aaron Exp $ +.\" $OpenBSD: sigaltstack.2,v 1.10 2000/01/22 12:05:49 aaron Exp $ .\" $NetBSD: sigaltstack.2,v 1.3 1995/02/27 10:41:52 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1992, 1993 @@ -87,7 +87,7 @@ Trying to disable an active stack will cause to return \-1 with .Va errno set to -.Dv EINVAL . +.Er EINVAL . A disabled stack will cause all signals to be taken on the regular user stack. If the stack is later re-enabled then all signals that were specified |