From fe091ae6e86eb23b103c93195a9f3eb3b0e7ec99 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Mon, 20 Jun 2005 19:37:53 +0000
Subject: [PATCH] Add details on CheckpointType values.

---
 doc/man/man5/slurm.conf.5 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index e276b171f11..2c1f874b889 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -63,7 +63,10 @@ While not essential, it is recommended that you specify a backup controller.
 \fBCheckpointType\fR
 Define the system-initiated checkpoint method to be used for user jobs. 
 The slurmctld daemon must be restarted for a change in CheckpointType 
-to take effect.
+to take effect. 
+Acceptable values at present include "checkpoint/none" and "checkpoint/aix"
+(only on AIX systems). 
+The default value is "checkpoint/none".
 .TP
 \fBControlAddr\fR
 Name that \fBControlMachine\fR should be referred to in 
-- 
GitLab