From 2284ba0a4b58fdfca674a9aa7d2386f703503c94 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Sun, 3 Apr 2011 22:14:08 +0000
Subject: [PATCH] Note new way to release held jobs

---
 doc/man/man1/salloc.1 | 2 +-
 doc/man/man1/sbatch.1 | 2 +-
 doc/man/man1/srun.1   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/man/man1/salloc.1 b/doc/man/man1/salloc.1
index 9a75410718b..f23920a7038 100644
--- a/doc/man/man1/salloc.1
+++ b/doc/man/man1/salloc.1
@@ -385,7 +385,7 @@ Examples of use include "\-\-gres=gpus:2*cpu,disk=40G" and "\-\-gres=help".
 \fB\-H, \-\-hold\fR
 Specify the job is to be submitted in a held state (priority of zero).
 A held job can now be released using scontrol to reset its priority
-(e.g. "\fIscontrol update jobid=<id> priority=1\fR".
+(e.g. "\fIscontrol release <job_id>\fR").
 
 .TP
 \fB\-h\fR, \fB\-\-help\fR
diff --git a/doc/man/man1/sbatch.1 b/doc/man/man1/sbatch.1
index 0c1a42ac242..6224d5bd0f1 100644
--- a/doc/man/man1/sbatch.1
+++ b/doc/man/man1/sbatch.1
@@ -416,7 +416,7 @@ Examples of use include "\-\-gres=gpus:2*cpu,disk=40G" and "\-\-gres=help".
 \fB\-H, \-\-hold\fR
 Specify the job is to be submitted in a held state (priority of zero).
 A held job can now be released using scontrol to reset its priority
-(e.g. "\fIscontrol update jobid=<id> priority=1\fR".
+(e.g. "\fIscontrol release <job_id>\fR").
 
 .TP
 \fB\-h\fR, \fB\-\-help\fR
diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index a3639bdfb06..41103d7f67a 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -423,7 +423,7 @@ Examples of use include "\-\-gres=gpus:2*cpu,disk=40G" and "\-\-gres=help".
 \fB\-H, \-\-hold\fR
 Specify the job is to be submitted in a held state (priority of zero).
 A held job can now be released using scontrol to reset its priority
-(e.g. "\fIscontrol update jobid=<id> priority=1\fR".
+(e.g. "\fIscontrol release <job_id>\fR".
 
 .TP
 \fB\-h\fR, \fB\-\-help\fR
-- 
GitLab