summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-19 19:42:30 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-21 11:25:39 +0000
commita34060c956a0ae0d11dd0bd1f8909a229eaf3492 (patch)
tree2e597e08f97d3d75fd39d735a34ff6ee7b6fb739 /bitbake/doc
parent28aa26c152de29bd6ef889ffe1305ca83648c2fa (diff)
downloadpoky-a34060c956a0ae0d11dd0bd1f8909a229eaf3492.tar.gz
bitbake: bitbake-user-manual: fix typo
(Bitbake rev: 3ebaba2b2eada35e26c1105291de0d85bd6d2bb8) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
index 9580f31d12..e912918aaf 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst
@@ -894,7 +894,7 @@ Regardless of the type of function, you can only define them in class
894Shell Functions 894Shell Functions
895--------------- 895---------------
896 896
897Functions written in shell script and executed either directly as 897Functions written in shell script are executed either directly as
898functions, tasks, or both. They can also be called by other shell 898functions, tasks, or both. They can also be called by other shell
899functions. Here is an example shell function definition:: 899functions. Here is an example shell function definition::
900 900