Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-07-21 17:00:49 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-07-28 17:20:03 +0300
commitd930fbb6ae9c5f3af2cddae275347f2dc5d58310 (patch)
tree3973a6b1cbcecad9798007c98affbc9c12cae2cd /winsup/doc
parentf9f1b39180217bd13d8287a13fdd124420bcee9b (diff)
Cygwin: Convert gmondump and profiler synopses to <cmdsynopsis>
Convert gmondump and profiler synopses to <cmdsynopsis>, since addition of these crossed with e6b667f1.
Diffstat (limited to 'winsup/doc')
-rw-r--r--winsup/doc/utils.xml39
1 files changed, 32 insertions, 7 deletions
diff --git a/winsup/doc/utils.xml b/winsup/doc/utils.xml
index 0b7b5d0ea..659541f00 100644
--- a/winsup/doc/utils.xml
+++ b/winsup/doc/utils.xml
@@ -806,9 +806,18 @@ line separates the ACLs for each file.
</refnamediv>
<refsynopsisdiv>
- <screen>
-gmondump [OPTION]... FILENAME...
- </screen>
+ <cmdsynopsis>
+ <command>gmondump</command>
+ <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>
<refsect1 id="gmondump-options">
@@ -2190,10 +2199,26 @@ specifying an empty password.
</refnamediv>
<refsynopsisdiv>
- <screen>
-profiler [OPTION]... PROGRAM [ARG]...
-profiler [OPTION]... -p PID
- </screen>
+ <cmdsynopsis>
+ <command>profiler</command>
+ <arg>-defw</arg>
+ <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>
<refsect1 id="profiler-options">