From cdab8e0378ec8dea83d2c7841c257a80cbebfc21 Mon Sep 17 00:00:00 2001
From: "Joseph P. Donaghy" <donaghy1@llnl.gov>
Date: Thu, 26 Mar 2009 13:44:21 +0000
Subject: [PATCH] Edits in Examples section format making it similar to squeue
 Examples format.

---
 doc/man/man1/sprio.1 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/doc/man/man1/sprio.1 b/doc/man/man1/sprio.1
index c1841422717..379432758b2 100644
--- a/doc/man/man1/sprio.1
+++ b/doc/man/man1/sprio.1
@@ -142,6 +142,7 @@ suppressed.
 Print the list of all pending jobs with their weighted priorities
 .br
 > sprio
+.br
   JOBID   PRIORITY        AGE  FAIRSHARE    JOBSIZE  PARTITION        QOS
 .br
   65539      62664          0      51664       1000      10000          0
@@ -154,7 +155,7 @@ Print the list of all pending jobs with their weighted priorities
 .eo
 Print the list of all pending jobs with their normalized priorities
 .br
-> sprio \-n
+> sprio -n
 .br
   JOBID PRIORITY   AGE        FAIRSHARE  JOBSIZE    PARTITION  QOS
 .br
@@ -168,7 +169,7 @@ Print the list of all pending jobs with their normalized priorities
 .eo
 Print the job priorities for specific jobs
 .br
-> sprio \-\-jobs=65548,65547
+> sprio --jobs=65548,65547
 .br
   JOBID   PRIORITY        AGE  FAIRSHARE    JOBSIZE  PARTITION        QOS
 .br
@@ -180,7 +181,7 @@ Print the job priorities for specific jobs
 .eo
 Print the job priorities for jobs of specific users
 .br
-> sprio \-\-users=fred,sally
+> sprio --users=fred,sally
 .br
   JOBID     USER  PRIORITY       AGE  FAIRSHARE   JOBSIZE  PARTITION     QOS
 .br
@@ -192,7 +193,7 @@ Print the job priorities for jobs of specific users
 .eo
 Print the configured weights for each priority component
 .br
-> sprio \-w
+> sprio -w
 .br
   JOBID   PRIORITY        AGE  FAIRSHARE    JOBSIZE  PARTITION        QOS
 .br
-- 
GitLab