1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-21 18:04:06 +03:00

docs-xml:manpages: Fix tabs in samba-log-parser.1.xml

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Pavel Filipenský 2023-06-28 16:51:35 +02:00 committed by Pavel Filipensky
parent 6539f1e4cd
commit 16386bfd4c

View File

@ -29,8 +29,8 @@ options:
<command>samba-log-parser</command>
<arg choice="req">path</arg>
<arg choice="opt">--pid=PID</arg>
<arg choice="opt">--traceid=ID</arg>
<arg choice="opt">--breakdown</arg>
<arg choice="opt">--traceid=ID</arg>
<arg choice="opt">--breakdown</arg>
<arg choice="opt">--merge</arg>
<arg choice="opt">--flow</arg>
<arg choice="opt">--flow-compact</arg>
@ -70,31 +70,31 @@ options:
<varlistentry>
<term>--breakdown</term>
<listitem><para>Break down all traces to separate files in the current
working directory. For each traceid, three files are created:
traceid.full
traceid.flow
traceid.flowcompact
<listitem><para>Break down all traces to separate files in the current
working directory. For each traceid, three files are created:
traceid.full
traceid.flow
traceid.flowcompact
</para></listitem>
</varlistentry>
<varlistentry>
<term>--merge</term>
<listitem><para>Sort the trace lines according to the timestamp.
</para></listitem>
<listitem><para>Sort the trace lines according to the timestamp.
</para></listitem>
</varlistentry>
<varlistentry>
<term>--flow</term>
<listitem><para>Display the request/sub-request flow.
<listitem><para>Display the request/sub-request flow.
</para></listitem>
</varlistentry>
<varlistentry>
<term>--flow-compact</term>
<listitem><para>Display the request/sub-request flow without dcerpc
call details.
<listitem><para>Display the request/sub-request flow without dcerpc
call details.
</para></listitem>
</varlistentry>