manpages: Markup fixes.

Reported by Eric S. Raymond.

Signed-off-by: Marcus Meissner <marcus@jet.franken.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Marcus Meissner 2016-03-02 09:24:34 +01:00 committed by Alexandre Julliard
parent 183e8cf14e
commit 0d06ebf5fb
3 changed files with 26 additions and 27 deletions

View File

@ -24,25 +24,25 @@ Same as \fB/x\fR.
\fR[\fBp\fR|\fBo\fR|\fBe\fR|\fBd\fR|\fBc\fR|\fBa\fR|\fBu\fR|\fBm\fR|\fBs\fR|\fBv\fR]\ \ \fR[\fBp\fR|\fBo\fR|\fBe\fR|\fBd\fR|\fBc\fR|\fBa\fR|\fBu\fR|\fBm\fR|\fBs\fR|\fBv\fR]\ \
\fR{\fIpackage\fR|\fIproductcode\fR} \fR{\fIpackage\fR|\fIproductcode\fR}
Repair an installation. Default options are \'omus\' Repair an installation. Default options are \'omus\'
.IP "\flp\fR" .IP "\fBlp\fR"
Reinstall the file if it is missing. Reinstall the file if it is missing.
.IP "\flo\fR" .IP "\fBlo\fR"
Reinstall the file if it is missing or if any older version is installed. Reinstall the file if it is missing or if any older version is installed.
.IP "\fle\fR" .IP "\fBle\fR"
Reinstall the file if it is missing, or if the installed version is equal or older. Reinstall the file if it is missing, or if the installed version is equal or older.
.IP "\fld\fR" .IP "\fBld\fR"
Reinstall the file if it is missing or a different version is installed. Reinstall the file if it is missing or a different version is installed.
.IP "\flc\fR" .IP "\fBlc\fR"
Reinstall the file if it is missing or the checksum does not match. Reinstall the file if it is missing or the checksum does not match.
.IP "\fla\fR" .IP "\fBla\fR"
Reinstall all files. Reinstall all files.
.IP "\flu\fR" .IP "\fBlu\fR"
Rewrite all required user registry entries. Rewrite all required user registry entries.
.IP "\flm\fR" .IP "\fBlm\fR"
Rewrite all required machine registry entries. Rewrite all required machine registry entries.
.IP "\fls\fR" .IP "\fBls\fR"
Overwrite any conflicting shortcuts. Overwrite any conflicting shortcuts.
.IP "\flv\fR" .IP "\fBlv\fR"
Recache the local installation package from the source installation package. Recache the local installation package from the source installation package.
.SH PATCHING .SH PATCHING
.IP \fB/p\ \fR{\fIpatch\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR] .IP \fB/p\ \fR{\fIpatch\fR}\ \fR[\fIproperty\fR=\fIfoobar\fR]
@ -65,35 +65,35 @@ Shows a full UI.
[\fBi\fR|\fBw\fR|\fBe\fR|\fBa\fR|\fBr\fR|\fBu\fR|\fBc\fR|\fBm\fR|\fBo\fR|\fBp\fR|\fBv\fR]\ [\fBi\fR|\fBw\fR|\fBe\fR|\fBa\fR|\fBr\fR|\fBu\fR|\fBc\fR|\fBm\fR|\fBo\fR|\fBp\fR|\fBv\fR]\
[\fB+\fR|\fB!\fR]\ {\fIlogfile\fR} [\fB+\fR|\fB!\fR]\ {\fIlogfile\fR}
Enable logging to \fIlogfile\fR. Defaults are \'iwearmo\'. Enable logging to \fIlogfile\fR. Defaults are \'iwearmo\'.
.IP "\fl*\fR" .IP "\fBl*\fR"
Enable all logging options except \'v\' and \'x\'. Enable all logging options except \'v\' and \'x\'.
.IP "\fli\fR" .IP "\fBli\fR"
Log status messages. Log status messages.
.IP "\flw\fR" .IP "\fBlw\fR"
Log nonfatal warnings. Log nonfatal warnings.
.IP "\fle\fR" .IP "\fBle\fR"
Log all error messages. Log all error messages.
.IP "\fla\fR" .IP "\fBla\fR"
Log start of actions. Log start of actions.
.IP "\flr\fR" .IP "\fBlr\fR"
Log action specifc records. Log action specifc records.
.IP "\flu\fR" .IP "\fBlu\fR"
Log user requests. Log user requests.
.IP "\flc\fR" .IP "\fBlc\fR"
Log initial UI parameters. Log initial UI parameters.
.IP "\flm\fR" .IP "\fBlm\fR"
Log out of memory errors. Log out of memory errors.
.IP "\flo\fR" .IP "\fBlo\fR"
Log out of diskspace messages. Log out of diskspace messages.
.IP "\flp \fR" .IP "\fBlp \fR"
Log terminal properties. Log terminal properties.
.IP "\flv \fR" .IP "\fBlv \fR"
Verbose logging. Verbose logging.
.IP "\flx \fR" .IP "\fBlx \fR"
Log extra debugging messages. Log extra debugging messages.
.IP "\fl+ \fR" .IP "\fBl+ \fR"
Append logging to existing file. Append logging to existing file.
.IP "\fl! \fR" .IP "\fBl! \fR"
Flush each line to log. Flush each line to log.
.SH OTHER OPTIONS .SH OTHER OPTIONS
.IP \fB/h .IP \fB/h

View File

@ -163,7 +163,7 @@ Adds a breakpoint at the line \fIN\fR inside symbol \fIid\fR.
.IP \fBbreak\ \fIN\fR .IP \fBbreak\ \fIN\fR
Adds a breakpoint at line \fIN\fR of current source file. Adds a breakpoint at line \fIN\fR of current source file.
.IP \fBbreak\fR .IP \fBbreak\fR
Adds a breakpoint at current \f$PC\fR address. Adds a breakpoint at current \fB$PC\fR address.
.IP \fBwatch\ *\ \fIN\fR .IP \fBwatch\ *\ \fIN\fR
Adds a watch command (on write) at address \fIN\fR (on 4 bytes). Adds a watch command (on write) at address \fIN\fR (on 4 bytes).
.IP \fBwatch\ \fIid\fR .IP \fBwatch\ \fIid\fR

View File

@ -29,7 +29,6 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
.br .br
[ [
.BR "--generated-files " "] [ " "--nogenerated-files " "] .BR "--generated-files " "] [ " "--nogenerated-files " "]
]
.br .br
[ [
.BR "--wine32 " "] .BR "--wine32 " "]