summaryrefslogtreecommitdiff
path: root/lib/libc/gen/signal.3
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1996-01-22 12:31:15 +0000
committerMike Pritchard <mpp@FreeBSD.org>1996-01-22 12:31:15 +0000
commit86cfd0dd41e4433536c16b00838e9ab9b342a497 (patch)
tree1ccc40cdc3563fe5b73454bb46c255408d880096 /lib/libc/gen/signal.3
parent81e6d46b05e048986963a41aa292cb701e6174b2 (diff)
Notes
Diffstat (limited to 'lib/libc/gen/signal.3')
-rw-r--r--lib/libc/gen/signal.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 86189f12e242..37ad60b64a8f 100644
--- a/lib/libc/gen/signal.3
+++ b/lib/libc/gen/signal.3
@@ -98,7 +98,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"