Skip to content
Snippets Groups Projects
Commit 09769ad7 authored by Ben Roberts's avatar Ben Roberts
Browse files

Docs - Fix some formatting of sinfo and squeue docs

Bug 8833
parent ddf86cee
No related branches found
No related tags found
No related merge requests found
.TH sinfo "1" "Slurm Commands" "July 2020" "Slurm Commands" .TH sinfo "1" "Slurm Commands" "October 2020" "Slurm Commands"
.SH "NAME" .SH "NAME"
sinfo \- View information about Slurm nodes and partitions. sinfo \- View information about Slurm nodes and partitions.
...@@ -153,7 +153,7 @@ Arbitrary string to append to the end of the field. ...@@ -153,7 +153,7 @@ Arbitrary string to append to the end of the field.
.RE .RE
.IP .IP
The field specifications available include: Valid \fItype\fR specifications include:
.RS .RS
.TP 6 .TP 6
\fB%all\fR \fB%all\fR
...@@ -293,12 +293,6 @@ Number of threads per core. ...@@ -293,12 +293,6 @@ Number of threads per core.
.TP .TP
\fB%z\fR \fB%z\fR
Extended processor information: number of sockets, cores, threads (S:C:T) per node. 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 .RE
.TP .TP
...@@ -311,13 +305,13 @@ Requests a comma separated list of job information to be displayed. ...@@ -311,13 +305,13 @@ Requests a comma separated list of job information to be displayed.
.IP .IP
The format of each field is "type[:[.][size][suffix]]" The format of each field is "type[:[.][size][suffix]]"
.RS .RS 10
.TP 8 .TP
\fIsize\fR \fIsize\fR
The minimum field size. The minimum field size.
If no size is specified, 20 characters will be allocated to print the information. If no size is specified, 20 characters will be allocated to print the information.
.TP .TP
\fI .\fR \fI.\fR
Indicates the output should be right justified and size must be specified. Indicates the output should be right justified and size must be specified.
By default, output is left justified. By default, output is left justified.
.TP .TP
......
.TH squeue "1" "Slurm Commands" "September 2020" "Slurm Commands" .TH squeue "1" "Slurm Commands" "October 2020" "Slurm Commands"
.SH "NAME" .SH "NAME"
squeue \- view information about jobs located in the Slurm scheduling queue. 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 ...@@ -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 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 option is used, then the cluster name will be displayed before the default
output formats shown below. output formats shown below.
The default formats with various options are
The default formats with various options are:
.RS .RS
.TP 15 .TP 15
\fIdefault\fR \fIdefault\fR
...@@ -140,15 +140,15 @@ The default formats with various options are ...@@ -140,15 +140,15 @@ The default formats with various options are
.IP .IP
The format of each field is "%[[.]size]type[suffix]" The format of each field is "%[[.]size]type[suffix]"
.RS .RS 10
.TP 8 .TP
\fIsize\fR \fIsize\fR
is the minimum field size. Minimum field size. If no size is specified, whatever is needed to print the
If no size is specified, whatever is needed to print the information will be used. information will be used.
.TP .TP
\fI .\fR \fI.\fR
indicates the output should be right justified and size must be specified. Indicates the output should be right justified and size must be specified.
By default, output is left justified. By default output is left justified.
.TP .TP
\fIsuffix\fR \fIsuffix\fR
Arbitrary string to append to the end of the field. 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. ...@@ -453,15 +453,15 @@ Requests a comma separated list of job information to be displayed.
.IP .IP
The format of each field is "type[:[.][size][sufix]]" The format of each field is "type[:[.][size][sufix]]"
.RS .RS 10
.TP 8 .TP
\fIsize\fR \fIsize\fR
is the minimum field size. Minimum field size. If no size is specified, 20 characters will be allocated
If no size is specified, 20 characters will be allocated to print the information. to print the information.
.TP .TP
\fI .\fR \fI.\fR
indicates the output should be right justified and size must be specified. Indicates the output should be right justified and size must be specified.
By default, output is left justified. By default output is left justified.
.TP .TP
\fIsufix\fR \fIsufix\fR
Arbitrary string to append to the end of the field. Arbitrary string to append to the end of the field.
......
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