aboutsummaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-07-14 11:16:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-19 15:04:51 +0100
commitb09a3adb642a729c0bde1734d203fc3cfa53a7b9 (patch)
tree465cbd610516217625adf16ece2e6bf6908b6feb /documentation
parent640181cce81663b0a2055592382d127eac5d63ba (diff)
downloadopenembedded-core-contrib-b09a3adb642a729c0bde1734d203fc3cfa53a7b9.tar.gz
toaster-manual: Changed the Webport address:
Using 0.0.0.0:8400 as a better way to set up this address. Easier on the user. (From yocto-docs rev: bef463d2743989596388fda7e97119f43da045a8) 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/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 @@
You can use the <filename>WEBPORT</filename> parameter to
set a different host.
For example, the following command sets the host and port
- to "192.168.0.1:8400":
+ to "0.0.0.0:8400":
<literallayout class='monospaced'>
- $ source toaster start webport=192.168.0.1:8400
+ $ source toaster start webport=0.0.0.0:8400
</literallayout>
</para>
</section>