summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-01 14:50:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:44 +0100
commit08938e662025fbf4570ae4404220a6c759973f97 (patch)
tree4f19a48fe91efadcaa230c014797e3408a5bc7e5 /documentation
parent184a6f0c8820707919373f4eb8648155526862fc (diff)
downloadast2050-yocto-poky-08938e662025fbf4570ae4404220a6c759973f97.zip
ast2050-yocto-poky-08938e662025fbf4570ae4404220a6c759973f97.tar.gz
dev-manual: fixed three grammar issues.
(From yocto-docs rev: 56c7b78d17951917611c8b849d6ae4e98297f899) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 5da9861..2bcd7d0 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2115,7 +2115,7 @@
You need to name it using your distribution name
(e.g. <filename>mydistro.conf</filename>).</para>
<para>You can split out parts of your configuration file
- into include file and then "require" them from within
+ into include files and then "require" them from within
your distribution configuration file.
Be sure to place the include files in the
<filename>conf/distro/include</filename> directory of
@@ -2318,7 +2318,7 @@
<listitem><para><filename>merge_config.sh</filename>:
Helps you manage configuration files and fragments
within the kernel.
- With this tool you can merge individual configuration
+ With this tool, you can merge individual configuration
fragments together.
The tool allows you to make overrides and warns you
of any missing configuration options.
@@ -2589,7 +2589,7 @@
</para></listitem>
<listitem><para>Handling a package name alias
</para></listitem>
- <listitem><para>Handling option module packaging
+ <listitem><para>Handling optional module packaging
</para></listitem>
</itemizedlist>
</para>
@@ -3134,7 +3134,7 @@
By default, the Yocto Project uses
<filename>SysVinit</filename> as the initialization manager.
However, support also exists for <filename>systemd</filename>,
- which is a full replacement of for <filename>init</filename> with
+ which is a full replacement for <filename>init</filename> with
parallel starting of services, reduced shell overhead and other
features, used by many distributions.
</para>
OpenPOWER on IntegriCloud