From 5d041a38d00bf0258d935bddfa50d85fc0cd144e Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 20 Oct 2014 08:52:47 -0700
Subject: [PATCH] Fix typo in job submit man pages

---
 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 3f205601ede..a05f8488f76 100644
--- a/doc/man/man1/salloc.1
+++ b/doc/man/man1/salloc.1
@@ -1038,7 +1038,7 @@ Acceptable time formats include "minutes", "minutes:seconds",
 The job's maximum time delay may be limited by the system administrator using
 the \fBSchedulerParameters\fR configuration parameter with the
 \fBmax_switch_wait\fR parameter option.
-The default max\-time is the max_switch_wait SchedulerParameter.
+The default max\-time is the max_switch_wait SchedulerParameters.
 
 .TP
 \fB\-t\fR, \fB\-\-time\fR=<\fItime\fR>
diff --git a/doc/man/man1/sbatch.1 b/doc/man/man1/sbatch.1
index 8ea5cd229ae..4e6b9cc5b99 100644
--- a/doc/man/man1/sbatch.1
+++ b/doc/man/man1/sbatch.1
@@ -1204,7 +1204,7 @@ Acceptable time formats include "minutes", "minutes:seconds",
 The job's maximum time delay may be limited by the system administrator using
 the \fBSchedulerParameters\fR configuration parameter with the
 \fBmax_switch_wait\fR parameter option.
-The default max\-time is the max_switch_wait SchedulerParameter.
+The default max\-time is the max_switch_wait SchedulerParameters.
 
 .TP
 \fB\-t\fR, \fB\-\-time\fR=<\fItime\fR>
diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index cec6d370994..722fcce26a8 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -1515,7 +1515,7 @@ Acceptable time formats include "minutes", "minutes:seconds",
 The job's maximum time delay may be limited by the system administrator using
 the \fBSchedulerParameters\fR configuration parameter with the
 \fBmax_switch_wait\fR parameter option.
-The default max\-time is the max_switch_wait SchedulerParameter.
+The default max\-time is the max_switch_wait SchedulerParameters.
 
 .TP
 \fB\-T\fR, \fB\-\-threads\fR=<\fInthreads\fR>
-- 
GitLab