diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-01-02 19:36:17 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-01-02 20:09:11 +0100 |
| commit | 453de2aa454de5708dc9c2ee48adaf87f13db8eb (patch) | |
| tree | 574addd847f97df315b7c9dc12ae51fb8f4d6709 /man7/signal.7 | |
| parent | 30e2a22aa6645900e9bf130cca265e796578746a (diff) | |
| download | man-pages-453de2aa454de5708dc9c2ee48adaf87f13db8eb.tar.gz | |
signal.7: Change description of SIGSYS to "Bad system call"
This is the more typical definition.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man7/signal.7')
| -rw-r--r-- | man7/signal.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/signal.7 b/man7/signal.7 index d72229bdc9..068bbd3ef2 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -278,7 +278,7 @@ SIGBUS 10,7,10 Core Bus error (bad memory access) SIGPOLL Term Pollable event (Sys V). Synonym for \fBSIGIO\fP SIGPROF 27,27,29 Term Profiling timer expired -SIGSYS 12,31,12 Core Bad argument to routine (SVr4) +SIGSYS 12,31,12 Core Bad system call (SVr4) SIGTRAP 5 Core Trace/breakpoint trap SIGURG 16,23,21 Ign Urgent condition on socket (4.2BSD) SIGVTALRM 26,26,28 Term Virtual alarm clock (4.2BSD) |
