From 8fef7dffa50b8cf02ea01416aac8c947cbbf809b Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Thu, 2 Jul 2015 15:51:13 -0700
Subject: [PATCH] clarify bf_min_age_reserve config parameter

---
 doc/man/man5/slurm.conf.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 864766104ac..3103f4ab677 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -2121,8 +2121,8 @@ This option applies only to \fBSchedulerType=sched/backfill\fR.
 .TP
 \fBbf_min_age_reserve=#\fR
 The backfill scheduler will not reserve resources for pending jobs until they
-have been runnable for at least the specified number of seconds.
-In addition jobs waiting for less than the specified number of seconds will
+have been pending and runnable for at least the specified number of seconds.
+In addition, jobs waiting for less than the specified number of seconds will
 not prevent a newly submitted job from starting immediately, even if the newly
 submitted job has a lower priority.
 This can be valuable if jobs lack time limits or all time limits have the same
-- 
GitLab