From c517d20ed442fd8d5757a1b2356a7bee2d1f216a Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Wed, 23 Nov 2005 20:43:38 +0000
Subject: [PATCH] Correct formatting for srun --distribution=hostfile info.

---
 doc/man/man1/srun.1 | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index 6ec4e288f83..ebd369f8e8e 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -169,7 +169,7 @@ task id.
 do not line buffer stdout from remote tasks. This option cannot be used
 with \fI\-\-label\fR. 
 .TP
-\fB\-m\fR, \fB\-\-distribution\fR=(\fIblock\fR|\fIcyclic\fR\fIhostfile\fR)
+\fB\-m\fR, \fB\-\-distribution\fR=(\fIblock\fR|\fIcyclic\fR|\fIhostfile\fR)
 Specify an alternate distribution method for remote processes.
 .RS
 .TP
@@ -189,7 +189,6 @@ The cyclic method distributes processes in a round-robin fashion across
 the allocated nodes. That is, process one will be allocated to the first
 node, process two to the second, and so on. This is the default behavior
 if the number of tasks is no larger than the number of nodes requested.
-.RE
 .TP
 .B hostfile
 The hostfile method of distribution will allocate processes in-order as 
-- 
GitLab