From 3c5e5115fa37d38e8e3ccd7c4b3a7e122c340b1e Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Mon, 26 Sep 2016 10:10:11 -0600
Subject: [PATCH] Move --partition into right place in salloc man page

It was out of alphabetic order before (e.g. after --power).
---
 doc/man/man1/salloc.1 | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/doc/man/man1/salloc.1 b/doc/man/man1/salloc.1
index 85d5a18e0bb..b3e9fe462b7 100644
--- a/doc/man/man1/salloc.1
+++ b/doc/man/man1/salloc.1
@@ -1112,6 +1112,17 @@ permitted to execute per node.  NOTE: \fBMAX_TASKS_PER_NODE\fR is
 defined in the file \fIslurm.h\fR and is not a variable, it is set at
 Slurm build time.
 
+.TP
+\fB\-p\fR, \fB\-\-partition\fR=<\fIpartition_names\fR>
+Request a specific partition for the resource allocation.  If not specified,
+the default behavior is to allow the slurm controller to select the default
+partition as designated by the system administrator. If the job can use more
+than one partition, specify their names in a comma separate list and the one
+offering earliest initiation will be used with no regard given to the partition
+name ordering (although higher priority partitions will be considered first).
+When the job is initiated, the name of the partition used will be placed first
+in the job record partition string.
+
 .TP
 \fB\-\-power\fR=<\fIflags\fR>
 Comma separated list of power management plugin options.
@@ -1158,16 +1169,6 @@ Lustre data is collected.
 \fBNetwork\fR
 Network (InfiniBand) data is collected.
 .RE
-.TP
-\fB\-p\fR, \fB\-\-partition\fR=<\fIpartition_names\fR>
-Request a specific partition for the resource allocation.  If not specified,
-the default behavior is to allow the slurm controller to select the default
-partition as designated by the system administrator. If the job can use more
-than one partition, specify their names in a comma separate list and the one
-offering earliest initiation will be used with no regard given to the partition
-name ordering (although higher priority partitions will be considered first).
-When the job is initiated, the name of the partition used will be placed first
-in the job record partition string.
 
 .TP
 \fB\-Q\fR, \fB\-\-quiet\fR
-- 
GitLab