aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/siglist.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/siglist.c')
-rw-r--r--sysdeps/unix/siglist.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysdeps/unix/siglist.c b/sysdeps/unix/siglist.c
index 53776b5a42..942f7647ab 100644
--- a/sysdeps/unix/siglist.c
+++ b/sysdeps/unix/siglist.c
@@ -27,7 +27,7 @@ const char *const _sys_siglist[] =
N_("Interrupt"),
N_("Quit"),
N_("Illegal instruction"),
- N_("Trace/BPT trap"),
+ N_("Trace/breakpoint trap"),
N_("IOT trap"),
N_("EMT trap"),
N_("Floating point exception"),
@@ -46,8 +46,8 @@ const char *const _sys_siglist[] =
N_("Stopped (tty input)"),
N_("Stopped (tty output)"),
N_("I/O possible"),
- N_("Cputime limit exceeded"),
- N_("Filesize limit exceeded"),
+ N_("CPU time limit exceeded"),
+ N_("File size limit exceeded"),
N_("Virtual timer expired"),
N_("Profiling timer expired"),
N_("Window changed"),