From 977725e3c7b09d7546809e754a3461e7fa8c498d Mon Sep 17 00:00:00 2001 From: Morris Jette <jette@schedmd.com> Date: Tue, 12 Aug 2014 09:08:59 -0700 Subject: [PATCH] Fix bad parameter name in web page --- doc/html/power_save.shtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/html/power_save.shtml b/doc/html/power_save.shtml index 91b0cb039ca..dfe70d7e54d 100644 --- a/doc/html/power_save.shtml +++ b/doc/html/power_save.shtml @@ -102,7 +102,7 @@ List of partitions with nodes to never place in power saving mode. Multiple partitions may be specified using a comma separator. By default, no nodes are excluded.</li> -<li><b>BatchStartTime</b>: +<li><b>BatchStartTimeout</b>: Specifies how long to wait after a batch job start request is issued before we expect the batch job to be running on the compute node. Depending upon how nodes are returned to service, this value may need to @@ -263,6 +263,6 @@ and perform the following actions: <li>Boot the appropriate image for each node</li> </ol> -<p style="text-align:center;">Last modified 10 December 2012</p> +<p style="text-align:center;">Last modified 12 August 2014</p> <!--#include virtual="footer.txt"--> -- GitLab