Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/nls Sync signal messages between catalog and sys_si...



details:   https://anonhg.NetBSD.org/src/rev/bc628d0b20f4
branches:  trunk
changeset: 745680:bc628d0b20f4
user:      mgorny <mgorny%NetBSD.org@localhost>
date:      Sun Mar 08 22:06:05 2020 +0000

description:
Sync signal messages between catalog and sys_siglist

diffstat:

 lib/libc/nls/C.msg |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (34 lines):

diff -r d554ec53b3f5 -r bc628d0b20f4 lib/libc/nls/C.msg
--- a/lib/libc/nls/C.msg        Sun Mar 08 22:05:40 2020 +0000
+++ b/lib/libc/nls/C.msg        Sun Mar 08 22:06:05 2020 +0000
@@ -225,9 +225,9 @@
 $ SIGURG
 16 Urgent I/O condition
 $ SIGSTOP
-17 Stopped (signal)
+17 Suspended (signal)
 $ SIGTSTP
-18 Stopped
+18 Suspended
 $ SIGCONT
 19 Continued
 $ SIGCHLD
@@ -239,15 +239,15 @@
 $ SIGIO
 23 I/O possible
 $ SIGXCPU
-24 Cputime limit exceeded
+24 CPU time limit exceeded
 $ SIGXFSZ
-25 Filesize limit exceeded
+25 File size limit exceeded
 $ SIGVTALRM
 26 Virtual timer expired
 $ SIGPROF
 27 Profiling timer expired
 $ SIGWINCH
-28 Window size changes
+28 Window size changed
 $ SIGINFO
 29 Information request
 $ SIGUSR1



Home | Main Index | Thread Index | Old Index