diff options
| author | Ben Smithurst <ben@FreeBSD.org> | 2000-07-11 11:39:57 +0000 |
|---|---|---|
| committer | Ben Smithurst <ben@FreeBSD.org> | 2000-07-11 11:39:57 +0000 |
| commit | 744cb90e1f3182573c49ffb76a1117bba16e09f2 (patch) | |
| tree | 1ac51b07ac561d2fbca51d1bd13f20aa00cf9e4c | |
| parent | 365c420eb1672461b188fb0cb6715d6caac92378 (diff) | |
Notes
| -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 1802c2335c0f..641f543990bc 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -445,7 +445,7 @@ void handler(int, siginfo_t *info, void *context); The handler function should match the SA_SIGINFO prototype if the SA_SIGINFO bit is set in flags. It then should be pointed to by the -.Dv sa_siginfo +.Dv sa_sigaction member of .Dv struct sigaction . Note that you should not assign SIG_DFL or SIG_IGN this way. |
