add directory Minix
This commit is contained in:
14
Minix/1.7.5/MANUALS/CAT2/SIGNAL.2
Normal file
14
Minix/1.7.5/MANUALS/CAT2/SIGNAL.2
Normal file
@@ -0,0 +1,14 @@
|
||||
Name: signal - specify what to do upon receipt of a signal
|
||||
|
||||
Syntax: int (*signal (int sig, void *func))()
|
||||
|
||||
Description:
|
||||
Tell the system how signals are to be handled.
|
||||
|
||||
See Also:
|
||||
kill(2), pause(2), ptrace(2), wait(2), setjmp(3C).
|
||||
kill(1) in the UNIX System V User Reference Manual.
|
||||
|
||||
Bugs:
|
||||
This description could be slightly longer.
|
||||
|
||||
Reference in New Issue
Block a user