]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
docs: we prefer US English spelling over British one
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 6 Oct 2011 08:40:23 +0000 (10:40 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 6 Oct 2011 08:40:23 +0000 (10:40 +0200)
* doc/autoconf.texi (Parallel Make): Prefer `behavior' over
`behaviour' in a couple of places.

ChangeLog
doc/autoconf.texi

index b74208ff32f5f9848a91b0464e3869b9df563587..3a7c47e108514f981588a0a566c9673a280797dd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-10-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       docs: we prefer US English spelling over British one
+       * doc/autoconf.texi (Parallel Make): Prefer `behavior' over
+       `behaviour' in a couple of places.
+
 2011-10-06  Stefano Lattarini  <stefano.lattarini@gmail.com>
 
        docs: some fixlets in section about shell signal handling
index 56ce99029eb8d046bec441eaf6168818d895c355..2ab4599bda3ac1097069b34e0e6ff36b0a6d2b2d 100644 (file)
@@ -20040,7 +20040,7 @@ LINE:
 Moreover, when FreeBSD @command{make} (up at least to 8.2) is run in
 parallel mode, it implements the @code{@@} and @code{-} ``recipe
 modifiers'' by dynamically modifying the active shell flags.  This
-behaviour has the effects of potentially clobbering the exit status
+behavior has the effects of potentially clobbering the exit status
 of recipes silenced with the @code{@@} modifier if they also unset
 the @option{errexit} shell flag, and of mangling the output in
 unexpected ways:
@@ -20076,7 +20076,7 @@ Some make implementations (among them, FreeBSD @command{make}, NetBSD
 @command{make}, and Solaris @command{dmake}), when invoked with a
 @option{-j@var{N}} option, connect the standard output and standard
 error of all their child processes to pipes or temporary regular
-files.  This can lead to subtly different semantics in the behaviour
+files.  This can lead to subtly different semantics in the behavior
 of the spawned processes.  For example, even if the @command{make}
 standard output is connected to a tty, the recipe command will not be: