Cleanups + use cross for crop marks
[Samba.git] / docs / manpages-3 / editreg.1.xml
blob2b08555a4f172239250df7418825ce93751a8a62
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="editreg.1">
5 <refmeta>
6         <refentrytitle>editreg</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
11 <refnamediv>
12         <refname>editreg</refname>
13         <refpurpose>A utility for printing and editing NT4 registry files
14         </refpurpose>
15 </refnamediv>
17 <refsynopsisdiv>
18         <cmdsynopsis>
19                 <command>editreg</command>
20                 <arg choice="opt">-v</arg>
21                 <arg choice="opt">-c file</arg>
22                 <arg choice="req">file</arg>
23         </cmdsynopsis>
24 </refsynopsisdiv>
26 <refsect1>
27         <title>DESCRIPTION</title>
29         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
30         <manvolnum>7</manvolnum></citerefentry> suite.</para>
32         <para><command>editreg</command> is a utility that 
33         can visualize windows registry files (currently only NT4) and apply 
34         so-called commandfiles to them. 
35         </para>
36 </refsect1>
39 <refsect1>
40         <title>OPTIONS</title>
42         <variablelist>
43                 <varlistentry>
44                 <term>registry_file</term>
45                 <listitem><para>Registry file to view or edit.  </para></listitem>
46                 </varlistentry>
49                 <varlistentry>
50                 <term>-v,--verbose</term>
51                 <listitem><para>Increases verbosity of messages. 
52                 </para></listitem>
53                 </varlistentry>
55                 <varlistentry>
56                 <term>-c commandfile</term>
57                 <listitem><para>Read commands to execute on <filename>registry_file</filename> from <filename>commandfile</filename>. Currently not yet supported!
58                 </para></listitem>
59                 </varlistentry>
61                 &stdarg.help;
62                 
63         </variablelist>
64 </refsect1>
66 <refsect1>
67         <title>VERSION</title>
69         <para>This man page is correct for version 3.0 of the Samba 
70         suite.</para>
71 </refsect1>
73 <refsect1>
74         <title>AUTHOR</title>
75         
76         <para>The original Samba software and related utilities 
77         were created by Andrew Tridgell. Samba is now developed
78         by the Samba Team as an Open Source project similar 
79         to the way the Linux kernel is developed.</para>
80         
81         <para>The editreg man page was written by Jelmer Vernooij. </para>
82 </refsect1>
84 </refentry>