diff options
author | Chengwei Yang <chengwei.yang@intel.com> | 2014-02-20 07:16:26 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:35 +0000 |
commit | 5e2d6a39656d977697474e3bda6c461e917ade51 (patch) | |
tree | b556e643f2cccddd41652a02c301fdc24a8852ad /documentation/ref-manual/technical-details.xml | |
parent | 2c9202770fa3184dc5dbd649e7451392fcb62eb3 (diff) | |
download | poky-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>
Diffstat (limited to 'documentation/ref-manual/technical-details.xml')
-rw-r--r-- | documentation/ref-manual/technical-details.xml | 2 |
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'> |