Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yoann Laissus
wine
Commits
fe95393f
Commit
fe95393f
authored
24 years ago
by
Lawson Whitney
Committed by
Alexandre Julliard
24 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Removed --config from man wine.
parent
1d7b6f95
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
documentation/wine.man.in
+5
-12
5 additions, 12 deletions
documentation/wine.man.in
with
5 additions
and
12 deletions
documentation/wine.man.in
+
5
−
12
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment