From e0cb97afdae276a8179fa028510a8fda687abdbb Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Thu, 6 Oct 2011 10:40:23 +0200 Subject: [PATCH] docs: we prefer US English spelling over British one * doc/autoconf.texi (Parallel Make): Prefer `behavior' over `behaviour' in a couple of places. --- ChangeLog | 6 ++++++ doc/autoconf.texi | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b74208ff3..3a7c47e10 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 56ce99029..2ab4599bd 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: -- 2.47.3