From: Holger Hetterich Date: Tue, 14 Oct 2008 18:37:41 +0000 (-0700) Subject: Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo... X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d202a8a7bccc65e47fc78b17d89b7e74a358487;p=thirdparty%2Fsamba.git Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo in the text, add an example for anonymization usage. --- diff --git a/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml b/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml index 8f6375e570f..a12f44babd4 100644 --- a/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml +++ b/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml @@ -105,7 +105,8 @@ The module will send the data using the TCP port given in STRING. - + + smb_traffic_analyzer:anonymize_prefix = STRING @@ -131,16 +132,27 @@ unix_domain_socket - The module running on share "example_share", using an internet domain socket, + The module running on share "example_share", using an internet socket, connecting to host "examplehost" on port 3491. /data/example smb_traffic_analyzer examplehost - 3490 + 3491 + 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". + + + /data/example + smb_traffic_analyzer + examplehost + 3491 + User +