Standardize the BUGS, AVAILABILITY and SEE ALSO sections across all man pages.
This commit is contained in:
parent
be6d9e553c
commit
dcc97a186d
|
@ -257,7 +257,7 @@ debugger
|
||||||
.TP
|
.TP
|
||||||
.I @dlldir@
|
.I @dlldir@
|
||||||
Directory containing
|
Directory containing
|
||||||
.BR wine 's
|
.BR wine
|
||||||
shared libraries
|
shared libraries
|
||||||
.TP
|
.TP
|
||||||
.I $WINEPREFIX/dosdevices
|
.I $WINEPREFIX/dosdevices
|
||||||
|
@ -287,43 +287,28 @@ license is in the file
|
||||||
in the top-level directory of the source distribution.
|
in the top-level directory of the source distribution.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.PP
|
.PP
|
||||||
A status report on many applications is available from
|
A status report on many applications is available from the
|
||||||
.IR http://appdb.winehq.org .
|
.UR http://appdb.winehq.org
|
||||||
|
.B Wine Application Database
|
||||||
|
.UE .
|
||||||
Please add entries to this list for applications you currently run, if
|
Please add entries to this list for applications you currently run, if
|
||||||
there is no entry for this application.
|
necessary.
|
||||||
.PP
|
.PP
|
||||||
Bug reports may be posted to Wine Bugzilla
|
Bugs can be reported on the
|
||||||
.IR http://bugs.winehq.org .
|
.UR http://bugs.winehq.org
|
||||||
If you want to post a bug report, please see
|
.B Wine bug tracker
|
||||||
.IR http://wiki.winehq.org/Bugs .
|
.UE .
|
||||||
.PP
|
|
||||||
Problems and suggestions with this manpage can also be reported on
|
|
||||||
.IR http://bugs.winehq.org .
|
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
The most recent public version of
|
The most recent public version of
|
||||||
.B wine
|
.B wine
|
||||||
can be downloaded from
|
is available through WineHQ, the
|
||||||
.IR http://www.winehq.org/download .
|
.UR http://www.winehq.org/
|
||||||
.PP
|
.B Wine development headquarters
|
||||||
The latest snapshot of the code may be obtained via GIT. For information
|
.UE .
|
||||||
on how to do this, please see
|
|
||||||
.I
|
|
||||||
http://www.winehq.org/site/git
|
|
||||||
.PP
|
|
||||||
WineHQ, the
|
|
||||||
.B wine
|
|
||||||
development headquarters, is at
|
|
||||||
.IR http://www.winehq.org .
|
|
||||||
This website contains a great deal of information about
|
|
||||||
.BR wine .
|
|
||||||
.PP
|
|
||||||
For further information about
|
|
||||||
.B wine
|
|
||||||
development, you might want to subscribe to the
|
|
||||||
.B wine
|
|
||||||
mailing lists at
|
|
||||||
.IR http://www.winehq.org/forums .
|
|
||||||
|
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wineserver (1),
|
.BR wineserver (1),
|
||||||
.BR winedbg (1)
|
.BR winedbg (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -100,5 +100,21 @@ Unregister MSI service.
|
||||||
.IP "\fx/?\fR"
|
.IP "\fx/?\fR"
|
||||||
Same as /h.
|
Same as /h.
|
||||||
|
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B msiexec
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1),
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -2,10 +2,26 @@
|
||||||
.SH NAME
|
.SH NAME
|
||||||
notepad \- Wine text editor
|
notepad \- Wine text editor
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.BR "notepad "\fI[text file]\fR "
|
.BR "notepad "\fI[text\ file]\fR "
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B notepad
|
.B notepad
|
||||||
is the Wine text editor, designed to be compatible with its Microsoft Windows counterpart.
|
is the Wine text editor, designed to be compatible with its Microsoft Windows counterpart.
|
||||||
It supports ANSI, UTF-8 and UTF-16 files, and can read (but not write) files with Unix line endings.
|
It supports ANSI, UTF-8 and UTF-16 files, and can read (but not write) files with Unix line endings.
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B notepad
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
.SH NAME
|
.SH NAME
|
||||||
regedit \- Wine registry editor
|
regedit \- Wine registry editor
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.BR "regedit "\fI[text file]\fR "
|
.BR "regedit "\fI[text\ file]\fR "
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B regedit
|
.B regedit
|
||||||
is the Wine registry editor, designed to be compatible with its Microsoft Windows counterpart.
|
is the Wine registry editor, designed to be compatible with its Microsoft Windows counterpart.
|
||||||
|
@ -14,19 +14,35 @@ The switches are case\-insensitive and can be prefixed either by '\-' or '/'.
|
||||||
\fB\-E\fR \fIfile\fR [\fIregpath\fR]
|
\fB\-E\fR \fIfile\fR [\fIregpath\fR]
|
||||||
Exports the content of the specified registry key to the specified \fIfile\fR. It exports
|
Exports the content of the specified registry key to the specified \fIfile\fR. It exports
|
||||||
the whole registry if no key is specified.
|
the whole registry if no key is specified.
|
||||||
.IP "\-D " regpath
|
.IP \fB\-D\fR\ regpath
|
||||||
Deletes the specified registry key.
|
Deletes the specified registry key.
|
||||||
.IP \-S
|
.IP \fB\-S\fR
|
||||||
Run regedit silently (ignored, CLI mode is always silent). This exists for compatibility with Windows regedit.
|
Run regedit silently (ignored, CLI mode is always silent). This exists for compatibility with Windows regedit.
|
||||||
.IP \-V
|
.IP \fB\-V\fR
|
||||||
Run regedit in advanced mode (ignored). This exists for compatibility with Windows regedit.
|
Run regedit in advanced mode (ignored). This exists for compatibility with Windows regedit.
|
||||||
.IP "\-L " location
|
.IP \fB\-L\fR\ location
|
||||||
Specifies the location of the system.dat registry file (ignored). This exists for compatibility with Windows regedit.
|
Specifies the location of the system.dat registry file (ignored). This exists for compatibility with Windows regedit.
|
||||||
.IP "\-R " location
|
.IP \fB\-R\fR\ location
|
||||||
Specifies the location of the user.dat registry file (ignored). This exists for compatibility with Windows regedit.
|
Specifies the location of the user.dat registry file (ignored). This exists for compatibility with Windows regedit.
|
||||||
.IP \-?
|
.IP \fB\-?\fR
|
||||||
Prints a help message. Any other options are ignored.
|
Prints a help message. Any other options are ignored.
|
||||||
.IP \-C \fIfile.reg\fR
|
.IP \fB\-C\fR\ \fIfile.reg\fR
|
||||||
Create registry from \fIfile\fR (unimplemented).
|
Create registry from \fIfile\fR (unimplemented).
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B regedit
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -16,5 +16,21 @@ Run regsvr32 silently (will not show any GUI dialogs).
|
||||||
Call DllInstall passing it an optional [cmdline]. When used with /u calls DllUninstall.
|
Call DllInstall passing it an optional [cmdline]. When used with /u calls DllUninstall.
|
||||||
.IP "\fl/n\fR"
|
.IP "\fl/n\fR"
|
||||||
Do not call DllRegisterServer; this option must be used with [/i].
|
Do not call DllRegisterServer; this option must be used with [/i].
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B regsvr32
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -27,5 +27,21 @@ Shutdown only, don't reboot.
|
||||||
.IP \-u,\ \-\-update
|
.IP \-u,\ \-\-update
|
||||||
Update the WINEPREFIX.
|
Update the WINEPREFIX.
|
||||||
|
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B wineboot
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -9,5 +9,21 @@ is the Wine configuration editor. It allows you to change several settings, such
|
||||||
(native versus builtin), enable a virtual desktop, setup disk drives, and change the Wine audio driver,
|
(native versus builtin), enable a virtual desktop, setup disk drives, and change the Wine audio driver,
|
||||||
among others. Many of these settings can be made on a per application basis, for example, preferring native
|
among others. Many of these settings can be made on a per application basis, for example, preferring native
|
||||||
riched20.dll for wordpad.exe, but not for notepad.exe.
|
riched20.dll for wordpad.exe, but not for notepad.exe.
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B winecfg
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -11,5 +11,21 @@ console either in the current terminal (\fIcurses\fR) or in a newly made window
|
||||||
.IP \-\-backend=\fR{\fIuser\fR|\fIcurses\fR}
|
.IP \-\-backend=\fR{\fIuser\fR|\fIcurses\fR}
|
||||||
If \fIuser\fR is chosen, a new window will be created for the console. The \fIcurses\fR option will make
|
If \fIuser\fR is chosen, a new window will be created for the console. The \fIcurses\fR option will make
|
||||||
wineconsole try to setup the current terminal as a Wine console.
|
wineconsole try to setup the current terminal as a Wine console.
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B wineconsole
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -408,17 +408,25 @@ Since no user input is possible, no commands are available.
|
||||||
When used in \fBgdb\fR proxy mode, \fBWINE_GDB\fR specifies the name
|
When used in \fBgdb\fR proxy mode, \fBWINE_GDB\fR specifies the name
|
||||||
(and the path) of the executable to be used for \fBgdb\fR. \fB"gdb"\fR
|
(and the path) of the executable to be used for \fBgdb\fR. \fB"gdb"\fR
|
||||||
is used by default.
|
is used by default.
|
||||||
.SH FILES
|
|
||||||
No specific files are used (yet).
|
|
||||||
.SH BUGS
|
|
||||||
A lot.
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
The first version was written by Eric Youngdale.
|
The first version was written by Eric Youngdale.
|
||||||
.PP
|
.PP
|
||||||
See Wine developers list for the rest of contributors.
|
See Wine developers list for the rest of contributors.
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B winedbg
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR winedbg " README file"
|
.BR wine (1),
|
||||||
.nf
|
.br
|
||||||
The Winelib User Guide
|
.UR http://www.winehq.org/help
|
||||||
.nf
|
.B Wine documentation and support
|
||||||
The Wine Developers Guide
|
.UE .
|
||||||
|
|
|
@ -13,5 +13,21 @@ You can pass winefile either a Unix or Win32 path, for example:
|
||||||
|
|
||||||
.RB "Using a Win32 path: " "winefile C:\(rs\(rswindows\(rs\(rs\"
|
.RB "Using a Win32 path: " "winefile C:\(rs\(rswindows\(rs\(rs\"
|
||||||
|
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B winefile
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -7,5 +7,21 @@ winemine \- Wine Minesweeper game
|
||||||
.B winemine
|
.B winemine
|
||||||
is the Wine Minesweeper game. The object of the game is to try to find all the hidden mines by
|
is the Wine Minesweeper game. The object of the game is to try to find all the hidden mines by
|
||||||
uncovering the tiles to see how many mines each tile is adjacent to, without uncovering a mine.
|
uncovering the tiles to see how many mines each tile is adjacent to, without uncovering a mine.
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B winemine
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine(1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -28,5 +28,21 @@ separate output with \\0 character, instead of a newline.
|
||||||
shows winepath help message and exit.
|
shows winepath help message and exit.
|
||||||
.IP \-v,\ \\-\-version
|
.IP \-v,\ \\-\-version
|
||||||
shows version information and exit.
|
shows version information and exit.
|
||||||
|
.SH BUGS
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B winepath
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine (1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -97,7 +97,7 @@ is Alexandre Julliard. Many other people have contributed new features
|
||||||
and bug fixes. Please check the file Changelog in the Wine
|
and bug fixes. Please check the file Changelog in the Wine
|
||||||
distribution for the complete details.
|
distribution for the complete details.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
If you find a bug, please submit a bug report on the
|
Bugs can be reported on the
|
||||||
.UR http://bugs.winehq.org
|
.UR http://bugs.winehq.org
|
||||||
.B Wine bug tracker
|
.B Wine bug tracker
|
||||||
.UE .
|
.UE .
|
||||||
|
@ -109,4 +109,8 @@ the
|
||||||
.B Wine development headquarters
|
.B Wine development headquarters
|
||||||
.UE .
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine (1).
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -120,7 +120,7 @@ Ignored, present for midl compatibility.
|
||||||
Generate empty stubs for call_as/local methods in an object interface and
|
Generate empty stubs for call_as/local methods in an object interface and
|
||||||
write them to \fIfile\fR.
|
write them to \fIfile\fR.
|
||||||
.PP
|
.PP
|
||||||
.SH Debug
|
.SH DEBUG
|
||||||
Debug level \fIn\fR is a bitmask with the following meaning:
|
Debug level \fIn\fR is a bitmask with the following meaning:
|
||||||
* 0x01 Tell which resource is parsed (verbose mode)
|
* 0x01 Tell which resource is parsed (verbose mode)
|
||||||
* 0x02 Dump internal structures
|
* 0x02 Dump internal structures
|
||||||
|
@ -129,16 +129,24 @@ Debug level \fIn\fR is a bitmask with the following meaning:
|
||||||
* 0x10 Preprocessor lex messages
|
* 0x10 Preprocessor lex messages
|
||||||
* 0x20 Preprocessor yacc trace
|
* 0x20 Preprocessor yacc trace
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
.B widl
|
Bugs can be reported on the
|
||||||
is incomplete. Please file bug reports for this application at
|
.UR http://bugs.winehq.org
|
||||||
.I http://bugs.winehq.org.
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
.B widl
|
.B widl
|
||||||
was originally written by Ove Kaaven. It has been improved by Rob Shearman,
|
was originally written by Ove Kaaven. It has been improved by Rob Shearman,
|
||||||
Dan Hipschman, and others. For a complete list, see the git commit logs.
|
Dan Hipschman, and others. For a complete list, see the git commit logs.
|
||||||
This man page was originally written by Hannu Valtonen and then updated by
|
This man page was originally written by Hannu Valtonen and then updated by
|
||||||
Dan Hipschman.
|
Dan Hipschman.
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B widl
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
The Winelib User Guide
|
.UR http://www.winehq.org/help
|
||||||
.nf
|
.B Wine documentation and support
|
||||||
The Wine Developers Guide
|
.UE .
|
||||||
|
|
|
@ -484,20 +484,22 @@ for the complete details.
|
||||||
It is not yet possible to use a PE-format dll in an import
|
It is not yet possible to use a PE-format dll in an import
|
||||||
specification; only Wine dlls can be imported.
|
specification; only Wine dlls can be imported.
|
||||||
.PP
|
.PP
|
||||||
If you find a bug, please submit a bug report at
|
Bugs can be reported on the
|
||||||
.UR http://bugs.winehq.org
|
.UR http://bugs.winehq.org
|
||||||
.B http://bugs.winehq.org.
|
.B Wine bug tracker
|
||||||
.UE
|
.UE .
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
.B winebuild
|
.B winebuild
|
||||||
is part of the wine distribution, which is available through WineHQ,
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
the
|
the
|
||||||
.B wine
|
|
||||||
development headquarters, at
|
|
||||||
.UR http://www.winehq.org/
|
.UR http://www.winehq.org/
|
||||||
.B http://www.winehq.org/.
|
.B Wine development headquarters
|
||||||
.UE
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine (1),
|
.BR wine (1),
|
||||||
.BR winegcc (1),
|
.BR winegcc (1),
|
||||||
.BR wrc (1).
|
.BR wrc (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -213,13 +213,25 @@ source tree.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
C++ name demangling is not fully in sync with the implementation in msvcrt.
|
C++ name demangling is not fully in sync with the implementation in msvcrt.
|
||||||
It might be useful to submit your C++ name to the testsuite for msvcrt.
|
It might be useful to submit your C++ name to the testsuite for msvcrt.
|
||||||
|
.PP
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
Jon P. Griffiths <jon_p_griffiths at yahoo dot com>
|
Jon P. Griffiths <jon_p_griffiths at yahoo dot com>
|
||||||
.nf
|
.nf
|
||||||
Michael Stefaniuc <mstefani at redhat dot com>
|
Michael Stefaniuc <mstefani at redhat dot com>
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B winedump
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR winedump "'s README file"
|
.BR wine (1)
|
||||||
.nf
|
.br
|
||||||
The Winelib User Guide
|
.UR http://www.winehq.org/help
|
||||||
.nf
|
.B Wine documentation and support
|
||||||
The Wine Developers Guide
|
.UE .
|
||||||
|
|
|
@ -78,13 +78,27 @@ due to lack of support for these features in the ELF version of gcc.
|
||||||
Static linking is not currently supported against Wine's DLL. As a
|
Static linking is not currently supported against Wine's DLL. As a
|
||||||
result, the -static, --static, and -Wl,-static options will generate
|
result, the -static, --static, and -Wl,-static options will generate
|
||||||
an error.
|
an error.
|
||||||
|
.PP
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
.B winegcc
|
.B winegcc
|
||||||
was written by Dimitrie O. Paun.
|
was written by Dimitrie O. Paun.
|
||||||
|
.SH AVAILABILITY
|
||||||
|
.B winegcc
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR gcc(1),
|
.BR gcc (1),
|
||||||
.BR winebuild(1),
|
.BR winebuild (1),
|
||||||
.BR wrc(1),
|
.BR wrc (1),
|
||||||
.BR wine(1),
|
.BR wine (1),
|
||||||
.BR "Winelib User Guide",
|
.br
|
||||||
.BR "Wine Developers Guide".
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -220,7 +220,6 @@ $ make
|
||||||
.PP
|
.PP
|
||||||
|
|
||||||
.SH TODO / BUGS
|
.SH TODO / BUGS
|
||||||
.PP
|
|
||||||
In some cases you will have to edit the Makefile or source files by yourself.
|
In some cases you will have to edit the Makefile or source files by yourself.
|
||||||
.PP
|
.PP
|
||||||
Assuming that the windows executable/library is available, we could
|
Assuming that the windows executable/library is available, we could
|
||||||
|
@ -235,20 +234,26 @@ executable: it must either be in the current directory or in the
|
||||||
.PP
|
.PP
|
||||||
Winemaker does not support message files and the message compiler yet.
|
Winemaker does not support message files and the message compiler yet.
|
||||||
.PP
|
.PP
|
||||||
|
Bugs can be reported on the
|
||||||
.SH SEE ALSO
|
.UR http://bugs.winehq.org
|
||||||
.PP
|
.B Wine bug tracker
|
||||||
The Winelib User Guide:
|
.UE .
|
||||||
.PP
|
|
||||||
http://www.winehq.org/docs/winelib-guide/index
|
|
||||||
.PP
|
|
||||||
.BR wine (1)
|
|
||||||
.PP
|
|
||||||
|
|
||||||
.SH AUTHORS
|
.SH AUTHORS
|
||||||
François Gouget for CodeWeavers
|
François Gouget for CodeWeavers
|
||||||
.PP
|
.br
|
||||||
Dimitrie O. Paun
|
Dimitrie O. Paun
|
||||||
.PP
|
.br
|
||||||
André Hentschel
|
André Hentschel
|
||||||
.PP
|
.SH AVAILABILITY
|
||||||
|
.B winemaker
|
||||||
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
|
the
|
||||||
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
|
.SH SEE ALSO
|
||||||
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -102,13 +102,22 @@ recognize byte\-order\-marks (BOM) and decide what to do.
|
||||||
Decimal output is completely lacking. Don't know whether it should be
|
Decimal output is completely lacking. Don't know whether it should be
|
||||||
implemented because it is a, well, non-informative format change. It is
|
implemented because it is a, well, non-informative format change. It is
|
||||||
recognized on the commandline for some form of compatibility.
|
recognized on the commandline for some form of compatibility.
|
||||||
|
.PP
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
.B wmc
|
.B wmc
|
||||||
is part of the wine distribution, which is available through
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
WineHQ, the
|
the
|
||||||
.B wine
|
.UR http://www.winehq.org/
|
||||||
development headquarters, at
|
.B Wine development headquarters
|
||||||
.I http://www.winehq.org/.
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine (1),
|
.BR wine (1),
|
||||||
.BR wrc (1)
|
.BR wrc (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
|
@ -209,10 +209,21 @@ There is no support for:
|
||||||
Fonts are parsed and generated, but there is no support for the
|
Fonts are parsed and generated, but there is no support for the
|
||||||
generation of the FONTDIR yet. The user must supply the FONTDIR
|
generation of the FONTDIR yet. The user must supply the FONTDIR
|
||||||
resource in the source to match the FONT resources.
|
resource in the source to match the FONT resources.
|
||||||
|
.PP
|
||||||
|
Bugs can be reported on the
|
||||||
|
.UR http://bugs.winehq.org
|
||||||
|
.B Wine bug tracker
|
||||||
|
.UE .
|
||||||
.SH AVAILABILITY
|
.SH AVAILABILITY
|
||||||
.B wrc
|
.B wrc
|
||||||
is part of the Wine distribution, which is available through
|
is part of the Wine distribution, which is available through WineHQ,
|
||||||
WineHQ, the Wine development headquarters, at
|
the
|
||||||
.I http://www.winehq.org/.
|
.UR http://www.winehq.org/
|
||||||
|
.B Wine development headquarters
|
||||||
|
.UE .
|
||||||
.SH "SEE ALSO"
|
.SH "SEE ALSO"
|
||||||
.BR wine (1)
|
.BR wine (1),
|
||||||
|
.br
|
||||||
|
.UR http://www.winehq.org/help
|
||||||
|
.B Wine documentation and support
|
||||||
|
.UE .
|
||||||
|
|
Loading…
Reference in New Issue