From e64de221be48ad3b0b5895abbb2814c65f3afa9d Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 10 Mar 2011 00:47:13 +0000
Subject: [PATCH] put parameters into alphabetic order

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

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 1f45d2c8115..6613fc28ec3 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -2147,6 +2147,13 @@ logical number of processors per socket.
 need to specify this parameter in order to optimize scheduling.
 The default value is 1.
 
+.TP
+\fBCPUs\fR
+Number of logical processors on the node (e.g. "2").
+If \fBCPUs\fR is omitted, it will set equal to the product of
+\fBSockets\fR, \fBCoresPerSocket\fR, and \fBThreadsPerCore\fR.
+The default value is 1.
+
 .TP
 \fBFeature\fR
 A comma delimited list of arbitrary strings indicative of some
@@ -2178,11 +2185,8 @@ for all \fBslurmd\fR daemons on all compute nodes as defined by the
 recommended except for development or testing purposes.
 
 .TP
-\fBCPUs\fR
-Number of logical processors on the node (e.g. "2").
-If \fBCPUs\fR is omitted, it will set equal to the product of
-\fBSockets\fR, \fBCoresPerSocket\fR, and \fBThreadsPerCore\fR.
-The default value is 1.
+\fBProcs\fR
+See \fBCPUs\fR.
 
 .TP
 \fBRealMemory\fR
-- 
GitLab