summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 296ab6c148..dd5700cc98 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -2258,7 +2258,7 @@
2258 For this scenario, you need to start the PR Service using 2258 For this scenario, you need to start the PR Service using
2259 the <filename>bitbake-prserv</filename> command: 2259 the <filename>bitbake-prserv</filename> command:
2260 <literallayout class='monospaced'> 2260 <literallayout class='monospaced'>
2261 bitbake-prserve &dash;&dash;host &lt;ip&gt; &dash;&dash;port &lt;port&gt; &dash;&dash;start 2261 bitbake-prserv &dash;&dash;host &lt;ip&gt; &dash;&dash;port &lt;port&gt; &dash;&dash;start
2262 </literallayout> 2262 </literallayout>
2263 In addition to hand-starting the service, you need to 2263 In addition to hand-starting the service, you need to
2264 update the <filename>local.conf</filename> file of each 2264 update the <filename>local.conf</filename> file of each
@@ -2407,7 +2407,7 @@
2407 </para> 2407 </para>
2408 2408
2409 <para> 2409 <para>
2410 To handle optional modual packaging, you need to do two things: 2410 To handle optional module packaging, you need to do two things:
2411 <itemizedlist> 2411 <itemizedlist>
2412 <listitem><para>Ensure the module packaging is actually 2412 <listitem><para>Ensure the module packaging is actually
2413 done</para></listitem> 2413 done</para></listitem>