Description Usage Arguments Details Value Author(s) References See Also Examples
signame
looks up signal information by the symbolic signal name.
sigval
looks up signal information by the numeric value.
siglist
returns a table of signal information.
1 2 3 |
val |
Integer signal value. |
name |
Symbolic signal name (with or without the SIG prefix). |
These functions return information stored in a table constructed at compile time.
A list (signame
, sigval
) or data frame
(siglist
) containing the components:
name |
Symbolic name |
val |
Integer value |
desc |
Description |
Gregory R. Warnes greg@warnes.net
Unix "signal" man page.
getpid
, exit
, wait
,
kill
, killall
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.