From 69c5992d173f58a71f1899fbb63d3b6219bd3f98 Mon Sep 17 00:00:00 2001 From: Holger Hetterich Date: Tue, 14 Oct 2008 10:45:09 +0200 Subject: 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. --- docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) 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 b51f6e8a16..556fa3e86e 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 + -- cgit