From 2ec9fcd30a8931dfdf3773dfbeb4835d49ba09b2 Mon Sep 17 00:00:00 2001
From: Brian Christiansen <brian@schedmd.com>
Date: Thu, 2 Nov 2017 13:18:48 -0600
Subject: [PATCH] Update slurm.conf man page with billing tres

Continuation of 72305e30fbdd
---
 doc/man/man5/slurm.conf.5 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5
index 28ce1873389..de2e403b554 100644
--- a/doc/man/man5/slurm.conf.5
+++ b/doc/man/man5/slurm.conf.5
@@ -125,12 +125,12 @@ 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, BB (burst buffer) or
 license along with CPU, Memory, Node, and Energy.
-By default CPU, Energy, Memory, and Node are tracked.
+By default Billing, 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
-on the start of the slurmctld.
+will track billing, 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 on the start of the slurmctld.
 
 .TP
 \fBAccountingStorageType\fR
-- 
GitLab