diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-06-14 11:19:47 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:29:23 +0100 |
commit | 111b7173fee69fe8b01ec2fa6999713841326537 (patch) | |
tree | 2d07e0b90c47711bb938f9da5cfeff4c0ce47ddf /documentation/dev-manual/dev-manual-common-tasks.xml | |
parent | ab69e1917f1c56f99caed4001a7c2631ed0aba22 (diff) | |
download | poky-111b7173fee69fe8b01ec2fa6999713841326537.tar.gz |
dev-manual: Fixed grammar issue.
Fixed in "Selecting an Initialization Manager" section.
Extraneous word needed removed.
(From yocto-docs rev: ab97d36299a7a648bc3f3325175d8ab633ad2d1a)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index a76a323dcd..9231d1416e 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -10821,7 +10821,7 @@ | |||
10821 | <title>Using systemd Exclusively</title> | 10821 | <title>Using systemd Exclusively</title> |
10822 | 10822 | ||
10823 | <para> | 10823 | <para> |
10824 | Set the these variables in your distribution configuration | 10824 | Set these variables in your distribution configuration |
10825 | file as follows: | 10825 | file as follows: |
10826 | <literallayout class='monospaced'> | 10826 | <literallayout class='monospaced'> |
10827 | DISTRO_FEATURES_append = " systemd" | 10827 | DISTRO_FEATURES_append = " systemd" |