mirror of
https://github.com/reactos/wine.git
synced 2025-02-10 22:35:56 +00:00
regedit: Fix manpage formatting.
This commit is contained in:
parent
f0309d295a
commit
b1ded781df
@ -2,7 +2,8 @@
|
|||||||
.SH NAME
|
.SH NAME
|
||||||
regedit \- Wine registry editor
|
regedit \- Wine registry editor
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.BR "regedit "\fI[text\ file]\fR "
|
.B regedit
|
||||||
|
.RI [ text\ file ]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B regedit
|
.B regedit
|
||||||
is the Wine registry editor, designed to be compatible with its Microsoft Windows counterpart.
|
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]
|
\fB\-E\fR \fIfile\fR [\fIregpath\fR]
|
||||||
Exports the content of the specified registry key to the specified \fIfile\fR. It exports
|
Exports the content of the specified registry key to the specified \fIfile\fR. It exports
|
||||||
the whole registry if no key is specified.
|
the whole registry if no key is specified.
|
||||||
.IP \fB\-D\fR\ regpath
|
.IP \fB\-D\fR\ \fIregpath
|
||||||
Deletes the specified registry key.
|
Deletes the specified registry key.
|
||||||
.IP \fB\-S\fR
|
.IP \fB\-S\fR
|
||||||
Run regedit silently (ignored, CLI mode is always silent). This exists for compatibility with Windows regedit.
|
Run regedit silently (ignored, CLI mode is always silent). This exists for compatibility with Windows regedit.
|
||||||
.IP \fB\-V\fR
|
.IP \fB\-V\fR
|
||||||
Run regedit in advanced mode (ignored). This exists for compatibility with Windows regedit.
|
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.
|
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.
|
Specifies the location of the user.dat registry file (ignored). This exists for compatibility with Windows regedit.
|
||||||
.IP \fB\-?\fR
|
.IP \fB\-?\fR
|
||||||
Prints a help message. Any other options are ignored.
|
Prints a help message. Any other options are ignored.
|
||||||
.IP \fB\-C\fR\ \fIfile.reg\fR
|
.IP \fB\-C\fR\ \fIfile.reg\fR
|
||||||
Create registry from \fIfile\fR (unimplemented).
|
Create registry from \fIfile.reg\fR (unimplemented).
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Bugs can be reported on the
|
Bugs can be reported on the
|
||||||
.UR http://bugs.winehq.org
|
.UR http://bugs.winehq.org
|
||||||
|
Loading…
x
Reference in New Issue
Block a user