Fix more typos.
[import/samba-docs-svnimport.git] / manpages-3 / profiles.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="profiles.1">
4
5 <refmeta>
6         <refentrytitle>profiles</refentrytitle>
7         <manvolnum>1</manvolnum>
8 </refmeta>
9
10
11 <refnamediv>
12         <refname>profiles</refname>
13         <refpurpose>A utility to report and change SIDs in registry files
14         </refpurpose>
15 </refnamediv>
16
17 <refsynopsisdiv>
18         <cmdsynopsis>
19                 <command>profiles</command>
20                 <arg choice="opt">-v</arg>
21                 <arg choice="opt">-c SID</arg>
22                 <arg choice="opt">-n SID</arg>
23                 <arg choice="req">file</arg>
24         </cmdsynopsis>
25 </refsynopsisdiv>
26
27 <refsect1>
28         <title>DESCRIPTION</title>
29
30         <para>This tool is part of the <citerefentry><refentrytitle>samba</refentrytitle>
31         <manvolnum>7</manvolnum></citerefentry> suite.</para>
32
33         <para><command>profiles</command> is a utility that 
34         reports and changes SIDs in windows registry files. It currently only 
35         supports NT.
36         </para>
37 </refsect1>
38
39
40 <refsect1>
41         <title>OPTIONS</title>
42
43         <variablelist>
44                 <varlistentry>
45                 <term>file</term>
46                 <listitem><para>Registry file to view or edit.  </para></listitem>
47                 </varlistentry>
48
49
50                 <varlistentry>
51                 <term>-v,--verbose</term>
52                 <listitem><para>Increases verbosity of messages. 
53                 </para></listitem>
54                 </varlistentry>
55
56                 <varlistentry>
57                 <term>-c SID1 -n SID2</term>
58                 <listitem><para>Change all occurences of SID1 in <filename>file</filename> by SID2.
59                 </para></listitem>
60                 </varlistentry>
61
62                 &stdarg.help;
63                 
64         </variablelist>
65 </refsect1>
66
67 <refsect1>
68         <title>VERSION</title>
69
70         <para>This man page is correct for version 3.0 of the Samba 
71         suite.</para>
72 </refsect1>
73
74 <refsect1>
75         <title>AUTHOR</title>
76         
77         <para>The original Samba software and related utilities 
78         were created by Andrew Tridgell. Samba is now developed
79         by the Samba Team as an Open Source project similar 
80         to the way the Linux kernel is developed.</para>
81         
82         <para>The profiles man page was written by Jelmer Vernooij. </para>
83 </refsect1>
84
85 </refentry>