Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo...
authorHolger Hetterich <hhetter@novell.com>
Tue, 14 Oct 2008 18:37:41 +0000 (11:37 -0700)
committerJeremy Allison <jra@samba.org>
Tue, 14 Oct 2008 18:37:41 +0000 (11:37 -0700)
docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml

index 8f6375e570fed7eb0e1bc6ebbc6a305d18adf990..a12f44babd4a69f6f423bb38c97b095e65c122c6 100644 (file)
                <para>The module will send the data using the TCP port given
                in STRING.
                </para>
-
+               </listitem>
+               </varlistentry>
                <varlistentry>
                <term>smb_traffic_analyzer:anonymize_prefix = STRING</term>
                <listitem>
        <smbconfoption name="smb_traffic_analyzer:mode">unix_domain_socket</smbconfoption>
        </programlisting>
 
-       <para>The module running on share "example_share", using an internet domain socket,
+       <para>The module running on share "example_share", using an internet socket,
        connecting to host "examplehost" on port 3491.</para>
        <programlisting>
        <smbconfsection name="[example_share]"/>
        <smbconfoption name="path">/data/example</smbconfoption>
        <smbconfoption name="vfs objects">smb_traffic_analyzer</smbconfoption>
        <smbconfoption name="smb_traffic_analyzer:host">examplehost</smbconfoption>
-       <smbconfoption name="smb_traffic_analyzer:port">3490</smbconfoption>
+       <smbconfoption name="smb_traffic_analyzer:port">3491</smbconfoption>
        </programlisting>
 
+       <para>The module running on share "example_share", using an internet socket,
+       connecting to host "examplehost" on port 3491, anonymizing user names with
+       the prefix "User".</para>
+       <programlisting>
+       <smbconfsection name="[example_share]"/>
+       <smbconfoption name="path">/data/example</smbconfoption>
+       <smbconfoption name="vfs objects">smb_traffic_analyzer</smbconfoption>
+       <smbconfoption name="smb_traffic_analyzer:host">examplehost</smbconfoption>
+       <smbconfoption name="smb_traffic_analyzer:port">3491</smbconfoption>
+       <smbconfoption name="smb_traffic_analyzer:anonymize_prefix">User</smbconfoption>
+       </programlisting>
 </refsect1>
 
 <refsect1>