summaryrefslogtreecommitdiff
path: root/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
diff options
context:
space:
mode:
authorbubulle <bubulle@alioth.debian.org>2012-06-26 14:36:50 +0000
committerbubulle <bubulle@alioth.debian.org>2012-06-26 14:36:50 +0000
commitff4e46655ea945eb05e4b142a98c001e3734e8d1 (patch)
treec01c1969f320e9bc9de0f1c057b346586f3faff2 /docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
parentdd59b3a6064b87bdaa730e454c48588118829335 (diff)
downloadsamba-ff4e46655ea945eb05e4b142a98c001e3734e8d1.tar.gz
Load samba-3.6.6 into branches/samba/upstream.upstream/3.6.6
git-svn-id: svn://svn.debian.org/svn/pkg-samba/branches/samba/upstream@4134 fc4039ab-9d04-0410-8cac-899223bdd6b0
Diffstat (limited to 'docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml')
-rw-r--r--docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml6
1 files changed, 3 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 605e096f6f..861f7a8d48 100644
--- a/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
+++ b/docs-xml/manpages-3/vfs_smb_traffic_analyzer.8.xml
@@ -63,7 +63,7 @@
</simplelist>
<para><command>vfs_smb_traffic_analyzer</command> sends the following data
- in a fixed format seperated by a comma through either an internet or a
+ in a fixed format separated by a comma through either an internet or a
unix domain socket:</para>
<programlisting>
BYTES|USER|DOMAIN|READ/WRITE|SHARE|FILENAME|TIMESTAMP
@@ -76,9 +76,9 @@
<listitem><para><command>USER</command> - the user who initiated the operation</para></listitem>
<listitem><para><command>DOMAIN</command> - the domain of the user</para></listitem>
<listitem><para><command>READ/WRITE</command> - either "W" for a write operation or "R" for read</para></listitem>
- <listitem><para><command>SHARE</command> - the name of the share on which the VFS operation occured</para></listitem>
+ <listitem><para><command>SHARE</command> - the name of the share on which the VFS operation occurred</para></listitem>
<listitem><para><command>FILENAME</command> - the name of the file that was used by the VFS operation</para></listitem>
- <listitem><para><command>TIMESTAMP</command> - a timestamp, formatted as "yyyy-mm-dd hh-mm-ss.ms" indicating when the VFS operation occured</para></listitem>
+ <listitem><para><command>TIMESTAMP</command> - a timestamp, formatted as "yyyy-mm-dd hh-mm-ss.ms" indicating when the VFS operation occurred</para></listitem>
<listitem><para><command>IP</command> - The IP Address (v4 or v6) of the client machine that initiated the VFS operation.</para></listitem>
</itemizedlist>