From 20710a622e4d2c698b19a7140533d0a0c3d3c690 Mon Sep 17 00:00:00 2001
From: "Joseph P. Donaghy" <donaghy1@llnl.gov>
Date: Thu, 26 Feb 2009 20:45:41 +0000
Subject: [PATCH] Addition of examples.

---
 doc/man/man1/sreport.1 | 29 +++++++++++++++++++++--------
 1 file changed, 21 insertions(+), 8 deletions(-)

diff --git a/doc/man/man1/sreport.1 b/doc/man/man1/sreport.1
index 7ee21cf18d7..d23c3cfc437 100644
--- a/doc/man/man1/sreport.1
+++ b/doc/man/man1/sreport.1
@@ -311,14 +311,27 @@ All commands and options are case-insensitive.
 .TP
 
 .SH "EXAMPLES"
-.eo
-.br
-> sreport job sizes 
-.br
-> sreport cluster utilization 
-.br
-> sreport user top 
-.ec
+.TP
+\fBsreport job sizes\fP
+.TP
+\fBreport cluster utilization\fP
+.TP
+\fBsreport user top\fP
+.TP
+\fBsreport job sizes All_Clusters users=gore1 account=environ PrintJobCount\fP
+Report number of jobs by user gore1 within the environ account
+.TP
+\fBsreport cluster AccountUtilizationByUser cluster=zeus user=gore1 start=2/23/08 end=2/24/09 format=Accounts,Cluster,CPU_Count,Login,Proper,Used\fP
+Report cluster account utilization with the specified fields during
+the specified 24 hour day of February 23, 2009, by user gore1
+.TP
+\fBsreport cluster AccountUtilizationByUser cluster=zeus accounts=lc start=2/23/08 end=2/24/09\fP
+Report cluster account utilization by user in the LC account on
+cluster zeus
+.TP
+\fBsreport user topusage start=2/16/09 end=2/23/09 -t percent account=lc\fP
+Report top usage in percent of the lc account during the specified week
+.TP
 
 .SH "COPYING"
 Copyright (C) 2009 Lawrence Livermore National Security.
-- 
GitLab