# HG changeset patch
# User jfp <jf.pieronne@laposte.net>
# Date 1685520804 -7200
#      Wed May 31 10:13:24 2023 +0200
# Node ID 3362b10c4e7c62a3a164d197c2f148f913b105c9
# Parent  a71a0dc1e0437f92ceea99fcc64888bfd90f467b
Documentation update

diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -185,14 +185,16 @@
 <dd>Base priority to be assigned to the created process.<br>
 Default: 4</dd>
 <dt><strong>nouaf</strong></dt>
-<dd>Create the detach process with flag PRC$M_NOUAF set. Read OpenVMS documentation for more information.<br>
+<dd>Create the detach process with flag PRC$M_NOUAF set.<br>
+Read OpenVMS documentation for more information.<br>
 Default: false</dd>
 <dt><strong>quotas</strong></dt>
 <dd>Process quotas to be established for the created process. View the template configuration for format and example.</dd>
 <dt><strong>privileges</strong></dt>
 <dd>Process privileges to be established for the created process. View the template configuration for format and example.</dd>
 <dt><strong>autorestart</strong></dt>
-<dd>Specifies if supervisord should automatically restart a process if it exits when it is in the <strong>RUNNING</strong> state. May be one of false, unexpected, or true.<br>
+<dd>Specifies if supervisord should automatically restart a process if it exits when it is in the <strong>RUNNING</strong> state.<br>
+May be one of false, unexpected, or true.<br>
 If false, the process will not be autorestarted.<br>
 If unexpected, the process will be restarted when the program exits with an exit code that is not one of the exit codes associated with this process’ configuration (see exitcodes).<br>
 If true, the process will be unconditionally restarted when it exits, without regard to its exit code.<br>