regedit: Fix manpage formatting.
This commit is contained in:
parent
f0309d295a
commit
b1ded781df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue