From 9bd27bcb5cb39583f26ade58bc51a2ffb89c86d7 Mon Sep 17 00:00:00 2001 From: Felip Moll <felip.moll@schedmd.com> Date: Wed, 22 Nov 2017 13:54:06 -0700 Subject: [PATCH] Docs - close <i> tag properly in accounting.shtml. Bug 4404. --- doc/html/accounting.shtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/html/accounting.shtml b/doc/html/accounting.shtml index 07432446b52..a206b0798b1 100644 --- a/doc/html/accounting.shtml +++ b/doc/html/accounting.shtml @@ -26,7 +26,7 @@ or MariaDB database (using the InnoDB storage engine), optionally using SlurmDBD <li><b>JobAcctGatherType</b> is operating system dependent and controls what mechanism is used to collect accounting information. Supported values are <i>jobacct_gather/linux</i> (recommended), -<i>jobacct_gather/cgroup<i> and <i>jobacct_gather/none</i> +<i>jobacct_gather/cgroup</i> and <i>jobacct_gather/none</i> (no information collected).</li> <li><b>JobCompType</b> controls how job completion information is recorded. This can be used to record basic job information such -- GitLab