aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 13:58:08 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2006-08-03 13:58:08 +0000
commit4dec66f990afe97a8c82b785cc3c384d871d394a (patch)
tree03dc4ca7a0e44a67871061f60f6b8d4465057d47 /man7/signal.7
parent72cedc067b9dcb9ccc68e9a6c9269bf795ef51a0 (diff)
downloadman-pages-4dec66f990afe97a8c82b785cc3c384d871d394a.tar.gz
Updated CONFORMING TO section
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.720
1 files changed, 10 insertions, 10 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index 02d22c8000..33346160bb 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -120,7 +120,7 @@ alpha and sparc, the middle one for i386, ppc and sh, and
the last one for mips.
A \- denotes that a signal is absent on the corresponding architecture.)
-First the signals described in the original POSIX.1 standard.
+First the signals described in the original POSIX.1-1990 standard.
.TS
l c c l
____
@@ -154,8 +154,8 @@ and
.B SIGSTOP
cannot be caught, blocked, or ignored.
-Next the signals not in the POSIX.1 standard but described in SUSv2 and
-SUSv3 / POSIX 1003.1-2001.
+Next the signals not in the POSIX.1-1990 standard but described in
+SUSv2 and POSIX.1-2001.
.TS
l c c l
____
@@ -164,7 +164,7 @@ Signal Value Action Comment
SIGBUS 10,7,10 Core Bus error (bad memory access)
SIGPOLL Term Pollable event (Sys V). Synonym of SIGIO
SIGPROF 27,27,29 Term Profiling timer expired
-SIGSYS 12,\-,12 Core Bad argument to routine (SVID)
+SIGSYS 12,\-,12 Core Bad argument to routine (SVr4)
SIGTRAP 5 Core Trace/breakpoint trap
SIGURG 16,23,21 Ign Urgent condition on socket (4.2BSD)
SIGVTALRM 26,26,28 Term Virtual alarm clock (4.2BSD)
@@ -180,7 +180,7 @@ was to terminate the process (without a core dump).
(On some other Unices the default action for
.BR SIGXCPU " and " SIGXFSZ
is to terminate the process without a core dump.)
-Linux 2.4 conforms to the POSIX 1003.1-2001 requirements for these signals,
+Linux 2.4 conforms to the POSIX.1-2001 requirements for these signals,
terminating the process with a core dump.
Next various other signals.
@@ -210,20 +210,20 @@ on an alpha but
on a sparc.)
.B SIGEMT
-is not specified in POSIX 1003.1-2001, but nevertheless appears
+is not specified in POSIX.1-2001, but nevertheless appears
on most other Unices, where its default action is typically to terminate
the process with a core dump.
.B SIGPWR
-(which is not specified in POSIX 1003.1-2001) is typically ignored
+(which is not specified in POSIX.1-2001) is typically ignored
by default on those other Unices where it appears.
.B SIGIO
-(which is not specified in POSIX 1003.1-2001) is ignored by default
+(which is not specified in POSIX.1-2001) is ignored by default
on several other Unices.
.SS "Real-time Signals"
-Linux supports real-time signals as originally defined in the POSIX.4
-real-time extensions (and now included in POSIX 1003.1-2001).
+Linux supports real-time signals as originally defined in the POSIX.1b
+real-time extensions (and now included in POSIX.1-2001).
Linux supports 32 real-time signals, numbered from 32
.RB ( SIGRTMIN )
to 63