aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-08 09:56:56 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-08 09:56:56 +0000
commitd9bfdb9c217823eec9258ab215c4b39851687c3c (patch)
treea81e59d01da2d46d259afdf639481357662e1378 /man7/signal.7
parent21be2ec1f86e8ea39abd65dec35ab8fb0a2538a6 (diff)
downloadman-pages-d9bfdb9c217823eec9258ab215c4b39851687c3c.tar.gz
Convert to American spelling conventions
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.74
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index c9723dd85b..e0cf0623a9 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -66,7 +66,7 @@ A process can change the disposition of a signal using
or (less portably)
.BR signal (2).
Using these system calls, a process can elect one of the
-following behaviours to occur on delivery of the signal:
+following behavior to occur on delivery of the signal:
perform the default action; ignore the signal;
or catch the signal with a
.IR "signal handler" ,
@@ -173,7 +173,7 @@ SIGXCPU 24,24,30 Core CPU time limit exceeded (4.2BSD)
SIGXFSZ 25,25,31 Core File size limit exceeded (4.2BSD)
.TE
-Up to and including Linux 2.2, the default behaviour for
+Up to and including Linux 2.2, the default behavior for
.BR SIGSYS ", " SIGXCPU ", " SIGXFSZ ", "
and (on architectures other than SPARC and MIPS)
.B SIGBUS