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
b37b863b
Commit
b37b863b
authored
23 years ago
by
Lawson Whitney
Committed by
Alexandre Julliard
23 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Reconciled the wine man pages to the absence of wine.conf.
parent
8c03474b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
documentation/wine.conf.man.in
+5
-17
5 additions, 17 deletions
documentation/wine.conf.man.in
documentation/wine.man.in
+6
-12
6 additions, 12 deletions
documentation/wine.man.in
with
11 additions
and
29 deletions
documentation/wine.conf.man.in
+
5
−
17
View file @
b37b863b
.\" -*- nroff -*-
.TH WINE.CONF 5 "
December
5, 200
0
" "Version 200
01202
" "Wine Configuration File"
.TH WINE.CONF 5 "
August
5, 200
1
" "Version 200
10731
" "Wine Configuration File"
.SH NAME
wine.conf \- Wine configuration file
.SH DESCRIPTION
.B wine
expects a configuration file (
.I @sysconfdir@/wine.conf
), which should conform to the following rules. Common locations are
/usr/local/etc/wine.conf or (in some distributions)
/etc/wine.conf. The actual directory where that file resides may be
specified during the execution of the
.B configure
script with the --sysconfdir option. Alternatively, you may have a
file named
.I config
in this format in your ~/.wine directory or in the directory named in
the
.B WINEPREFIX
environment variable. A sample configuration file is available as
.I $WINEPREFIX/config
(~/.wine/config)
), which should conform to the following rules.
A sample configuration file is available as
.I documentation/samples/config
in the Wine source distribution.
.SH CONFIGURATION FILE FORMAT
...
...
@@ -273,9 +264,6 @@ A sample configuration file is distributed as
in the Wine source distribution.
.SH FILES
.TP
.I @sysconfdir@/wine.conf
Global configuration file for wine.
.TP
.I ~/.wine/config
User-specific configuration file
.SH ENVIRONMENT VARIABLES
...
...
This diff is collapsed.
Click to expand it.
documentation/wine.man.in
+
6
−
12
View file @
b37b863b
.\" -*- nroff -*-
.TH WINE 1 "A
pr 19
, 2001" "Version 20010
418
" "Windows On Unix"
.TH WINE 1 "A
ug 5
, 2001" "Version 20010
731
" "Windows On Unix"
.SH NAME
wine \- run Windows programs on Unix
.SH SYNOPSIS
...
...
@@ -225,7 +225,8 @@ All
.B wine
processes using the same
.B wineserver
(i.e.: same user) share certain things like registry and shared memory.
(i.e.: same user) share certain things like registry, shared memory,
and config file.
By setting
.I WINEPREFIX
to different values for different
...
...
@@ -265,16 +266,13 @@ Specifies the X11 display to use.
.SH CONFIGURATION FILE
.B wine
expects a configuration file (
.I @sysconfdir@/wine.conf
.I $WINEPREFIX/config
(~/.wine/config)
), which must conform to the format specified in the
.BR wine.conf (5)
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.
source archive.
.SH AUTHORS
.B wine
is available thanks to the work of many developers. For a listing
...
...
@@ -369,10 +367,6 @@ Directory containing
.B wine's
shared libraries
.TP
.I @sysconfdir@/wine.conf
Global configuration file for
.B wine.
.TP
.I ~/.wine/config
User-specific configuration file
.TP
...
...
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