d3d11: Implement d3d11_immediate_context_IAGetVertexBuffers().
[wine.git] / programs / regedit / regedit.man.in
blob06c0395816f8c27e772be3ef9003df1ededf229a
1 .TH REGEDIT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
2 .SH NAME
3 regedit \- Wine registry editor
4 .SH SYNOPSIS
5 .B regedit
6 .RI [ text\ file ]
7 .SH DESCRIPTION
8 .B regedit
9 is the Wine registry editor, designed to be compatible with its Microsoft Windows counterpart.
10 If called without any options, it will start the full GUI editor.
12 The switches are case\-insensitive and can be prefixed either by '\-' or '/'.
13 .SH "OPTIONS"
14 .TP
15 \fB\-E\fR \fIfile\fR [\fIregpath\fR]
16 Exports the content of the specified registry key to the specified \fIfile\fR. It exports
17 the whole registry if no key is specified.
18 .IP \fB\-D\fR\ \fIregpath
19 Deletes the specified registry key.
20 .IP \fB\-S\fR
21 Run regedit silently (ignored, CLI mode is always silent). This exists for compatibility with Windows regedit.
22 .IP \fB\-V\fR
23 Run regedit in advanced mode (ignored). This exists for compatibility with Windows regedit.
24 .IP  \fB\-L\fR\ \fIlocation
25 Specifies the location of the system.dat registry file (ignored). This exists for compatibility with Windows regedit.
26 .IP \fB\-R\fR\ \fIlocation
27 Specifies the location of the user.dat registry file (ignored). This exists for compatibility with Windows regedit.
28 .IP \fB\-?\fR
29 Prints a help message. Any other options are ignored.
30 .IP \fB\-C\fR\ \fIfile.reg\fR
31 Create registry from \fIfile.reg\fR (unimplemented).
32 .SH BUGS
33 Bugs can be reported on the
34 .UR http://bugs.winehq.org
35 .B Wine bug tracker
36 .UE .
37 .SH AVAILABILITY
38 .B regedit
39 is part of the Wine distribution, which is available through WineHQ,
40 the
41 .UR http://www.winehq.org/
42 .B Wine development headquarters
43 .UE .
44 .SH "SEE ALSO"
45 .BR wine (1),
46 .br
47 .UR http://www.winehq.org/help
48 .B Wine documentation and support
49 .UE .