From: Stefano Lattarini Date: Thu, 6 Oct 2011 08:40:23 +0000 (+0200) Subject: docs: we prefer US English spelling over British one X-Git-Tag: v2.68b~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0cb97afdae276a8179fa028510a8fda687abdbb;p=thirdparty%2Fautoconf.git docs: we prefer US English spelling over British one * doc/autoconf.texi (Parallel Make): Prefer `behavior' over `behaviour' in a couple of places. --- diff --git a/ChangeLog b/ChangeLog index b74208ff..3a7c47e1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2011-10-06 Stefano Lattarini + + 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 docs: some fixlets in section about shell signal handling diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 56ce9902..2ab4599b 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -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: