Skip to content

Commit aee01e7

Browse files
jilinkronreiter
authored andcommitted
Update typo bash trap
1 parent 874e7f6 commit aee01e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/learnshell.org/en/Bash trap command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Some of the common signal types you can trap:
4141

4242
* `SIGINT`: user sends an interrupt signal (Ctrl + C)
4343

44-
* `SIGQUIT`: user sends a quit signal (Ctrl + C)
44+
* `SIGQUIT`: user sends a quit signal (Ctrl + D)
4545

4646
* `SIGFPE`: attempted an illegal mathematical operation
4747

0 commit comments

Comments
 (0)