# HG changeset patch # User stephent # Date 1020180004 0 # Node ID 39d30f8fadfde2b28904ffc8da0213941d38c005 # Parent 602aa4ed99008c47eec1c10fb4491c34cb9564b6 [xemacs-hg @ 2002-04-30 15:19:58 by stephent] diagnostic typo <87u1ptz07n.fsf@tleepslib.sk.tsukuba.ac.jp> diff -r 602aa4ed9900 -r 39d30f8fadfd src/ChangeLog --- 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 + + * sysdep.c (sys_siglist): change "signum" to "signal" + 2002-04-24 Andy Piper * redisplay.c (create_text_block): Don't actually add propagation diff -r 602aa4ed9900 -r 39d30f8fadfd src/sysdep.c --- 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 */