diff options
| author | Alexander Langer <alex@FreeBSD.org> | 2000-06-26 15:00:25 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 2000-06-26 15:00:25 +0000 |
| commit | 271c4bdbce622dadfc5a64f37aa64a547bb6677d (patch) | |
| tree | 09f85a8d82b37dad3f68cc56beecb1ef7596212c /lib | |
| parent | 54c593c69c3d7479ae6de02b263df2a4cf0de451 (diff) | |
Notes
Diffstat (limited to 'lib')
| -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 |
