From e7ba69c5655ced2962d103be4dc0546b8548520a Mon Sep 17 00:00:00 2001 From: Deric Sullivan <deric.sullivan@ssc-spc.gc.ca> Date: Tue, 29 Dec 2015 13:34:24 -0800 Subject: [PATCH] Minor doc typo fix --- doc/man/man5/slurm.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index e7b2a88990d..2c02a7c95be 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -2218,7 +2218,7 @@ in power save mode is assigned work to perform. For reasons of reliability, \fBResumeProgram\fR may execute more than once for a node when the \fBslurmctld\fR daemon crashes and is restarted. If \fBResumeProgram\fR is unable to restore a node to service, it should -requeue any node associated with the node and set the node state to DRAIN. +requeue any job associated with the node and set the node state to DRAIN. The program executes as \fBSlurmUser\fR. The argument to the program will be the names of nodes to be removed from power savings mode (using Slurm's hostlist -- GitLab