Cygwin: Convert gmondump and profiler synopses to <cmdsynopsis>
Convert gmondump and profiler synopses to <cmdsynopsis>, since
addition of these crossed with e6b667f1
.
This commit is contained in:
parent
f9f1b39180
commit
d930fbb6ae
|
@ -806,9 +806,18 @@ line separates the ACLs for each file.
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<screen>
|
<cmdsynopsis>
|
||||||
gmondump [OPTION]... FILENAME...
|
<command>gmondump</command>
|
||||||
</screen>
|
<arg>-v</arg>
|
||||||
|
<arg rep="repeat">FILENAME</arg>
|
||||||
|
</cmdsynopsis>
|
||||||
|
<cmdsynopsis>
|
||||||
|
<command>gmondump</command>
|
||||||
|
<group choice="plain">
|
||||||
|
<arg choice="plain">-h</arg>
|
||||||
|
<arg choice="plain">-V</arg>
|
||||||
|
</group>
|
||||||
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
<refsect1 id="gmondump-options">
|
<refsect1 id="gmondump-options">
|
||||||
|
@ -2190,10 +2199,26 @@ specifying an empty password.
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
|
|
||||||
<refsynopsisdiv>
|
<refsynopsisdiv>
|
||||||
<screen>
|
<cmdsynopsis>
|
||||||
profiler [OPTION]... PROGRAM [ARG]...
|
<command>profiler</command>
|
||||||
profiler [OPTION]... -p PID
|
<arg>-defw</arg>
|
||||||
</screen>
|
<arg>-o <replaceable>FILENAME</replaceable></arg>
|
||||||
|
<arg>-s <replaceable>N</replaceable></arg>
|
||||||
|
<group choice="plain">
|
||||||
|
<arg choice="plain">
|
||||||
|
<arg choice="plain"><replaceable>PROGRAM</replaceable></arg>
|
||||||
|
<arg rep="repeat" choice="plain"><replaceable>ARG</replaceable></arg>
|
||||||
|
</arg>
|
||||||
|
<arg choice="plain">-p <replaceable>PID</replaceable></arg>
|
||||||
|
</group>
|
||||||
|
</cmdsynopsis>
|
||||||
|
<cmdsynopsis>
|
||||||
|
<command>profiler</command>
|
||||||
|
<group choice="plain">
|
||||||
|
<arg choice="plain">-h</arg>
|
||||||
|
<arg choice="plain">-V</arg>
|
||||||
|
</group>
|
||||||
|
</cmdsynopsis>
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
|
|
||||||
<refsect1 id="profiler-options">
|
<refsect1 id="profiler-options">
|
||||||
|
|
Loading…
Reference in New Issue