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-06-21 12:59:07 +0100
commitca519a1ea59f0ea8b841ba46c4d3f6ec5b30092f (patch)
tree099fb1cc2d6f77f948dcc6ba5c494c63e752612a /documentation
parent6b3b444c355a34e632d66fdc7828d97d8b5b8aaa (diff)
downloadpoky-ca519a1ea59f0ea8b841ba46c4d3f6ec5b30092f.tar.gz
dev-manual: Applied edits to the package feed section.
Fixes [YOCTO #1882] (From yocto-docs rev: 12e6b9f21fc6067389ea7632b5991d45173ae2ff) 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'>