From: Holger Hetterich Date: Tue, 14 Oct 2008 08:45:09 +0000 (+0200) Subject: Fix the "Premature end of data in tag" error when buiding the manpage, fix a typo... X-Git-Tag: samba-4.0.0alpha6~769^2~134^2~3 X-Git-Url: http://git.samba.org/samba.git/?p=ab%2Fsamba.git%2F.git;a=commitdiff_plain;h=69c5992d173f58a71f1899fbb63d3b6219bd3f98 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 b51f6e8a16f..556fa3e86ea 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 +