diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-26 15:01:52 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-26 15:01:52 +0000 |
| commit | a4930c16436bb2cf0dec658b7020c972238ed550 (patch) | |
| tree | f602546414608a55cdfc1fc4de631e8b750d8089 /lib/libc | |
| parent | 915f59dafc081fbaee3c2599d54c9912532d6fcc (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/sigaction.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index e1ef9ff6570e..1802c2335c0f 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -499,7 +499,7 @@ sigcontext. The .Fa context argument to a POSIX SA_SIGINFO handler points to an instance of -mcontext_t. +ucontext_t. .Sh ERRORS .Fn Sigaction will fail and no new signal handler will be installed if one |
