From a52be691bbb0d49a8941cfa70c78725d6ceb0d4b Mon Sep 17 00:00:00 2001 From: Gennaro Oliva <oliva.g@na.icar.cnr.it> Date: Tue, 11 Jun 2013 07:33:16 -0700 Subject: [PATCH] Documentation fixes for formatting and spelling problems --- doc/man/man1/srun.1 | 8 +++++--- doc/man/man5/slurm.conf.5 | 2 +- doc/man/man8/spank.8 | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index 59db00362e8..816678808bd 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -924,7 +924,7 @@ order of preferences is IPONLY (which is not considered in User Space mode), HFI, IB, HPCE, and KMUX. .TP \fBCAU\fR=<\fIcount\fR> -Number of Collecitve Accelleration Units (CAU) required. +Number of Collecitve Acceleration Units (CAU) required. Applies only to IBM Power7-IH processors. Default value is zero. Independent CAU will be allocated for each programming interface (MPI, LAPI, etc.) @@ -1991,7 +1991,9 @@ Total number of nodes in the job's resource allocation Sets of node name, communication address and hostname for nodes allocated to the job from the cloud. Each element in the set if colon separated and each set is comma separated. For example: -SLURM_NODE_ALIASES=ec0:1.2.3.4:foo,ec1:1.2.3.5:bar +.na +SLURM_NODE_ALIASES\:=\:ec0:1.2.3.4:foo,ec1:1.2.3.5:bar +.ad .TP \fBSLURM_NODEID\fR The relative node ID of the current node @@ -2010,7 +2012,7 @@ This value is propagated to the spawned processes. The MPI rank (or relative process ID) of the current process .TP \fBSLURM_SRUN_COMM_HOST\fR -IP adress of srun communication host. +IP address of srun communication host. .TP \fBSLURM_SRUN_COMM_PORT\fR srun communication port. diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 4c5d8c38b25..3f1a710f91c 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -1,4 +1,4 @@ -.TH "slurm.conf" "17" "December 2012" "slurm.conf 2.5" "Slurm configuration file" +.TH "slurm.conf" "5" "December 2012" "slurm.conf 2.5" "Slurm configuration file" .SH "NAME" slurm.conf \- Slurm configuration file diff --git a/doc/man/man8/spank.8 b/doc/man/man8/spank.8 index 2f8eaf32b61..c34b16f3ab7 100644 --- a/doc/man/man8/spank.8 +++ b/doc/man/man8/spank.8 @@ -357,7 +357,7 @@ This function returns \fBESPANK_SUCCESS\fR if the option defined in the struct spank_option \fIopt\fR has been used by the user. If \fIoptargp\fR is non-NULL then it is set to any option argument passed (if the option takes an argument). The use of this method is \fIrequired\fR to process -options in \fBjob_script\fR context (\fBslurm_spank_job_prolog\R and +options in \fBjob_script\fR context (\fBslurm_spank_job_prolog\fR and \fBslurm_spank_job_epilog\fR). .SH "CONFIGURATION" -- GitLab