diff --git a/doc/man/man1/sinfo.1 b/doc/man/man1/sinfo.1 index 2a279017124d06bf518e3300f79e65cea710a093..1e168f543e9457b979a8bf2b2e891fff83c76dde 100644 --- a/doc/man/man1/sinfo.1 +++ b/doc/man/man1/sinfo.1 @@ -1,4 +1,4 @@ -.TH sinfo "1" "Slurm Commands" "July 2020" "Slurm Commands" +.TH sinfo "1" "Slurm Commands" "October 2020" "Slurm Commands" .SH "NAME" sinfo \- View information about Slurm nodes and partitions. @@ -153,7 +153,7 @@ Arbitrary string to append to the end of the field. .RE .IP -The field specifications available include: +Valid \fItype\fR specifications include: .RS .TP 6 \fB%all\fR @@ -293,12 +293,6 @@ Number of threads per core. .TP \fB%z\fR Extended processor information: number of sockets, cores, threads (S:C:T) per node. -.TP -\fB%.<*>\fR -Right justification of the field. -.TP -\fB%<Number><*>\fR -Size of the field. .RE .TP @@ -311,13 +305,13 @@ Requests a comma separated list of job information to be displayed. .IP The format of each field is "type[:[.][size][suffix]]" -.RS -.TP 8 +.RS 10 +.TP \fIsize\fR The minimum field size. If no size is specified, 20 characters will be allocated to print the information. .TP -\fI .\fR +\fI.\fR Indicates the output should be right justified and size must be specified. By default, output is left justified. .TP diff --git a/doc/man/man1/squeue.1 b/doc/man/man1/squeue.1 index bc72516d7560b2fff3967e801fe539249e171c9e..015ea671a577acd9b21abec099eb8ec5743c609b 100644 --- a/doc/man/man1/squeue.1 +++ b/doc/man/man1/squeue.1 @@ -1,4 +1,4 @@ -.TH squeue "1" "Slurm Commands" "September 2020" "Slurm Commands" +.TH squeue "1" "Slurm Commands" "October 2020" "Slurm Commands" .SH "NAME" squeue \- view information about jobs located in the Slurm scheduling queue. @@ -124,8 +124,8 @@ If the command is executed in an federated cluster environment and information about more than one cluster is to be displayed and the \fB\-h, \-\-noheader\fR option is used, then the cluster name will be displayed before the default output formats shown below. -The default formats with various options are +The default formats with various options are: .RS .TP 15 \fIdefault\fR @@ -140,15 +140,15 @@ The default formats with various options are .IP The format of each field is "%[[.]size]type[suffix]" -.RS -.TP 8 +.RS 10 +.TP \fIsize\fR -is the minimum field size. -If no size is specified, whatever is needed to print the information will be used. +Minimum field size. If no size is specified, whatever is needed to print the +information will be used. .TP -\fI .\fR -indicates the output should be right justified and size must be specified. -By default, output is left justified. +\fI.\fR +Indicates the output should be right justified and size must be specified. +By default output is left justified. .TP \fIsuffix\fR Arbitrary string to append to the end of the field. @@ -453,15 +453,15 @@ Requests a comma separated list of job information to be displayed. .IP The format of each field is "type[:[.][size][sufix]]" -.RS -.TP 8 +.RS 10 +.TP \fIsize\fR -is the minimum field size. -If no size is specified, 20 characters will be allocated to print the information. +Minimum field size. If no size is specified, 20 characters will be allocated +to print the information. .TP -\fI .\fR -indicates the output should be right justified and size must be specified. -By default, output is left justified. +\fI.\fR +Indicates the output should be right justified and size must be specified. +By default output is left justified. .TP \fIsufix\fR Arbitrary string to append to the end of the field.