Mercurial > hg > xemacs-beta
changeset 822:39d30f8fadfd
[xemacs-hg @ 2002-04-30 15:19:58 by stephent]
diagnostic typo <87u1ptz07n.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Tue, 30 Apr 2002 15:20:04 +0000 |
parents | 602aa4ed9900 |
children | 4f043f6069e3 |
files | src/ChangeLog src/sysdep.c |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Apr 30 12:46:03 2002 +0000 +++ b/src/ChangeLog Tue Apr 30 15:20:04 2002 +0000 @@ -1,3 +1,7 @@ +2002-04-30 Charles G. Waldman <cgw@xemacs.org> + + * sysdep.c (sys_siglist): change "signum" to "signal" + 2002-04-24 Andy Piper <andy@xemacs.org> * redisplay.c (create_text_block): Don't actually add propagation
--- a/src/sysdep.c Tue Apr 30 12:46:03 2002 +0000 +++ b/src/sysdep.c Tue Apr 30 15:20:04 2002 +0000 @@ -3669,7 +3669,7 @@ "bad argument to system call", /* 12 SIGSYS */ "write on a pipe with no one to read it", /* 13 SIGPIPE */ "alarm clock", /* 14 SIGALRM */ - "software termination signum", /* 15 SIGTERM */ + "software termination signal", /* 15 SIGTERM */ "user defined signal 1", /* 16 SIGUSR1 */ "user defined signal 2", /* 17 SIGUSR2 */ "death of a child", /* 18 SIGCLD */ @@ -3710,7 +3710,7 @@ "bad argument to system call", /* 12 SIGSYS */ "write on a pipe with no one to read it", /* 13 SIGPIPE */ "alarm clock", /* 14 SIGALRM */ - "software termination signum", /* 15 SIGTERM */ + "software termination signal", /* 15 SIGTERM */ "user defined signal 1", /* 16 SIGUSR1 */ "user defined signal 2", /* 17 SIGUSR2 */ "death of a child", /* 18 SIGCLD */