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>
This commit is contained in:
Scott Rifenbark 2013-04-01 14:50:02 -07:00 committed by Richard Purdie
parent 184a6f0c88
commit 08938e6620
1 changed files with 4 additions and 4 deletions

View File

@ -2115,7 +2115,7 @@
You need to name it using your distribution name You need to name it using your distribution name
(e.g. <filename>mydistro.conf</filename>).</para> (e.g. <filename>mydistro.conf</filename>).</para>
<para>You can split out parts of your configuration file <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. your distribution configuration file.
Be sure to place the include files in the Be sure to place the include files in the
<filename>conf/distro/include</filename> directory of <filename>conf/distro/include</filename> directory of
@ -2318,7 +2318,7 @@
<listitem><para><filename>merge_config.sh</filename>: <listitem><para><filename>merge_config.sh</filename>:
Helps you manage configuration files and fragments Helps you manage configuration files and fragments
within the kernel. within the kernel.
With this tool you can merge individual configuration With this tool, you can merge individual configuration
fragments together. fragments together.
The tool allows you to make overrides and warns you The tool allows you to make overrides and warns you
of any missing configuration options. of any missing configuration options.
@ -2589,7 +2589,7 @@
</para></listitem> </para></listitem>
<listitem><para>Handling a package name alias <listitem><para>Handling a package name alias
</para></listitem> </para></listitem>
<listitem><para>Handling option module packaging <listitem><para>Handling optional module packaging
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
@ -3134,7 +3134,7 @@
By default, the Yocto Project uses By default, the Yocto Project uses
<filename>SysVinit</filename> as the initialization manager. <filename>SysVinit</filename> as the initialization manager.
However, support also exists for <filename>systemd</filename>, 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 parallel starting of services, reduced shell overhead and other
features, used by many distributions. features, used by many distributions.
</para> </para>