public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Cygwin: Convert gmondump and profiler synopses to <cmdsynopsis>
@ 2021-07-28 14:21 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2021-07-28 14:21 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=d930fbb6ae9c5f3af2cddae275347f2dc5d58310

commit d930fbb6ae9c5f3af2cddae275347f2dc5d58310
Author: Jon Turney <jon.turney@dronecode.org.uk>
Date:   Wed Jul 21 15:00:49 2021 +0100

    Cygwin: Convert gmondump and profiler synopses to <cmdsynopsis>
    
    Convert gmondump and profiler synopses to <cmdsynopsis>, since
    addition of these crossed with e6b667f1.

Diff:
---
 winsup/doc/utils.xml | 39 ++++++++++++++++++++++++++++++++-------
 1 file 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">


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-28 14:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-28 14:21 [newlib-cygwin] Cygwin: Convert gmondump and profiler synopses to <cmdsynopsis> Jon TURNEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).