From 88a12ef1b1e2ff2d1a29f64519d567201ab02fd2 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 26 Jun 2000 15:00:25 +0000 Subject: The argument is not mcontext_t but ucontext_t. PR: 17836 Submitted by: Tim Moore --- lib/libc/sys/sigaction.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/sys/sigaction.2') diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index e1ef9ff..1802c23 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 -- cgit v1.1