summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-08 13:01:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:18 +0100
commit853db300f513cd386fdabea2825ce62687f44fb8 (patch)
treeed9b11babf35f0d16878ea37ee8993b42cd9dcfa /documentation
parentf07fedb2fb12184e0b1bdf18d2924433b2ae0d02 (diff)
downloadpoky-853db300f513cd386fdabea2825ce62687f44fb8.tar.gz
dev-manual: Applied edits to the package feed section.
Fixes [YOCTO #1882] (From yocto-docs rev: ffa3d03fe20f8ba38d1ac508aa208415baa9caf2) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 376027f8b5..b7b623a255 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -7677,8 +7677,8 @@
7677 You can start the server by running the following 7677 You can start the server by running the following
7678 commands from the recently created directory: 7678 commands from the recently created directory:
7679 <literallayout class='monospaced'> 7679 <literallayout class='monospaced'>
7680 $ cd {TMPDIR}/deploy/\\packageformat\\ 7680 $ cd /var/www/my_repo
7681 $ python -m SimpleHTTPServer 7681 $ python m SimpleHTTPServer
7682 </literallayout> 7682 </literallayout>
7683 </para></listitem> 7683 </para></listitem>
7684 </orderedlist> 7684 </orderedlist>
@@ -7691,7 +7691,7 @@
7691 <para> 7691 <para>
7692 Setting up the target differs depending on the 7692 Setting up the target differs depending on the
7693 package management system. 7693 package management system.
7694 This section provides information for RPM and IPK. 7694 This section provides information for RPM, IPK, and DEB.
7695 </para> 7695 </para>
7696 7696
7697 <section id='runtime-package-management-target-rpm'> 7697 <section id='runtime-package-management-target-rpm'>