Marcus Meissner : manpages: Markup fixes.

Alexandre Julliard julliard at wine.codeweavers.com
Tue Apr 12 06:45:23 CDT 2016


Module: wine
Branch: stable
Commit: 32dbcdfcbbea499a7503407c1041d38fbb7c3f38
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=32dbcdfcbbea499a7503407c1041d38fbb7c3f38

Author: Marcus Meissner <marcus at jet.franken.de>
Date:   Wed Mar  2 09:24:34 2016 +0100

manpages: Markup fixes.

Reported by Eric S. Raymond.

Signed-off-by: Marcus Meissner <marcus at jet.franken.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 0d06ebf5fb515e19cd9ec951dd9e49f6e678b35c)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 programs/msiexec/msiexec.man.in  | 50 ++++++++++++++++++++--------------------
 programs/winedbg/winedbg.man.in  |  2 +-
 tools/winemaker/winemaker.man.in |  1 -
 3 files changed, 26 insertions(+), 27 deletions(-)

diff --git a/programs/msiexec/msiexec.man.in b/programs/msiexec/msiexec.man.in
index 83328ae..23b3b58 100644
--- a/programs/msiexec/msiexec.man.in
+++ b/programs/msiexec/msiexec.man.in
@@ -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{\fIpackage\fR|\fIproductcode\fR}
 Repair an installation. Default options are \'omus\'
-.IP "\flp\fR"
+.IP "\fBlp\fR"
 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.
-.IP "\fle\fR"
+.IP "\fBle\fR"
 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.
-.IP "\flc\fR"
+.IP "\fBlc\fR"
 Reinstall the file if it is missing or the checksum does not match.
-.IP "\fla\fR"
+.IP "\fBla\fR"
 Reinstall all files.
-.IP "\flu\fR"
+.IP "\fBlu\fR"
 Rewrite all required user registry entries.
-.IP "\flm\fR"
+.IP "\fBlm\fR"
 Rewrite all required machine registry entries.
-.IP "\fls\fR"
+.IP "\fBls\fR"
 Overwrite any conflicting shortcuts.
-.IP "\flv\fR"
+.IP "\fBlv\fR"
 Recache the local installation package from the source installation package.
 .SH PATCHING
 .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]\
 [\fB+\fR|\fB!\fR]\ {\fIlogfile\fR}
 Enable logging to \fIlogfile\fR. Defaults are \'iwearmo\'.
-.IP "\fl*\fR"
+.IP "\fBl*\fR"
 Enable all logging options except \'v\' and \'x\'.
-.IP "\fli\fR"
+.IP "\fBli\fR"
 Log status messages.
-.IP "\flw\fR"
+.IP "\fBlw\fR"
 Log nonfatal warnings.
-.IP "\fle\fR"
+.IP "\fBle\fR"
 Log all error messages.
-.IP "\fla\fR"
+.IP "\fBla\fR"
 Log start of actions.
-.IP "\flr\fR"
+.IP "\fBlr\fR"
 Log action specifc records.
-.IP "\flu\fR"
+.IP "\fBlu\fR"
 Log user requests.
-.IP "\flc\fR"
+.IP "\fBlc\fR"
 Log initial UI parameters.
-.IP "\flm\fR"
+.IP "\fBlm\fR"
 Log out of memory errors.
-.IP "\flo\fR"
+.IP "\fBlo\fR"
 Log out of diskspace messages.
-.IP "\flp \fR"
+.IP "\fBlp \fR"
 Log terminal properties.
-.IP "\flv \fR"
+.IP "\fBlv \fR"
 Verbose logging.
-.IP "\flx \fR"
+.IP "\fBlx \fR"
 Log extra debugging messages.
-.IP "\fl+ \fR"
+.IP "\fBl+ \fR"
 Append logging to existing file.
-.IP "\fl! \fR"
+.IP "\fBl! \fR"
 Flush each line to log.
 .SH OTHER OPTIONS
 .IP \fB/h
diff --git a/programs/winedbg/winedbg.man.in b/programs/winedbg/winedbg.man.in
index d6e5dc9..d107166 100644
--- a/programs/winedbg/winedbg.man.in
+++ b/programs/winedbg/winedbg.man.in
@@ -163,7 +163,7 @@ Adds a breakpoint at the line \fIN\fR inside symbol \fIid\fR.
 .IP \fBbreak\ \fIN\fR
 Adds a breakpoint at line \fIN\fR of current source file.
 .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
 Adds a watch command (on write) at address \fIN\fR (on 4 bytes).
 .IP \fBwatch\ \fIid\fR
diff --git a/tools/winemaker/winemaker.man.in b/tools/winemaker/winemaker.man.in
index 5014cdd..9d03e65 100644
--- a/tools/winemaker/winemaker.man.in
+++ b/tools/winemaker/winemaker.man.in
@@ -29,7 +29,6 @@ winemaker \- generate a build infrastructure for compiling Windows programs on U
 .br
   [
 .BR               "--generated-files " "] [ " "--nogenerated-files " "]
-]
 .br
   [
 .BR               "--wine32 " "]




More information about the wine-cvs mailing list