summaryrefslogtreecommitdiffstats
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:35 +0000
commit5e2d6a39656d977697474e3bda6c461e917ade51 (patch)
treeb556e643f2cccddd41652a02c301fdc24a8852ad
parent2c9202770fa3184dc5dbd649e7451392fcb62eb3 (diff)
downloadpoky-5e2d6a39656d977697474e3bda6c461e917ade51.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: 39cd1d39f550f19b391c037639b9ed6493b08cde) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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'>