From 3f8428f7ddbf8d2ebe3bb1bf0e4569011b9be6c3 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 17 Nov 2004 16:59:35 +0000 Subject: [PATCH] Correct a typo and expand explanation of "--all" option to show command. --- doc/man/man1/scontrol.1 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/man/man1/scontrol.1 b/doc/man/man1/scontrol.1 index bfe552ed0ab..375cf2cdb11 100644 --- a/doc/man/man1/scontrol.1 +++ b/doc/man/man1/scontrol.1 @@ -1,4 +1,4 @@ -.TH SCONTROL "1" "August 2004" "scontrol 0.4" "Slurm components" +.TH SCONTROL "1" "November 2004" "scontrol 0.4" "Slurm components" .SH "NAME" scontrol \- Used view and modify Slurm configuration and state. @@ -23,9 +23,10 @@ be abbreviated to the extent that the specification is unique. \fBOPTIONS\fR .TP \fB\-a\fR, \fB\-\-all\fR -Show all partitiion, their jobs and jobs steps. This causes information to be -displayed about partitions that are configured as hidden and partitions that -are unavailable to user's group. +When the \fIshow\fR command is used, then display all partitions, their jobs +and jobs steps. This causes information to be displayed about partitions +that are configured as hidden and partitions that are unavailable to user's +group. .TP \fB\-h\fR, \fB\-\-help\fR Print a help message describing the usage of scontrol. @@ -330,7 +331,7 @@ PartitionName=class TotalNodes=10 TotalCPUs=20 RootOnly=NO .br MinNodes=1 MaxNodes=2 AllowGroups=students .br - Nodes=lx[0031-0040] NodeIndecies=31,40,-1 + Nodes=lx[0031-0040] NodeIndicies=31,40,-1 .br scontrol: update PartitionName=class MaxTime=99 MaxNodes=4 .br -- GitLab