Skip to content
Snippets Groups Projects
Commit 8f9e5e7e authored by Gennaro Oliva's avatar Gennaro Oliva Committed by Tim Wickberg
Browse files

doc patch: properly escape hyphens in man pages

parent 870273ca
No related branches found
No related tags found
No related merge requests found
.TH srun "1" "Slurm Commands" "November 2015" "Slurm Commands"
.TH srun "1" "Slurm Commands" "January 2016" "Slurm Commands"
.SH "NAME"
srun \- Run parallel jobs
......@@ -145,7 +145,7 @@ Copy executable file to allocated compute nodes.
If a file name is specified, copy the executable to the specified destination
file path. If no path is specified, copy the file to a file named
"slurm_bcast_<job_id>.<step_id>" in the current working.
For example, "srun \-\-bcast=/tmp/mine -N3 a.out" will copy the file "a.out"
For example, "srun \-\-bcast=/tmp/mine \-N3 a.out" will copy the file "a.out"
from your current directory to the file "/tmp/mine" on each of the three
allocated compute nodes and execute that file.
......
.TH "slurm.conf" "5" "Slurm Configuration File" "November 2015" "Slurm Configuration File"
.TH "slurm.conf" "5" "Slurm Configuration File" "January 2016" "Slurm Configuration File"
.SH "NAME"
slurm.conf \- Slurm configuration file
......@@ -1666,7 +1666,7 @@ not recommended.
.TP
\fBREQUEUE\fR
preempts jobs by requeuing them (if possible) or canceling them.
For jobs to be requeued they must have the --requeue sbatch option set
For jobs to be requeued they must have the \-\-requeue sbatch option set
or the cluster wide JobRequeue parameter in slurm.conf must be set to one.
.TP
\fBSUSPEND\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment