Module Name:    src
Committed By:   mgorny
Date:           Sun Mar  8 22:06:06 UTC 2020

Modified Files:
        src/lib/libc/nls: C.msg

Log Message:
Sync signal messages between catalog and sys_siglist


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/nls/C.msg

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/nls/C.msg
diff -u src/lib/libc/nls/C.msg:1.15 src/lib/libc/nls/C.msg:1.16
--- src/lib/libc/nls/C.msg:1.15	Sun Mar  8 22:05:40 2020
+++ src/lib/libc/nls/C.msg	Sun Mar  8 22:06:05 2020
@@ -225,9 +225,9 @@ $ SIGTERM
 $ 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 @@ $ SIGTTOU
 $ 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

Reply via email to