From: Scott Rifenbark Date: Tue, 26 Mar 2013 17:56:12 +0000 (-0700) Subject: ref-manual: Punctuation fix in "Logging With Bash" section. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=187ed1edf787a633f46d12c95e2a9f1eba017407;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Punctuation fix in "Logging With Bash" section. (From yocto-docs rev: 7b13b4b664802b31233ac3638913091d3a7af45c) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 6d931be2170..d6d7e5228fd 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml @@ -350,7 +350,7 @@ Logging With Bash When creating recipes using Bash and inserting code that handles build - logs you have the same goals - informative with minimal console output. + logs, you have the same goals - informative with minimal console output. The syntax you use for recipes written in Bash is similar to that of recipes written in Python described in the previous section.