Skip to content

Commit 78e2748

Browse files
authored
中止->终止
1 parent 51e693e commit 78e2748

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/mktemp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ $ trap [动作] [信号1] [信号2] ...
128128
上面代码中,“动作”是一个 Bash 命令,“信号”常用的有以下几个。
129129

130130
> - HUP:编号1,脚本与所在的终端脱离联系。
131-
> - INT:编号2,用户按下 Ctrl + C,意图让脚本中止运行
131+
> - INT:编号2,用户按下 Ctrl + C,意图让脚本终止运行
132132
> - QUIT:编号3,用户按下 Ctrl + 斜杠,意图退出脚本。
133133
> - KILL:编号9,该信号用于杀死进程。
134134
> - TERM:编号15,这是`kill`命令发出的默认信号。

0 commit comments

Comments
 (0)