docs: man regpatch: Add missing meta data.
[Samba/gbeck.git] / source4 / lib / registry / man / regpatch.1.xml
blob3a15082124c6416b95f0b314f59b07f3d666de78
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
3 <refentry id="regpatch.1">
5 <refmeta>
6         <refentrytitle>regpatch</refentrytitle>
7         <manvolnum>1</manvolnum>
8         <refmiscinfo class="source">Samba</refmiscinfo>
9         <refmiscinfo class="manual">System Administration tools</refmiscinfo>
10         <refmiscinfo class="version">4.0</refmiscinfo>
11 </refmeta>
14 <refnamediv>
15         <refname>regpatch</refname>
16         <refpurpose>Applies registry patches to registry files</refpurpose>
17 </refnamediv>
19 <refsynopsisdiv>
20         <cmdsynopsis>
21                 <command>regpatch</command>
22                 <arg choice="opt">--help</arg>
23                 <arg choice="opt">--backend=BACKEND</arg>
24                 <arg choice="opt">--credentials=CREDENTIALS</arg>
25                 <arg choice="opt">location</arg>
26                 <arg choice="opt">patch-file</arg>
27         </cmdsynopsis>
28 </refsynopsisdiv>
30 <refsect1>
31         <title>DESCRIPTION</title>
33         <para>The regpatch utility applies registry patches to Windows registry 
34                 files. The patch files should have the same format as is being used  
35                 by the regdiff utility and regedit32.exe from Windows.</para>
37         <para>If no patch file is specified on the command line, 
38                 regpatch attempts to read it from standard input.</para>
39 </refsect1>
42 <refsect1>
43         <title>OPTIONS</title>
45         <variablelist>
46                 <varlistentry>
47                 <term>--help</term>
48                 <listitem><para>
49                 Show list of available options.</para></listitem>
50                 </varlistentry>
51                 
52                 <varlistentry>
53                         <term>--backend BACKEND</term>
54                         <listitem><para>Name of backend to load. Possible values are: 
55                                         creg, regf, dir and rpc. The default is <emphasis>dir</emphasis>.
56                 </para></listitem>
57                 </varlistentry>
58                 
59                 <varlistentry>
60                 <term>--credentials=CREDENTIALS</term>
61                 <listitem><para>
62                                 Credentials to use, if any. Password should be separated from user name by a percent sign.</para></listitem>
63                 </varlistentry>
64         </variablelist>
65 </refsect1>
67 <refsect1>
68         <title>VERSION</title>
70         <para>This man page is correct for version 4.0 of the Samba suite.</para>
71 </refsect1>
73 <refsect1>
74         <title>SEE ALSO</title>
76         <para>regdiff, regtree, regshell, gregedit, samba, diff, patch</para>
77         
78 </refsect1>
80 <refsect1>
81         <title>AUTHOR</title>
83         <para>This utility is part of the <ulink url="http://www.samba.org/">Samba</ulink> suite, which is developed by the global <ulink url="http://www.samba.org/samba/team/">Samba Team</ulink>.</para>
84         
85         <para>This manpage and regpatch were written by Jelmer Vernooij. </para>
86         
87 </refsect1>
89 </refentry>