From c3df1bfac919a1dd45aa9cd944ca60becd28982a Mon Sep 17 00:00:00 2001
From: Alejandro Sanchez <alex@schedmd.com>
Date: Thu, 5 Nov 2020 16:10:57 +0100
Subject: [PATCH] Docs - Fix indention of 'enable' under 'ScronParameters'

Bug 10149
---
 doc/man/man5/slurm.conf.5 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 5a94bd6000a..795d92f33e7 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -1,4 +1,4 @@
-.TH "slurm.conf" "5" "Slurm Configuration File" "October 2020" "Slurm Configuration File"
+.TH "slurm.conf" "5" "Slurm Configuration File" "November 2020" "Slurm Configuration File"
 
 .SH "NAME"
 slurm.conf \- Slurm configuration file
@@ -3245,6 +3245,7 @@ exists otherwise use the built\-in FIFO scheduler
 .TP
 \fBScronParameters\fR
 Multiple options may be comma-separated.
+.RS
 .TP
 \fBenable\fR
 Enable the use of scrontab to submit and manage periodic repeating jobs.
-- 
GitLab