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
ee35e727
Commit
ee35e727
authored
24 years ago
by
Lawson Whitney
Committed by
Alexandre Julliard
24 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Protect the backslashes we mean to have show from groff.
parent
ddedfa23
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
-5
5 additions, 5 deletions
documentation/wine.man.in
with
5 additions
and
5 deletions
documentation/wine.man.in
+
5
−
5
View file @
ee35e727
...
...
@@ -203,10 +203,10 @@ Examples:
Try to load comdlg32 and commdlg as native windows dll first and try
the builtin version if the native load fails.
.br
.I --dll shell,shell32=n --dll c:\
\foo\\bar\\
baz=b
.I --dll shell,shell32=n --dll c:\
(rs\(rsfoo\(rs\(rsbar\(rs\(rs
baz=b
.br
Try to load the libraries shell and shell32 as native windows dlls. Furthermore, if
an application request to load c:\
\
foo\
\
bar\
\
baz.dll load the builtin library baz.
an application request to load c:\
(rs
foo\
(rs
bar\
(rs
baz.dll load the builtin library baz.
.br
.I --dll comdlg32,commdlg=e,n:shell,shell32=b+comctl32,commctrl=n
.br
...
...
@@ -246,13 +246,13 @@ Possible arguments are: win31, win95, nt351, and nt40.
.SH PROGRAM/ARGUMENTS
The program name may be specified in DOS format (
.I
C:\
\
WINDOWS\
\
SOL.EXE)
C:\
(rs\(rs
WINDOWS\
(rs\(rs
SOL.EXE)
or in Unix format (
.I /msdos/windows/sol.exe
). The program being executed may be passed arguments by adding them on
to the end of the command line invoking
.B wine
(such as: wine notepad C:\
\TEMP\\
README.TXT). Command line processing goes as
(such as: wine notepad C:\
(rs\(rsTEMP\(rs\(rs
README.TXT). Command line processing goes as
follows: first
.B wine
checks, if one or more of the above mentioned
...
...
@@ -327,7 +327,7 @@ expects a configuration file (
man page. A sample configuration file is wine.ini in the base directory of the
.B wine
source archive. Alternatively a configuration file with the name
.I
winerc
.I
.
winerc
in the home directory of the user running
.B wine
can be used. The third option is to specify the name of the
...
...
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