From f23113612cceb047ee7820d696eded7b32b93f06 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@schedmd.com>
Date: Tue, 8 Sep 2015 11:39:21 -0700
Subject: [PATCH] Improve documentation about AccountingStorageTRES

---
 doc/man/man5/slurm.conf.5 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 1c632d55d5a..aa5cb866ff2 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -123,10 +123,10 @@ Also see \fBDefaultStoragePort\fR.
 \fBAccountingStorageTRES\fR
 Comma separated list of resources you wish to track on the cluster.
 These are the resources requested by the sbatch/srun job when it
-is submitted.
-Currently this consists of any GRES, or license along with CPU, Memory,
-and Energy.  By default CPU, Energy, Memory, and Node are tracked.
-AccountingStorageTRES=cpu,energy,mem,node,gres/craynetwork,license/iop1
+is submitted.  Currently this consists of any GRES, BB (burst buffer) or
+license along with CPU, Memory, Node, and Energy.
+By default CPU, Energy, Memory, and Node are tracked.
+AccountingStorageTRES=gres/craynetwork,license/iop1
 will track cpu, energy, memory, nodes along with a gres called craynetwork
 as well as a license called iop1.  Whenever these resources are used on the
 cluster they are recorded. The TRES are automatically set up in the database
-- 
GitLab