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/1d62ee579fc1
branches: trunk
changeset: 970009:1d62ee579fc1
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 95566dd3a895 -r 1d62ee579fc1 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