summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorChengwei Yang <chengwei.yang@intel.com>2014-02-20 07:16:26 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:59 +0000
commit9a6398c1449f3cbf1d14cefbea816b88bf4dd22b (patch)
tree2fa6e90a558be54e26e5568e1d57f150c08796d2 /documentation
parent75dfa194d824bce7c6f5a626c127111b79a62893 (diff)
downloadpoky-9a6398c1449f3cbf1d14cefbea816b88bf4dd22b.tar.gz
ref-manual: Fixed error in example for export XDG_RUNTIME_DIR
export XDG_RUNTIME_DIR=/tmp/$USER-weston used instead of export XDG_RUNTIME_DIR=/tmp/$USER=weston (From yocto-docs rev: 08789cd32f110f0a32e19fa1a8499076ca02a317) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/technical-details.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 51b9148e3e..106bb2c315 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -1005,7 +1005,7 @@
1005 <literallayout class='monospaced'> 1005 <literallayout class='monospaced'>
1006 mkdir -p /tmp/$USER-weston 1006 mkdir -p /tmp/$USER-weston
1007 chmod 0700 /tmp/$USER-weston 1007 chmod 0700 /tmp/$USER-weston
1008 export XDG_RUNTIME_DIR=/tmp/$USER=weston 1008 export XDG_RUNTIME_DIR=/tmp/$USER-weston
1009 </literallayout></para></listitem> 1009 </literallayout></para></listitem>
1010 <listitem><para>Launch Weston in the shell: 1010 <listitem><para>Launch Weston in the shell:
1011 <literallayout class='monospaced'> 1011 <literallayout class='monospaced'>