All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Ref-manual: fix typo for XDG_RUNTIME_DIR variable value
@ 2014-02-18  2:18 Chengwei Yang
  2014-02-20 13:40 ` Rifenbark, Scott M
  0 siblings, 1 reply; 2+ messages in thread
From: Chengwei Yang @ 2014-02-18  2:18 UTC (permalink / raw)
  To: yocto

Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
---
 documentation/ref-manual/technical-details.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 51b9148..106bb2c 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -1005,7 +1005,7 @@
                     <literallayout class='monospaced'>
      mkdir -p /tmp/$USER-weston
      chmod 0700 /tmp/$USER-weston
-     export XDG_RUNTIME_DIR=/tmp/$USER=weston
+     export XDG_RUNTIME_DIR=/tmp/$USER-weston
                     </literallayout></para></listitem>
                 <listitem><para>Launch Weston in the shell:
                     <literallayout class='monospaced'>
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Ref-manual: fix typo for XDG_RUNTIME_DIR variable value
  2014-02-18  2:18 [PATCH] Ref-manual: fix typo for XDG_RUNTIME_DIR variable value Chengwei Yang
@ 2014-02-20 13:40 ` Rifenbark, Scott M
  0 siblings, 0 replies; 2+ messages in thread
From: Rifenbark, Scott M @ 2014-02-20 13:40 UTC (permalink / raw)
  To: Yang, Chengwei, yocto

Chengwei, 

Thanks for reporting this.  I have applied the patch to both the master (1.6) and dora branches of the yocto-docs Git repository.  You can see the change at http://www.yoctoproject.org/docs/latest/ref-manual/ref-manual.html#running-weston and at http://www.yoctoproject.org/docs/1.5.1/ref-manual/ref-manual.html#running-weston. 

Scott

>-----Original Message-----
>From: yocto-bounces@yoctoproject.org [mailto:yocto-
>bounces@yoctoproject.org] On Behalf Of Chengwei Yang
>Sent: Monday, February 17, 2014 6:19 PM
>To: yocto@yoctoproject.org
>Subject: [yocto] [PATCH] Ref-manual: fix typo for XDG_RUNTIME_DIR variable
>value
>
>Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
>---
> documentation/ref-manual/technical-details.xml |    2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/documentation/ref-manual/technical-details.xml
>b/documentation/ref-manual/technical-details.xml
>index 51b9148..106bb2c 100644
>--- a/documentation/ref-manual/technical-details.xml
>+++ b/documentation/ref-manual/technical-details.xml
>@@ -1005,7 +1005,7 @@
>                     <literallayout class='monospaced'>
>      mkdir -p /tmp/$USER-weston
>      chmod 0700 /tmp/$USER-weston
>-     export XDG_RUNTIME_DIR=/tmp/$USER=weston
>+     export XDG_RUNTIME_DIR=/tmp/$USER-weston
>                     </literallayout></para></listitem>
>                 <listitem><para>Launch Weston in the shell:
>                     <literallayout class='monospaced'>
>--
>1.7.9.5
>
>_______________________________________________
>yocto mailing list
>yocto@yoctoproject.org
>https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-20 13:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18  2:18 [PATCH] Ref-manual: fix typo for XDG_RUNTIME_DIR variable value Chengwei Yang
2014-02-20 13:40 ` Rifenbark, Scott M

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.