Standardize the BUGS, AVAILABILITY and SEE ALSO sections across all man pages.
[wine.git] / programs / regsvr32 / regsvr32.man.in
bloba543cc5a88b032f4d7f3ad1261b6f322670c935a
1 .TH REGSVR32 1 "November 2010" "@PACKAGE_STRING@" "Wine Programs"
2 .SH NAME
3 regsvr32 \- Wine DLL Registration Server
4 .SH SYNOPSIS
5 .BR "regsvr32 [/u] [/s] [/n] [/i [:cmdline]] dllname"
6 .SH DESCRIPTION
7 .B regsvr32
8 is the Wine dll registration server, designed to be compatible with its Microsoft Windows counterpart.
9 By default, it will register the given dll.
10 .SH COMMANDS
11 .IP "\fl/u dllname\fR"
12 Unregister the specified dll.
13 .IP "\fl/s\fR"
14 Run regsvr32 silently (will not show any GUI dialogs).
15 .IP "\fl/i\fR"
16 Call DllInstall passing it an optional [cmdline]. When used with /u calls DllUninstall.
17 .IP "\fl/n\fR"
18 Do not call DllRegisterServer; this option must be used with [/i].
19 .SH BUGS
20 Bugs can be reported on the
21 .UR http://bugs.winehq.org
22 .B Wine bug tracker
23 .UE .
24 .SH AVAILABILITY
25 .B regsvr32
26 is part of the Wine distribution, which is available through WineHQ,
27 the
28 .UR http://www.winehq.org/
29 .B Wine development headquarters
30 .UE .
31 .SH "SEE ALSO"
32 .BR wine (1),
33 .br
34 .UR http://www.winehq.org/help
35 .B Wine documentation and support
36 .UE .