Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
fe95393f
Commit
fe95393f
authored
Dec 25, 2000
by
Lawson Whitney
Committed by
Alexandre Julliard
Dec 25, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed --config from man wine.
parent
1d7b6f95
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
12 deletions
+5
-12
wine.man.in
documentation/wine.man.in
+5
-12
No files found.
documentation/wine.man.in
View file @
fe95393f
...
...
@@ -106,10 +106,6 @@ For more information, see the
file contained in the source distribution.
.SH OPTIONS
.TP
.I --config filename
Use the named configuration file rather than the default
(@sysconfdir@/wine.conf or ~/.wine/config).
.TP
.I --debugmsg [xxx]#name[,[xxx1]#name1][,<+|->relay=yyy1[:yyy2]]
Turn debugging messages on or off.
.RS +7
...
...
@@ -279,17 +275,17 @@ by
For example, if you want to execute
.B wine
with the options
.I --managed --
config myapp.winerc
.I --managed --
display :0.2
and if
.B wine
should run the program
.I myapp.exe
with the arguments
.I --
config my.ini
somefile
.I --
display 3d
somefile
, then you could use the following command line to invoke
.B wine:
.PP
.I wine --managed --
config myapp.winerc -- myapp.exe --config my.ini
somefile
.I wine --managed --
display :0.2 -- myapp.exe --display 3d
somefile
.PP
Note that in contrast to previous versions of
.B wine,
...
...
@@ -354,16 +350,13 @@ expects a configuration file (
.I @sysconfdir@/wine.conf
), which must conform to the format specified in the
.BR wine.conf (5)
man page. A sample configuration file is
wine.ini in the base directory of
the
man page. A sample configuration file is
documentation/samples/config in
the
.B wine
source archive. Alternatively a configuration file with the name
.I config
in the ~/.wine directory of the user running
.B wine
can be used. The third option is to specify the name of the
configuration file with the
.B --config
option.
can be used.
.SH AUTHORS
.B wine
is available thanks to the work of many developers. For a listing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment