From 86cfd0dd41e4433536c16b00838e9ab9b342a497 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Mon, 22 Jan 1996 12:31:15 +0000 Subject: Changed the description of SIGSYS to better reflect what it means when that signal is received. Closes PR# 686. --- lib/libc/sys/sigaction.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/sys') diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2 index 3f41266a9c81..9412dd14396d 100644 --- a/lib/libc/sys/sigaction.2 +++ b/lib/libc/sys/sigaction.2 @@ -242,7 +242,7 @@ call (formerly .It Dv SIGKILL No " terminate process" " kill program" .It Dv SIGBUS No " create core image" " bus error" .It Dv SIGSEGV No " create core image" " segmentation violation" -.It Dv SIGSYS No " create core image" " system call given invalid argument" +.It Dv SIGSYS No " create core image" " non-existent system call invoked" .It Dv SIGPIPE No " terminate process" " write on a pipe with no reader" .It Dv SIGALRM No " terminate process" " real-time timer expired" .It Dv SIGTERM No " terminate process" " software termination signal" -- cgit v1.3