Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izzypt authored Apr 6, 2023
1 parent 0a90585 commit b0a597d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ Note that the behavior of signals can vary between different operating systems a
```
int kill(pid_t pid, int sig);
```
- There are many signals to terminate a process :
- SIGTERM allows a process to gracefully terminate.
- SIGKILL inconditionally aborts the process and can be used as a last resort.
- SIGQUIT terminates a process, potentially creating a core dump.
# Handling Signals
Expand Down

0 comments on commit b0a597d

Please sign in to comment.