# HG changeset patch
# User jfp <jf.pieronne@laposte.net>
# Date 1685451452 -7200
#      Tue May 30 14:57:32 2023 +0200
# Node ID 64c7f0b45e58c2db9ed5ee1120de058cdb9e68fd
# Parent  e6b8d0f8cacefa7313fd97b63a59f6404a7516ca
Documentation update

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -52,79 +52,51 @@
 Running processes doesn't need to be stopped. When restarting **supervisord** find the necessary informations for running processes using the logical name table **SUPERVISORD_TABLE**.
 
 ### supervisord Command-Line Options
-- **-c FILE, --configuration=FILE**
-
-  The path to a **supervisord** configuration file. Unix syntax should be used
-
-- **-n, --nodaemon**
-
-  Run supervisord in the foreground.
-
-- **-p pwd, --password=pwd**
-
-  Optional password, used by **supervisorctl**.
-
-- **-h, --help**
-
-  Show supervisord command help.
+<dl>
+<dt><strong>-c FILE, --configuration=FILE</strong></dt>
+<dd>The path to a **supervisord** configuration file. Unix syntax should be used</dd>
+<dt><strong>-n, --nodaemon</strong></dt>
+<dd>Run supervisord in the foreground</dd>
+<dt><strong>-p pwd, --password=pwd</strong></dt>
+<dd>Optional password, used with <strong>supervisorctl</strong></dd>
+<dt><strong>-h, --help</strong></dt>
+<dd>Show supervisord command help</dd>
+</dl>
 
 ## Running supervisorctl
 Required privilege: **PRMMBX, SYSNAM**
 ### supervisorctl Command-Line Options
-- **-c FILE, --configuration=FILE**
-
-  The path to a **supervisord** configuration file. Unix syntax should be used
-
-- **-p pwd, --password=pwd**
-
-  Optional password, used by **supervisorctl**.
-
-- **-h, --help**
-
-  Show supervisord command help.
+<dl>
+<dt><strong>-c FILE, --configuration=FILE</strong></dt>
+<dd>The path to a <strong>supervisord</strong> configuration file. Unix syntax should be used</dd>
+<dt><strong>-p pwd, --password=pwd</strong></dt>
+<dd>Optional password, used with <strong>supervisord</strong></dd>
+<dt><strong>-h, --help</strong></dt>
+<dd>Show supervisord command help</dd>
+</dl>
 
 ### supervisorctl Actions
-- **help**
-
-  Print a list of available actions
-
-- **help \<action\>**
-
-  Print help for \<action\>
-
-- **start \<name\>**
-
-  Start a process
-
-- **start \<name\> \<name\>**
-
-  Start multiple processes
-
-- **start all**
-
-  Start all processes
-
-- **status**
-
-  Get all process status info.
-
-- **status \<name\>**
-
-  Get status on a single process by name.
-
-- **status \<name\> \<name\>**
-
-  Get status on multiple named processes.
-
-- **stop \<name\>**
-
-  Stop a process
-
-- **stop \<name\> \<name\>**
-
-  Stop multiple processes
-
-- **stop all**
-
-  Stop all processes
-
+<dl>
+<dt><strong>help</strong></dt>
+<dd>Print a list of available actions</dd>
+<dt><strong>help &lt;action&gt;</strong></dt>
+<dd>Print help for &lt;action&gt;</dd>
+<dt><strong>start &lt;name&gt;</strong></dt>
+<dd>Start a process</dd>
+<dt><strong>start &lt;name&gt; &lt;name&gt;</strong></dt>
+<dd>Start multiple processes</dd>
+<dt><strong>start all</strong></dt>
+<dd>Start all processes</dd>
+<dt><strong>status</strong></dt>
+<dd>Get all process status info.</dd>
+<dt><strong>status &lt;name&gt;</strong></dt>
+<dd>Get status on a single process by name</dd>
+<dt><strong>status &lt;name&gt; &lt;name&gt;</strong></dt>
+<dd>Get status on multiple named processes</dd>
+<dt><strong>stop &lt;name&gt;</strong></dt>
+<dd>Stop a process</dd>
+<dt><strong>stop &lt;name&gt; &lt;name&gt;</strong></dt>
+<dd>Stop multiple processes</dd>
+<dt><strong>stop all</strong></dt>
+<dd>Stop all processes</dd>
+</dl>