From e5ddf94aa175606d7e9ef2657ea7280199a1b4f4 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Fri, 26 Feb 2010 10:47:05 +0000 Subject: [PATCH] * utils.sgml (kill): Add SIGIO, SIGCLD, and SIGPWR. --- winsup/utils/ChangeLog | 4 ++++ winsup/utils/utils.sgml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 836e1ed53..898756716 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2010-02-25 Yaakov Selkowitz + + * utils.sgml (kill): Add SIGIO, SIGCLD, and SIGPWR. + 2010-02-25 Corinna Vinschen * utils.sgml (locale): Change description of -a and -av to match diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 08bae9ac3..b424befd8 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -585,8 +585,10 @@ SIGSTOP 17 sendable stop signal not from tty SIGTSTP 18 stop signal from tty SIGCONT 19 continue a stopped process SIGCHLD 20 to parent on child stop or exit +SIGCLD 20 System V name for SIGCHLD SIGTTIN 21 to readers pgrp upon background tty read SIGTTOU 22 like TTIN for output if (tp->t_local&LTOSTOP) +SIGIO 23 input/output possible SIGPOLL 23 System V name for SIGIO SIGXCPU 24 exceeded CPU time limit SIGXFSZ 25 exceeded file size limit @@ -594,6 +596,7 @@ SIGVTALRM 26 virtual time alarm SIGPROF 27 profiling time alarm SIGWINCH 28 window changed SIGLOST 29 resource lost (eg, record-lock lost) +SIGPWR 29 power failure SIGUSR1 30 user defined signal 1 SIGUSR2 31 user defined signal 2