From 48cd104de48e985d1b9d0361192e9a4105925ade Mon Sep 17 00:00:00 2001 From: varun546 <56030130+varun546@users.noreply.github.com> Date: Tue, 1 Oct 2019 12:40:38 -0400 Subject: [PATCH] Update 10.1.c --- 10.1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.1.c b/10.1.c index c61636e..cc59e3b 100644 --- a/10.1.c +++ b/10.1.c @@ -7,7 +7,7 @@ static void sig_usr(int); int main(void) { if (signal(SIGUSR1, sig_usr) == SIG_ERR) { - printf("can't catch SIGUSR1"); + printf("...can't catch SIGUSR1..."); exit(-1); }