From 0715dc34cea2382220eb3fc94ca2558ebc52fe1c Mon Sep 17 00:00:00 2001 From: James Corbett Date: Tue, 2 Apr 2024 18:42:15 -0700 Subject: [PATCH] doc: fix whitespace issues in admin guide Problem: some code formatting is wonky in the admin guide because of whitespace issues. Fix it. --- doc/guide/admin.rst | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/doc/guide/admin.rst b/doc/guide/admin.rst index 3346f2998ef8..ac75e4186bc5 100644 --- a/doc/guide/admin.rst +++ b/doc/guide/admin.rst @@ -666,15 +666,16 @@ components need to be configured, which is explained in the steps below. "-e", "/usr/libexec/flux/flux-imp,run,epilog" ] - 4. (optional) If log messages from the prolog or epilog are filling - up the broker logs, a list of ignore patterns may be added via - the ``[job-manager.perilog]`` ``log-ignore`` array. Each entry - in the array should be a :linux:man7:`regex`. POSIX extended - regular expression syntax is supported, e.g.: - - .. code-block:: toml - [job-manager] - perilog.log-ignore = [ ".*Xauth.*", "^foo:.*debug" ] + 4. (optional) If log messages from the prolog or epilog are filling + up the broker logs, a list of ignore patterns may be added via + the ``[job-manager.perilog]`` ``log-ignore`` array. Each entry + in the array should be a :linux:man7:`regex`. POSIX extended + regular expression syntax is supported, e.g.: + + .. code-block:: toml + + [job-manager] + perilog.log-ignore = [ ".*Xauth.*", "^foo:.*debug" ] Note that the ``flux perilog-run`` command will additionally execute any scripts in ``/etc/flux/system/{prolog,epilog}.d`` on rank 0 by default as