summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/toaster-manual/toaster-manual-setup-and-use.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/toaster-manual/toaster-manual-setup-and-use.xml b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
index 7247fcba2e..966c35d4d3 100644
--- a/documentation/toaster-manual/toaster-manual-setup-and-use.xml
+++ b/documentation/toaster-manual/toaster-manual-setup-and-use.xml
@@ -70,9 +70,9 @@
70 You can use the <filename>WEBPORT</filename> parameter to 70 You can use the <filename>WEBPORT</filename> parameter to
71 set a different host. 71 set a different host.
72 For example, the following command sets the host and port 72 For example, the following command sets the host and port
73 to "192.168.0.1:8400": 73 to "0.0.0.0:8400":
74 <literallayout class='monospaced'> 74 <literallayout class='monospaced'>
75 $ source toaster start webport=192.168.0.1:8400 75 $ source toaster start webport=0.0.0.0:8400
76 </literallayout> 76 </literallayout>
77 </para> 77 </para>
78 </section> 78 </section>