add directory Minix

This commit is contained in:
gohigh
2024-02-19 00:21:39 -05:00
parent 56596ada90
commit 5a46ddb732
2923 changed files with 1764412 additions and 0 deletions

View 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.