From 6bfd5247f268393879a8582495c0b1333a6d495e Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 7 Apr 2008 19:29:46 +0000
Subject: [PATCH] fix typo

---
 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 6bb26e55530..4f7872c0420 100644
--- a/doc/man/man1/salloc.1
+++ b/doc/man/man1/salloc.1
@@ -149,7 +149,7 @@ execution.
 \fBafterany:job_id[:jobid...]\fR
 This job can begin execution after the specified jobs have terminated.
 .TP
-\fBafternotok:job_id[:jobid...\fR
+\fBafternotok:job_id[:jobid...]\fR
 This job can begin execution after the specified jobs have terminated
 in some failed state (non-zero exit code, node failure, timed out, etc).
 .TP
diff --git a/doc/man/man1/sbatch.1 b/doc/man/man1/sbatch.1
index e00f724a62e..63b901d81df 100644
--- a/doc/man/man1/sbatch.1
+++ b/doc/man/man1/sbatch.1
@@ -151,7 +151,7 @@ execution.
 \fBafterany:job_id[:jobid...]\fR
 This job can begin execution after the specified jobs have terminated.
 .TP
-\fBafternotok:job_id[:jobid...\fR
+\fBafternotok:job_id[:jobid...]\fR
 This job can begin execution after the specified jobs have terminated
 in some failed state (non-zero exit code, node failure, timed out, etc).
 .TP
diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index 92aec761cef..ff87c5ec108 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -706,7 +706,7 @@ execution.
 \fBafterany:job_id[:jobid...]\fR
 This job can begin execution after the specified jobs have terminated.
 .TP
-\fBafternotok:job_id[:jobid...\fR
+\fBafternotok:job_id[:jobid...]\fR
 This job can begin execution after the specified jobs have terminated
 in some failed state (non-zero exit code, node failure, timed out, etc).
 .TP
-- 
GitLab