hush/shell/hush_test/hush-trap/usage.right
Denys Vlasenko 2f7894b1bb ash,hush: fix trap reporting: s/SIGEXIT/EXIT/
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-09-24 01:43:21 +02:00

15 lines
164 B
Plaintext

___
___
___
trap -- 'a' EXIT
trap -- 'a' SIGINT
trap -- 'a' SIGUSR1
trap -- 'a' SIGUSR2
___
___
trap -- 'a' SIGUSR1
trap -- 'a' SIGUSR2
___
___
trap -- 'a' SIGUSR2