man page fix: sigaction.2 signals list
This commit is contained in:
parent
769a0cdb35
commit
247e1e8fa8
1 changed files with 17 additions and 15 deletions
|
@ -127,29 +127,31 @@ MINIX 3 knows about the following signals:
|
||||||
.ta +11n +7n +8n
|
.ta +11n +7n +8n
|
||||||
signal num notes description
|
signal num notes description
|
||||||
.SP
|
.SP
|
||||||
SIGHUP 1 k Hangup
|
SIGHUP 1 km Hangup
|
||||||
SIGINT 2 k Interrupt (usually DEL or CTRL\-C)
|
SIGINT 2 k Interrupt (usually DEL or CTRL\-C)
|
||||||
SIGQUIT 3 kc Quit (usually CTRL\-\e)
|
SIGQUIT 3 kcm Quit (usually CTRL\-\e)
|
||||||
SIGILL 4 kc Illegal instruction
|
SIGILL 4 kc Illegal instruction
|
||||||
SIGTRAP 5 xkc Trace trap
|
SIGTRAP 5 kc Trace trap
|
||||||
SIGABRT 6 kc Abort program
|
SIGABRT 6 kcm Abort program
|
||||||
SIGFPE 8 k Floating point exception
|
SIGBUS 7 kc Bus error
|
||||||
|
SIGFPE 8 kc Floating point exception
|
||||||
SIGKILL 9 k Kill
|
SIGKILL 9 k Kill
|
||||||
SIGUSR1 10 k User defined signal #1
|
SIGUSR1 10 k User defined signal #1
|
||||||
SIGSEGV 11 kc Segmentation fault
|
SIGSEGV 11 kc Segmentation fault
|
||||||
SIGUSR2 12 k User defined signal #2
|
SIGUSR2 12 k User defined signal #2
|
||||||
SIGPIPE 13 k Write to a pipe with no reader
|
SIGPIPE 13 k Write to a pipe with no reader
|
||||||
SIGALRM 14 k Alarm clock
|
SIGALRM 14 k Alarm clock
|
||||||
SIGTERM 15 k Terminate (default for kill(1))
|
SIGTERM 15 km Terminate (default for kill(1))
|
||||||
SIGCHLD 17 pvi Child process terminated
|
SIGEMT 16 xkc Emulator trap
|
||||||
SIGCONT 18 p Continue if stopped
|
SIGCHLD 17 pi Child process terminated
|
||||||
|
SIGCONT 18 pi Continue if stopped
|
||||||
SIGSTOP 19 ps Stop signal
|
SIGSTOP 19 ps Stop signal
|
||||||
SIGTSTP 20 ps Interactive stop signal
|
SIGTSTP 20 ps Interactive stop signal
|
||||||
SIGTTIN 21 ps Background read
|
SIGWINCH 21 xi Window size change
|
||||||
SIGTTOU 22 ps Background write
|
SIGTTIN 22 ps Background read
|
||||||
SIGWINCH 23 xvi Window size change
|
SIGTTOU 23 ps Background write
|
||||||
SIGVTALRM 24 xk Virtual alarm clock
|
SIGVTALRM 24 k Virtual alarm clock
|
||||||
SIGPROF 25 xk Profiler alarm clock
|
SIGPROF 25 k Profiler alarm clock
|
||||||
.ft R
|
.ft R
|
||||||
.fi
|
.fi
|
||||||
.PP
|
.PP
|
||||||
|
@ -165,8 +167,8 @@ The signal causes a core dump.
|
||||||
.B i
|
.B i
|
||||||
The signal is ignored if not caught.
|
The signal is ignored if not caught.
|
||||||
.TP
|
.TP
|
||||||
.B v
|
.B m
|
||||||
Only Minix-vmd implements this signal.
|
The signal is converted to a message for system processes.
|
||||||
.TP
|
.TP
|
||||||
.B x
|
.B x
|
||||||
MINIX 3 extension, not defined by \s-2POSIX\s+2.
|
MINIX 3 extension, not defined by \s-2POSIX\s+2.
|
||||||
|
|
Loading…
Reference in a new issue