regsvr32: Fix manpage formatting.
This commit is contained in:
parent
6a905da767
commit
f0309d295a
|
@ -2,20 +2,21 @@
|
||||||
.SH NAME
|
.SH NAME
|
||||||
regsvr32 \- Wine DLL Registration Server
|
regsvr32 \- Wine DLL Registration Server
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.BR "regsvr32 [/u] [/s] [/n] [/i [:cmdline]] dllname"
|
.B regsvr32
|
||||||
|
.RB [ /u "] [" /s "] [" /n "] [" /i "[\fB:\fIcmdline\fR]] " \fIdllname
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B regsvr32
|
.B regsvr32
|
||||||
is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart.
|
is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart.
|
||||||
By default, it will register the given dll.
|
By default, it will register the given dll.
|
||||||
.SH COMMANDS
|
.SH COMMANDS
|
||||||
.IP "\fl/u dllname\fR"
|
.IP \fB/u
|
||||||
Unregister the specified dll.
|
Unregister the specified dll.
|
||||||
.IP "\fl/s\fR"
|
.IP \fB/s
|
||||||
Run regsvr32 silently (will not show any GUI dialogs).
|
Run regsvr32 silently (will not show any GUI dialogs).
|
||||||
.IP "\fl/i\fR"
|
.IP \fB/i
|
||||||
Call DllInstall passing it an optional [cmdline]. When used with /u calls DllUninstall.
|
Call DllInstall passing it an optional \fIcmdline\fR. When used with \fB/u\fR calls DllUninstall.
|
||||||
.IP "\fl/n\fR"
|
.IP \fB/n
|
||||||
Do not call DllRegisterServer; this option must be used with [/i].
|
Do not call DllRegisterServer; this option must be used with \fB/i\fR.
|
||||||
.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…
Reference in New Issue