From f43caf1c1a21bc19e48d4e60105deb21de351e9b Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Tue, 8 Oct 2013 06:35:37 -0700
Subject: [PATCH] correct documentation

---
 doc/man/man5/slurm.conf.5 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 1d28bf2e141..bc9d6431f4e 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -864,11 +864,11 @@ Only used for database type storage plugins, ignored otherwise.
 Also see \fBDefaultStorageUser\fR.
 
 .TP
-\fBJobContainerPlugin\fR
+\fBJobContainerType\fR
 Identifies the plugin to be used for job tracking.
-The slurmd daemon must be restarted for a change in JobContainerPlugin
+The slurmd daemon must be restarted for a change in JobContainerType
 to take effect.
-NOTE: The \fBJobContainerPlugin\fR applies to a job allocation, while
+NOTE: The \fBJobContainerType\fR applies to a job allocation, while
 \fBProctrackType\fR applies to job steps.
 Acceptable values at present include:
 .RS
-- 
GitLab