From 1219d647538fe99c950f80bc2ff69b87f05390a3 Mon Sep 17 00:00:00 2001
From: Mark Grondona <mgrondona@llnl.gov>
Date: Tue, 2 Sep 2003 15:54:33 +0000
Subject: [PATCH]  o fix for documentation bug (gnats:260) - processes are sent
 SIGTERM    not SIGXCPU on reaching timelimit.

---
 doc/man/man1/srun.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index 9c222346a42..ba1f5136a1a 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -57,7 +57,7 @@ Establish a time limit to terminate the job after the specified number of
 minutes. If the job's time limit exceed's the partition's time limit, the 
 job will be left in a PENDING state. The default value is the partition's 
 time limit. When the time limit is reached, the job's processes are sent 
-SIGXCPU followed by SIGKILL. The interval between signals is specified by 
+SIGTERM followed by SIGKILL. The interval between signals is specified by 
 the SLURM configuration parameter \fBKillWait\fR.
 .TP
 \fB\-\-cddir\fR=\fIpath\fR
-- 
GitLab