diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-07-16 09:44:58 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-07-16 09:44:58 +0000 |
| commit | 4baa77295ef4ac4130f2f21037823dc3c291e638 (patch) | |
| tree | 9da9ff365837a2f86888160548f925ab773d361b /lib/libc/sys | |
| parent | 52a69cb00baf89fa06e59f4e12aaf0ff4a4a79af (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -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 d48b640950ac..3f41266a9c81 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -46,7 +46,7 @@ struct sigaction { int sa_flags; }; .Ed -.Fn sigaction "int sig" "struct sigaction *act" "struct sigaction *oact" +.Fn sigaction "int sig" "const struct sigaction *act" "struct sigaction *oact" .Sh DESCRIPTION The system defines a set of signals that may be delivered to a process. Signal delivery resembles the occurrence of a hardware interrupt: |
