summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 16:31:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:30 +0100
commit719c8298a83e908c0a1648eebb606524e73f8e76 (patch)
treeefc463e4180d851f91ab59cd571c557e55decadd /documentation/dev-manual
parent591a3de2a13bdb47ca2746481f941e6570d8c598 (diff)
downloadpoky-719c8298a83e908c0a1648eebb606524e73f8e76.tar.gz
dev-manual: Edits to "Creating the Patch" section.
(From yocto-docs rev: b951f038747f7db6024eb25cbaf025f3bc167ccc) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
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 cbb003ba01..1e1c81ef4f 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2155,7 +2155,7 @@
2155 . 2155 .
2156 </literallayout></para></listitem> 2156 </literallayout></para></listitem>
2157 <listitem><para><emphasis>Stage and commit your changes</emphasis>: 2157 <listitem><para><emphasis>Stage and commit your changes</emphasis>:
2158 These Git commands list out the changed file, stage it, and then 2158 These Git commands display the modified file, stage it, and then
2159 commit the file: 2159 commit the file:
2160 <literallayout class='monospaced'> 2160 <literallayout class='monospaced'>
2161 $ git status 2161 $ git status