summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-08-09 17:12:10 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-13 13:18:57 +0100
commit0615dc0a57b841a1fd2a6419459bdda1f15dfc34 (patch)
treed41b605c1c8ccc528e01258fecc5a2bbba8f68ca /documentation/dev-manual/dev-manual-common-tasks.xml
parente0fa185bf6e059104253610621b446cc3c56c692 (diff)
downloadpoky-0615dc0a57b841a1fd2a6419459bdda1f15dfc34.tar.gz
dev-manual, ref-manual, yocto-project-qs: Debian support added
Fixes [YOCTO #4912] Throughout the manual set, various areas talk about the Linux distributions we support and the required packages among other items that are tied to a distro. Debian had been missing except from the list in the ref-manual that shows the releases we test against. I have attended to all areas where Debian needs to be mentioned now. Reported-by: Laszlo Papp <lpapp@kde.org> (From yocto-docs rev: 2004567821add745d320106b0dc6cccb4f73b605) 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/dev-manual-common-tasks.xml')
-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 2d4282e1ce..d5c97c0538 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3496,7 +3496,7 @@
3496 <literallayout class='monospaced'> 3496 <literallayout class='monospaced'>
3497 service httpd reload 3497 service httpd reload
3498 </literallayout> 3498 </literallayout>
3499 For Ubuntu, use the following: 3499 For Ubuntu and Debian, use the following:
3500 <literallayout class='monospaced'> 3500 <literallayout class='monospaced'>
3501 /etc/init.d/apache2 reload 3501 /etc/init.d/apache2 reload
3502 </literallayout> 3502 </literallayout>