From 5dea14fa6f3c94e0b776f35a4a586367398c6600 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 20 Jul 2006 20:15:58 +0000
Subject: [PATCH] Minor change in verbage for consistency.

---
 doc/man/man1/salloc.1  | 17 ++++++++++++-----
 doc/man/man1/slaunch.1 | 18 +++++++++++++-----
 doc/man/man1/srun.1    |  8 +++++---
 3 files changed, 30 insertions(+), 13 deletions(-)

diff --git a/doc/man/man1/salloc.1 b/doc/man/man1/salloc.1
index be61083b0da..0d67d4b578e 100644
--- a/doc/man/man1/salloc.1
+++ b/doc/man/man1/salloc.1
@@ -31,14 +31,21 @@ If the resources needed to satisy a job allocation are not immediately available
 .TP 
 \fB\-c\fR, \fB\-\-cpus\-per\-task\fR=<\fIncpus\fR>
 
-
-
-.TP 
+.PP
+Help options
+.TP
 \fB\-\-help\fR
-Output help information and exit.
+Display verbose help message and exit.
+.TP 
+\fB\-\-usage\fR
+Display brief help message and exit.
+
+.PP
+Other options
 .TP 
 \fB\-V\fR, \fB\-\-version\fR
-Output version information and exit.
+Display version information and exit.
+
 .SH "ENVIRONMENT VARIABLES"
 .LP 
 .SH "EXAMPLES"
diff --git a/doc/man/man1/slaunch.1 b/doc/man/man1/slaunch.1
index 1d1d4064a64..0b51bd9207a 100644
--- a/doc/man/man1/slaunch.1
+++ b/doc/man/man1/slaunch.1
@@ -33,13 +33,21 @@ Specify that each task requires \fIncpus\fR number of CPUs.  Useful for applicat
 Run  the  job  with  an  adjusted  scheduling priority.  With no adjustment value the scheduling priority is  decreased  by  100.  The adjustment range is from \-10000 (highest priority) to 10000 (lowest priority). Only privileged users can specify a  negative adjustment. NOTE: This option is presently ignored if SchedulerType=sched/maui.
 
 
-
-.TP 
+.PP
+Help options
+.TP
 \fB\-\-help\fR
-Output help information and exit.
-.TP 
+Display verbose help message and exit.
+.TP
+\fB\-\-usage\fR
+Display brief help message and exit.
+
+.PP
+Other options
+.TP
 \fB\-V\fR, \fB\-\-version\fR
-Output version information and exit.
+Display version information and exit.
+
 .SH "ENVIRONMENT VARIABLES"
 .LP 
 .TP 
diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1
index 29a8e8b4f1e..6aa6630fd8c 100644
--- a/doc/man/man1/srun.1
+++ b/doc/man/man1/srun.1
@@ -658,15 +658,17 @@ By default the specified geometry can rotate in three dimensions.
 Help options
 .TP
 \fB\-\-help\fR
-Show this help message
+Display verbose help message and exit.
 .TP
 \fB\-\-usage\fR
-Display brief usage message
+Display brief help message and exit.
+
 .PP
 Other options
 .TP
 \fB\-V\fR, \fB\-\-version\fR
-output version information and exit
+Display version information and exit.
+
 .PP
 Unless the \fB\-a\fR (\fB\-\-attach\fR) or \fB-A\fR (\fB\-\-allocate\fR)
 options are specified (see \fBAllocate mode\fR and \fBAttaching to jobs\fR
-- 
GitLab