r7113: Move manpages from docs repository to source repository
[kai/samba.git] / source / lib / registry / man / regpatch.1.xml
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
3 <refentry id="regpatch.1">
4
5 <refmeta>
6         <refentrytitle>regpatch</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>regpatch</refname>
13         <refpurpose>Applies registry patches to registry files</refpurpose>
14 </refnamediv>
15
16 <refsynopsisdiv>
17         <cmdsynopsis>
18                 <command>regpatch</command>
19                 <arg choice="opt">--help</arg>
20                 <arg choice="opt">--backend=BACKEND</arg>
21                 <arg choice="opt">--credentials=CREDENTIALS</arg>
22                 <arg choice="opt">location</arg>
23                 <arg choice="opt">patch-file</arg>
24         </cmdsynopsis>
25 </refsynopsisdiv>
26
27 <refsect1>
28         <title>DESCRIPTION</title>
29
30         <para>The regpatch utility applies registry patches to Windows registry 
31                 files. The patch files should have the same format as is being used  
32                 by the regdiff utility and regedit32.exe from Windows.</para>
33
34         <para>If no patch file is specified on the command line, 
35                 regpatch attempts to read it from standard input.</para>
36 </refsect1>
37
38
39 <refsect1>
40         <title>OPTIONS</title>
41
42         <variablelist>
43                 <varlistentry>
44                 <term>--help</term>
45                 <listitem><para>
46                 Show list of available options.</para></listitem>
47                 </varlistentry>
48                 
49                 <varlistentry>
50                         <term>--backend BACKEND</term>
51                         <listitem><para>Name of backend to load. Possible values are: 
52                                         w95, nt4, gconf, dir and rpc. The default is <emphasis>dir</emphasis>.
53                 </para></listitem>
54                 </varlistentry>
55                 
56                 <varlistentry>
57                 <term>--credentials=CREDENTIALS</term>
58                 <listitem><para>
59                                 Credentials to use, if any. Password should be separated from user name by a percent sign.</para></listitem>
60                 </varlistentry>
61         </variablelist>
62 </refsect1>
63
64 &man.registry.backends;
65
66 <refsect1>
67         <title>VERSION</title>
68
69         <para>This man page is correct for version 4.0 of the Samba suite.</para>
70 </refsect1>
71
72 <refsect1>
73         <title>SEE ALSO</title>
74
75         <para>regdiff, regtree, regshell, gregedit, samba, diff, patch</para>
76         
77 </refsect1>
78
79 <refsect1>
80         <title>AUTHOR</title>
81
82         &man.credits.samba;
83         
84         <para>This manpage and regpatch were written by Jelmer Vernooij. </para>
85         
86 </refsect1>
87
88 </refentry>