Module: wine
Branch: master
Commit: d8465b0e8bf434fd5f56e3b6d889edc6ad3fa187
URL: http://source.winehq.org/git/wine.git/?a=commit;h=d8465b0e8bf434fd5f56e3b6d…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Jul 17 16:45:17 2013 +0200
winegcc: Fix manpage formatting.
---
tools/winegcc/winegcc.man.in | 16 ++++++++--------
1 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/tools/winegcc/winegcc.man.in b/tools/winegcc/winegcc.man.in
index 2701b96..f4fecc7 100644
--- a/tools/winegcc/winegcc.man.in
+++ b/tools/winegcc/winegcc.man.in
@@ -1,9 +1,9 @@
-.\" -*- nroff -*-
.TH WINEGCC 1 "October 2005" "@PACKAGE_STRING@" "Wine Developers Manual"
.SH NAME
winegcc \- Wine C and C++ MinGW Compatible Compiler
.SH SYNOPSIS
-.BR "winegcc "\fI[options]\fR " \fIinfile\fR"...
+.B winegcc
+.RI [ options "] " infile\fR...
.SH DESCRIPTION
.B winegcc
is a gcc wrapper which tries to provide a MinGW compatible compiler
@@ -43,11 +43,11 @@ for Win32.
This option passes '--subsystem console' to winebuild, to build
console applications. It is the default.
.IP \fB-mno-cygwin\fR
-Use Wine's implementation of MSVCRT, instead of linking against
-the host system's libc. This is necessary for the vast majority
+Use Wine implementation of MSVCRT, instead of linking against
+the host system libc. This is necessary for the vast majority
of Win32 applications, as they typically depend on various features
of MSVCRT. This switch is also used by the MinGW compiler to link
-against MSVCRT on Windows, instead of linking against Cygwin's
+against MSVCRT on Windows, instead of linking against Cygwin
libc. Sharing the syntax with MinGW makes it very easy to write
Makefiles that work under Wine, MinGW+MSYS, or MinGW+Cygwin.
.IP \fB-municode\fR
@@ -64,8 +64,8 @@ any default libraries used by the backend compiler. The -mwindows
option augments the list of default libraries as described above.
.IP \fB-nostartfiles\fR
Do not add the winecrt0 library when linking.
-.IP \fB-Wb,option\fR
-Pass option as an option to winebuild. If option contains
+.IP \fB-Wb,\fIoption\fR
+Pass an option to winebuild. If \fIoption\fR contains
commas, it is split into multiple options at the commas.
.SH DEFINES
winegcc defines __WINE__, for code that needs to know when it is
@@ -75,7 +75,7 @@ __WIN32__, __WINNT, and __WINNT__ for compatibility with MinGW.
The dllimport/dllexport attributes are not supported at the moment,
due to lack of support for these features in the ELF version of gcc.
.PP
-Static linking is not currently supported against Wine's DLL. As a
+Static linking is not currently supported against Wine DLLs. As a
result, the -static, --static, and -Wl,-static options will generate
an error.
.PP
Module: wine
Branch: master
Commit: b1ded781df91ef9be780c8a15b2093853e41b15b
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b1ded781df91ef9be780c8a15…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Jul 17 01:12:00 2013 +0200
regedit: Fix manpage formatting.
---
programs/regedit/regedit.man.in | 11 ++++++-----
1 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/programs/regedit/regedit.man.in b/programs/regedit/regedit.man.in
index 8c77949..06c0395 100644
--- a/programs/regedit/regedit.man.in
+++ b/programs/regedit/regedit.man.in
@@ -2,7 +2,8 @@
.SH NAME
regedit \- Wine registry editor
.SH SYNOPSIS
-.BR "regedit "\fI[text\ file]\fR "
+.B regedit
+.RI [ text\ file ]
.SH DESCRIPTION
.B regedit
is the Wine registry editor, designed to be compatible with its Microsoft Windows counterpart.
@@ -14,20 +15,20 @@ The switches are case\-insensitive and can be prefixed either by '\-' or '/'.
\fB\-E\fR \fIfile\fR [\fIregpath\fR]
Exports the content of the specified registry key to the specified \fIfile\fR. It exports
the whole registry if no key is specified.
-.IP \fB\-D\fR\ regpath
+.IP \fB\-D\fR\ \fIregpath
Deletes the specified registry key.
.IP \fB\-S\fR
Run regedit silently (ignored, CLI mode is always silent). This exists for compatibility with Windows regedit.
.IP \fB\-V\fR
Run regedit in advanced mode (ignored). This exists for compatibility with Windows regedit.
-.IP \fB\-L\fR\ location
+.IP \fB\-L\fR\ \fIlocation
Specifies the location of the system.dat registry file (ignored). This exists for compatibility with Windows regedit.
-.IP \fB\-R\fR\ location
+.IP \fB\-R\fR\ \fIlocation
Specifies the location of the user.dat registry file (ignored). This exists for compatibility with Windows regedit.
.IP \fB\-?\fR
Prints a help message. Any other options are ignored.
.IP \fB\-C\fR\ \fIfile.reg\fR
-Create registry from \fIfile\fR (unimplemented).
+Create registry from \fIfile.reg\fR (unimplemented).
.SH BUGS
Bugs can be reported on the
.UR http://bugs.winehq.org
Module: wine
Branch: master
Commit: f0309d295a2eafd2a0895f7a6e14f23e1a0f7ae4
URL: http://source.winehq.org/git/wine.git/?a=commit;h=f0309d295a2eafd2a0895f7a6…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Jul 17 01:11:59 2013 +0200
regsvr32: Fix manpage formatting.
---
programs/regsvr32/regsvr32.man.in | 15 ++++++++-------
1 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/programs/regsvr32/regsvr32.man.in b/programs/regsvr32/regsvr32.man.in
index a543cc5..173e586 100644
--- a/programs/regsvr32/regsvr32.man.in
+++ b/programs/regsvr32/regsvr32.man.in
@@ -2,20 +2,21 @@
.SH NAME
regsvr32 \- Wine DLL Registration Server
.SH SYNOPSIS
-.BR "regsvr32 [/u] [/s] [/n] [/i [:cmdline]] dllname"
+.B regsvr32
+.RB [ /u "] [" /s "] [" /n "] [" /i "[\fB:\fIcmdline\fR]] " \fIdllname
.SH DESCRIPTION
.B regsvr32
is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart.
By default, it will register the given dll.
.SH COMMANDS
-.IP "\fl/u dllname\fR"
+.IP \fB/u
Unregister the specified dll.
-.IP "\fl/s\fR"
+.IP \fB/s
Run regsvr32 silently (will not show any GUI dialogs).
-.IP "\fl/i\fR"
-Call DllInstall passing it an optional [cmdline]. When used with /u calls DllUninstall.
-.IP "\fl/n\fR"
-Do not call DllRegisterServer; this option must be used with [/i].
+.IP \fB/i
+Call DllInstall passing it an optional \fIcmdline\fR. When used with \fB/u\fR calls DllUninstall.
+.IP \fB/n
+Do not call DllRegisterServer; this option must be used with \fB/i\fR.
.SH BUGS
Bugs can be reported on the
.UR http://bugs.winehq.org
Module: wine
Branch: master
Commit: 262380ab059e4dc778fd3de8354f8efb00fe1b38
URL: http://source.winehq.org/git/wine.git/?a=commit;h=262380ab059e4dc778fd3de83…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Jul 17 01:11:57 2013 +0200
wineconsole: Fix manpage formatting.
---
programs/wineconsole/wineconsole.man.in | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/programs/wineconsole/wineconsole.man.in b/programs/wineconsole/wineconsole.man.in
index 1d240e5..9c38989 100644
--- a/programs/wineconsole/wineconsole.man.in
+++ b/programs/wineconsole/wineconsole.man.in
@@ -2,13 +2,14 @@
.SH NAME
wineconsole \- The Wine console
.SH SYNOPSIS
-.BR "wineconsole "\fI[option]\fR " command
+.B wineconsole
+.RI [ option "] " command
.SH DESCRIPTION
.B wineconsole
is the Wine console manager, used to run console commands and applications. It allows running the
console either in the current terminal (\fIcurses\fR) or in a newly made window (\fIuser\fR).
.SH "OPTIONS"
-.IP \-\-backend=\fR{\fIuser\fR|\fIcurses\fR}
+.IP \fB\-\-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
wineconsole try to setup the current terminal as a Wine console.
.SH BUGS
Module: wine
Branch: master
Commit: b07f2c25abdc82c06d17f336600830ae5c2ed847
URL: http://source.winehq.org/git/wine.git/?a=commit;h=b07f2c25abdc82c06d17f3366…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Wed Jul 17 01:11:56 2013 +0200
winepath: Fix manpage formatting.
---
programs/winepath/winepath.man.in | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/programs/winepath/winepath.man.in b/programs/winepath/winepath.man.in
index aada7b7..5fc5012 100644
--- a/programs/winepath/winepath.man.in
+++ b/programs/winepath/winepath.man.in
@@ -2,31 +2,32 @@
.SH NAME
winepath \- Tool to convert Unix paths to/from Win32 paths
.SH SYNOPSIS
-.BR "winepath "\fIoption\fR " \fI{path}\fR"
+.B winepath
+.IR "option " { path }
.SH DESCRIPTION
.B winepath
-is a tool to convert a Unix path to/from a Win32 (short/long) path.
+is a tool to convert a Unix path to/from a Win32 (short/long) path
compatible with its Microsoft Windows counterpart.
If more than one option is given then the input paths are output in
all formats specified, in the order long, short, Unix, Windows.
If no option is given the default output is Unix format.
.SH OPTIONS
-.IP \-u,\ \-\-unix
+.IP \fB\-u\fR,\fB\ \-\-unix
converts a Windows path to a Unix path.
-.IP \-w,\ \\-\-windows
+.IP \fB\-w\fR,\fB\ \-\-windows
converts a Unix path to a long Windows path.
-.IP \-l,\ \\-\-long
+.IP \fB\-l\fR,\fB\ \-\-long
converts the short Windows path of an existing file or directory to the long
format.
-.IP \-s,\ \\-\-short
+.IP \fB\-s\fR,\fB\ \-\-short
converts the long Windows path of an existing file or directory to the short
format.
-.IP \-0
+.IP \fB\-0
separate output with \\0 character, instead of a newline.
-.IP \-h,\ \\-\-help
+.IP \fB\-h\fR,\fB\ \-\-help
shows winepath help message and exit.
-.IP \-v,\ \\-\-version
+.IP \fB\-v\fR,\fB\ \-\-version
shows version information and exit.
.SH BUGS
Bugs can be reported on the
Module: wine
Branch: master
Commit: 406aea827d874c571e07abc27a1853e6c8a2703f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=406aea827d874c571e07abc27…
Author: Bruno Jesus <00cpxxx(a)gmail.com>
Date: Tue Jul 16 21:59:14 2013 -0300
readme: Update Brazilian Portuguese translation.
---
documentation/README.pt_br | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/documentation/README.pt_br b/documentation/README.pt_br
index 9e39bcc..296425b 100644
--- a/documentation/README.pt_br
+++ b/documentation/README.pt_br
@@ -9,7 +9,7 @@ ou do X11. A biblioteca tamb
Win32 em execut�veis nativos Unix.
Wine � software livre, liberado segundo a GNU LGPL; veja o arquivo
-LICEN�A para detalhes.
+LICENSE para detalhes.
2. IN�CIO R�PIDO
@@ -86,7 +86,7 @@ Bibliotecas de suporte opcionais:
32 e 64 bits) veja http://wiki.winehq.org/Wine64 para mais detalhes.
-4.COMPILA��O
+4. COMPILA��O
No caso de escolher n�o usar o wineinstall, execute os comandos a seguir
para construir o Wine:
@@ -121,7 +121,7 @@ Veja a
Ao invocar o Wine, voc� pode especificar o caminho completo do execut�vel,
ou somente um nome de arquivo.
-Por exemplo: para executar o bloco de notas:
+Por exemplo, para executar o bloco de notas:
wine notepad (usando o caminho de pesquisa como
wine notepad.exe especificado no registro para
encontrar o arquivo)
Module: wine
Branch: master
Commit: 9e32855a9a29b6e24d40a1ec3dd90ddebbd7d8f5
URL: http://source.winehq.org/git/wine.git/?a=commit;h=9e32855a9a29b6e24d40a1ec3…
Author: André Hentschel <nerv(a)dawncrow.de>
Date: Tue Jul 16 23:09:47 2013 +0200
configure: Replace note about the Changelog file.
---
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/configure.ac b/configure.ac
index 0ebc688..3dbea3f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
dnl Original author: Michael Patra
-dnl See ChangeLog file for detailed change history.
+dnl For detailed change history, see the git commit logs.
m4_define(WINE_VERSION,regexp(m4_include(VERSION),[version \([-.0-9A-Za-z]+\)],[\1]))