Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
76725fbb
Commit
76725fbb
authored
Nov 25, 2010
by
Austin English
Committed by
Alexandre Julliard
Nov 26, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regedit: Add a manpage.
parent
c43c31fe
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
45 additions
and
0 deletions
+45
-0
.gitignore
.gitignore
+1
-0
Makefile.in
programs/regedit/Makefile.in
+12
-0
regedit.man.in
programs/regedit/regedit.man.in
+32
-0
No files found.
.gitignore
View file @
76725fbb
...
...
@@ -262,6 +262,7 @@ loader/wine64
programs/Makeprog.rules
programs/msiexec/msiexec.man
programs/notepad/notepad.man
programs/regedit/regedit.man
programs/regsvr32/regsvr32.man
programs/rpcss/epm.h
programs/rpcss/epm_s.c
...
...
programs/regedit/Makefile.in
View file @
76725fbb
...
...
@@ -45,6 +45,18 @@ RC_SRCS = \
Zh.rc
\
rsrc.rc
MANPAGES
=
regedit.man
SVG_SRCS
=
regedit.svg
@MAKE_PROG_RULES@
all
:
$(MANPAGES)
install-man-pages
::
$(MANPAGES) $(DESTDIR)$(mandir)/man$(prog_manext)
$(INSTALL_DATA)
regedit.man
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/regedit.
$(prog_manext)
@WOW64_DISABLE@ install install-lib
::
install-man-pages
uninstall
::
$(RM)
$(DESTDIR)$(mandir)
/man
$(prog_manext)
/regedit.
$(prog_manext)
programs/regedit/regedit.man.in
0 → 100644
View file @
76725fbb
.TH REGEDIT 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
.SH NAME
regedit \- Wine registry editor
.SH SYNOPSIS
.BR "regedit "\fI[text file]\fR "
.SH DESCRIPTION
.B regedit
is the Wine registry editor, designed to be compatible with its Microsoft Windows counterpart.
If called without any options, it will start the full GUI editor.
The switches are case\-insensitive and can be prefixed either by '\-' or '/'.
.SH "OPTIONS"
.TP
\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 "\-D " regpath
Deletes the specified registry key.
.IP \-S
Run regedit silently (ignored, CLI mode is always silent). This exists for compatability with Windows regedit.
.IP \-V
Run regedit in advanced mode (ignored). This exists for compatability with Windows regedit.
.IP "\-L " location
Specifies the location of the system.dat registry file (ignored). This exists for compatability with Windows regedit.
.IP "\-R " location
Specifies the location of the user.dat registry file (ignored). This exists for compatability with Windows regedit.
.IP \-?
Prints a help message. Any other options are ignored.
.IP \-C \fIfile.reg\fR
Create registry from \fIfile\fR (unimplemented).
.SH "SEE ALSO"
.BR wine(1)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment