Protect the backslashes we mean to have show from groff.
This commit is contained in:
parent
ddedfa2324
commit
ee35e72771
@ -203,10 +203,10 @@ Examples:
|
|||||||
Try to load comdlg32 and commdlg as native windows dll first and try
|
Try to load comdlg32 and commdlg as native windows dll first and try
|
||||||
the builtin version if the native load fails.
|
the builtin version if the native load fails.
|
||||||
.br
|
.br
|
||||||
.I --dll shell,shell32=n --dll c:\\foo\\bar\\baz=b
|
.I --dll shell,shell32=n --dll c:\(rs\(rsfoo\(rs\(rsbar\(rs\(rsbaz=b
|
||||||
.br
|
.br
|
||||||
Try to load the libraries shell and shell32 as native windows dlls. Furthermore, if
|
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:\(rsfoo\(rsbar\(rsbaz.dll load the builtin library baz.
|
||||||
.br
|
.br
|
||||||
.I --dll comdlg32,commdlg=e,n:shell,shell32=b+comctl32,commctrl=n
|
.I --dll comdlg32,commdlg=e,n:shell,shell32=b+comctl32,commctrl=n
|
||||||
.br
|
.br
|
||||||
@ -246,13 +246,13 @@ Possible arguments are: win31, win95, nt351, and nt40.
|
|||||||
.SH PROGRAM/ARGUMENTS
|
.SH PROGRAM/ARGUMENTS
|
||||||
The program name may be specified in DOS format (
|
The program name may be specified in DOS format (
|
||||||
.I
|
.I
|
||||||
C:\\WINDOWS\\SOL.EXE)
|
C:\(rs\(rsWINDOWS\(rs\(rsSOL.EXE)
|
||||||
or in Unix format (
|
or in Unix format (
|
||||||
.I /msdos/windows/sol.exe
|
.I /msdos/windows/sol.exe
|
||||||
). The program being executed may be passed arguments by adding them on
|
). The program being executed may be passed arguments by adding them on
|
||||||
to the end of the command line invoking
|
to the end of the command line invoking
|
||||||
.B wine
|
.B wine
|
||||||
(such as: wine notepad C:\\TEMP\\README.TXT). Command line processing goes as
|
(such as: wine notepad C:\(rs\(rsTEMP\(rs\(rsREADME.TXT). Command line processing goes as
|
||||||
follows: first
|
follows: first
|
||||||
.B wine
|
.B wine
|
||||||
checks, if one or more of the above mentioned
|
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
|
man page. A sample configuration file is wine.ini in the base directory of the
|
||||||
.B wine
|
.B wine
|
||||||
source archive. Alternatively a configuration file with the name
|
source archive. Alternatively a configuration file with the name
|
||||||
.I winerc
|
.I.winerc
|
||||||
in the home directory of the user running
|
in the home directory of the user running
|
||||||
.B wine
|
.B wine
|
||||||
can be used. The third option is to specify the name of the
|
can be used. The third option is to specify the name of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user