Module: docs
Branch: master
Commit: 020da79da4b60d3890eda4cd425989c545aab5a3
URL: http://source.winehq.org/git/docs.git/?a=commit;h=020da79da4b60d3890eda4cd4…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Tue May 4 20:48:04 2010 +0200
wineusr: Fix a typo.
---
en/wineusr-running.sgml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/en/wineusr-running.sgml b/en/wineusr-running.sgml
index 106be37..dda25cc 100644
--- a/en/wineusr-running.sgml
+++ b/en/wineusr-running.sgml
@@ -427,7 +427,7 @@ Path="c:\windows;c:\windows\system;e:\;e:\test;f:\"
bash.
</para>
<para>Note however that there are some exceptions to the rule:
- If you want to change the PATH, SYSTEM or TEMP variables, the of course
+ If you want to change the PATH, SYSTEM or TEMP variables, then of course
you can't modify it that way, since this will alter the Unix environment
settings. Instead, you should set them into the registry. To set them
you should launch <userinput>wine regedit</userinput> and then go to the
Module: docs
Branch: master
Commit: 619f21882bbca71107e7c16d65e839154fdd63fe
URL: http://source.winehq.org/git/docs.git/?a=commit;h=619f21882bbca71107e7c16d6…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Tue May 4 20:48:00 2010 +0200
wineusr: Unix paths are supported.
---
en/wineusr-running.sgml | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/en/wineusr-running.sgml b/en/wineusr-running.sgml
index f36383f..106be37 100644
--- a/en/wineusr-running.sgml
+++ b/en/wineusr-running.sgml
@@ -90,8 +90,8 @@ Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
in the <parameter>Path</parameter> environment variable, you can
simply give the executable file name. However, if the executable
is not in <parameter>Path</parameter>, you must give the full path to
- the executable (in Windows format, not UNIX format!). For
- example, given a <parameter>Path</parameter> of the following:
+ the executable. For example, given a <parameter>Path</parameter>
+ of the following:
</para>
<screen>
Path="c:\windows;c:\windows\system;e:\;e:\test;f:\"
@@ -112,7 +112,11 @@ Path="c:\windows;c:\windows\system;e:\;e:\test;f:\"
</screen>
<para>
(note the backslash-escaped "\" !)
+ or:
</para>
+ <screen>
+<prompt>$</prompt> <userinput>wine ~/.wine/drive_c/myapps/foo.exe</userinput>
+ </screen>
<para>
For details on running text mode (CUI) executables, read the
<link linkend="CUI-programs">section</link> below.