summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-22 12:31:15 +0000
committermpp <mpp@FreeBSD.org>1996-01-22 12:31:15 +0000
commitd1e27e627b3b84f128ccf0fab9d9c024491e4571 (patch)
tree1ccc40cdc3563fe5b73454bb46c255408d880096 /lib/libc
parent04018df5e30aebd9bb1092be2441d0d10b54b56a (diff)
downloadFreeBSD-src-d1e27e627b3b84f128ccf0fab9d9c024491e4571.zip
FreeBSD-src-d1e27e627b3b84f128ccf0fab9d9c024491e4571.tar.gz
Changed the description of SIGSYS to better reflect what
it means when that signal is received. Closes PR# 686.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/compat-43/sigvec.22
-rw-r--r--lib/libc/gen/signal.32
-rw-r--r--lib/libc/sys/sigaction.22
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/compat-43/sigvec.2 b/lib/libc/compat-43/sigvec.2
index 1b5244f..6444a1b 100644
--- a/lib/libc/compat-43/sigvec.2
+++ b/lib/libc/compat-43/sigvec.2
@@ -148,7 +148,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"
diff --git a/lib/libc/gen/signal.3 b/lib/libc/gen/signal.3
index 86189f1..37ad60b 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"
diff --git a/lib/libc/sys/sigaction.2 b/lib/libc/sys/sigaction.2
index 3f41266..9412dd1 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"
OpenPOWER on IntegriCloud