From 7bca12107f76b7061b882f71ae7f18dd10c3f642 Mon Sep 17 00:00:00 2001
From: Killian <kilian@stanford.edu>
Date: Wed, 16 Apr 2014 14:51:19 -0700
Subject: [PATCH] Fix typo in srun/salloc/sbatch man pages for the --no-kill
 option.

---
 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 3f52fd85155..f1b65ee90e5 100644
--- a/doc/man/man1/salloc.1
+++ b/doc/man/man1/salloc.1
@@ -538,7 +538,7 @@ example "\-K1" and not "\-K 1".
 
 .TP
 \fB\-k\fR, \fB\-\-no\-kill\fR
-Do not automatically terminate a job of one of the nodes it has been
+Do not automatically terminate a job if one of the nodes it has been
 allocated fails.  The user will assume the responsibilities for fault\-tolerance
 should a node fail.  When there is a node failure, any active job steps (usually
 MPI jobs) on that node will almost certainly suffer a fatal error, but with
diff --git a/doc/man/man1/sbatch.1 b/doc/man/man1/sbatch.1
index ac4bf23ca1a..d56df64376a 100644
--- a/doc/man/man1/sbatch.1
+++ b/doc/man/man1/sbatch.1
@@ -617,7 +617,7 @@ NOTE: Only valid for user root.
 
 .TP
 \fB\-k\fR, \fB\-\-no\-kill\fR
-Do not automatically terminate a job of one of the nodes it has been
+Do not automatically terminate a job if one of the nodes it has been
 allocated fails.  The user will assume the responsibilities for fault\-tolerance
 should a node fail.  When there is a node failure, any active job steps (usually
 MPI jobs) on that node will almost certainly suffer a fatal error, but with
diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index b22906628c2..c1de00caa3c 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -653,7 +653,7 @@ not include a space between them. For example "\-K1" and not "\-K 1".
 
 .TP
 \fB\-k\fR, \fB\-\-no\-kill\fR
-Do not automatically terminate a job of one of the nodes it has been
+Do not automatically terminate a job if one of the nodes it has been
 allocated fails.  This option is only recognized on a job allocation,
 not for the submission of individual job steps.
 The job will assume all responsibilities for fault\-tolerance.
-- 
GitLab