Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
f0309d29
Commit
f0309d29
authored
Jul 17, 2013
by
Frédéric Delanoy
Committed by
Alexandre Julliard
Jul 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
regsvr32: Fix manpage formatting.
parent
6a905da7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
regsvr32.man.in
programs/regsvr32/regsvr32.man.in
+8
-7
No files found.
programs/regsvr32/regsvr32.man.in
View file @
f0309d29
...
...
@@ -2,20 +2,21 @@
.SH NAME
regsvr32 \- Wine DLL Registration Server
.SH SYNOPSIS
.BR "regsvr32 [/u] [/s] [/n] [/i [:cmdline]] dllname"
.B regsvr32
.RB [ /u "] [" /s "] [" /n "] [" /i "[\fB:\fIcmdline\fR]] " \fIdllname
.SH DESCRIPTION
.B regsvr32
is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart.
By default, it will register the given dll.
.SH COMMANDS
.IP
"\fl/u dllname\fR"
.IP
\fB/u
Unregister the specified dll.
.IP
"\fl/s\fR"
.IP
\fB/s
Run regsvr32 silently (will not show any GUI dialogs).
.IP
"\fl/i\fR"
Call DllInstall passing it an optional
[cmdline]. When used with /u
calls DllUninstall.
.IP
"\fl/n\fR"
Do not call DllRegisterServer; this option must be used with
[/i]
.
.IP
\fB/i
Call DllInstall passing it an optional
\fIcmdline\fR. When used with \fB/u\fR
calls DllUninstall.
.IP
\fB/n
Do not call DllRegisterServer; this option must be used with
\fB/i\fR
.
.SH BUGS
Bugs can be reported on the
.UR http://bugs.winehq.org
...
...
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