From 7f2795020d4b4698db9431a37af6a6d6a397eabf Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Thu, 19 Oct 2006 22:45:31 +0000 Subject: [PATCH] Fix srun man page formatting bugs. --- doc/man/man1/srun.1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index 7fa4bb3cfe3..a09d524355c 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -930,7 +930,7 @@ job0128.out job%j\-%2t.out job128\-00.out, job128\-01.out, ... .PP -.RS \-10 +.RS -10 .PP .B "Allocate Mode" .PP @@ -1232,7 +1232,7 @@ For example: 1,7 echo task:%t 0,2\-3 echo offset:%o -$ srun \-n8 \-\l \-\-multi\-prog silly.conf +> srun \-n8 \-l \-\-multi\-prog silly.conf 0: offset:0 1: task:1 2: offset:1 @@ -1302,7 +1302,7 @@ echo $SLURM_NODELIST srun \-lN2 \-r2 hostname srun \-lN2 hostname -> srun \-A \-\N4 test.sh +> srun \-A \-N4 test.sh dev[7\-10] 0: dev9 1: dev10 -- GitLab