=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: regedit: Fix manpage formatting.

Alexandre Julliard julliard at winehq.org
Wed Jul 17 13:31:46 CDT 2013


Module: wine
Branch: master
Commit: b1ded781df91ef9be780c8a15b2093853e41b15b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=b1ded781df91ef9be780c8a15b2093853e41b15b

Author: Frédéric Delanoy <frederic.delanoy at 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




More information about the wine-cvs mailing list