From 3b65de3bc5d3b34ec48f3665f0fa2ac701c766d3 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 24 Jul 2002 18:53:23 +0000
Subject: [PATCH] Added scontrol shutdown command for slurmctld.

---
 doc/man/man1/scontrol.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/man/man1/scontrol.1 b/doc/man/man1/scontrol.1
index 48d8e211a37..aafef26fd15 100644
--- a/doc/man/man1/scontrol.1
+++ b/doc/man/man1/scontrol.1
@@ -61,6 +61,9 @@ Multiple node names may be specified using simple regular expressions
 (e.g. "lx[10-20]"). All other \fIID\fP values must identify a single 
 element. By default, all elements of the entity type specified are printed.
 .TP
+\fIshutdown\fP
+Instruct the Slurm controller to terminate.
+.TP
 \fIupdate\fP \fISPECIFICATION\fP 
 Update job, node or partition configuration per the supplied specification.
 \fISPECIFICATION\fP is in the same format as the Slurm configuration file 
@@ -129,5 +132,5 @@ details.
 .SH "SEE ALSO"
 \fBslurm_load_ctl_conf\fR(3), \fBslurm_load_jobs\fR(3), \fBslurm_load_node\fR(3), 
 \fBslurm_load_partitions\fR(3), 
-\fBslurm_reconfigure\fR(3), 
+\fBslurm_reconfigure\fR(3), \fBslurm_shutdown\fR(3), 
 \fBslurm_update_job\fR(3), \fBslurm_update_node\fR(3), \fBslurm_update_partition\fR(3)
-- 
GitLab