[PATCH] loader/wine.man.in: Document the WINEPATH environment variable.

Mike Swanson mikeonthecomputer at gmail.com
Thu Jan 26 12:08:48 CST 2017


Signed-off-by: Mike Swanson <mikeonthecomputer at gmail.com>
---
 loader/wine.man.in | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/loader/wine.man.in b/loader/wine.man.in
index 1439b3c70d..4362caf360 100644
--- a/loader/wine.man.in
+++ b/loader/wine.man.in
@@ -201,6 +201,18 @@ the builtin load fails; load shell32 always as builtin and comctl32
 always as native; oleaut32 will be disabled.
 .RE
 .TP
+.B WINEPATH
+Specifies additional path(s) to be prefixed to the default Windows
+.B PATH
+environment variable. This is a list of directories separated by ";".
+Unix and Windows style paths are both supported.
+.RS
+.PP
+For a permanent alternative, edit (create if needed) the
+.B HKEY_CURRENT_USER\\\\Environment\\\\PATH
+registry value.
+.RE
+.TP
 .B WINEARCH
 Specifies the Windows architecture to support. It can be set either to
 .B win32
-- 
2.11.0




More information about the wine-patches mailing list