From 22b7f1adbe1e5a95264a26987c8ce09fa035ffab Mon Sep 17 00:00:00 2001
From: Morris Jette <jette@schedmd.com>
Date: Fri, 5 Jun 2015 08:36:03 -0700
Subject: [PATCH] Update gres.conf description of file regular expressions

bug 1724
---
 doc/man/man5/gres.conf.5 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man/man5/gres.conf.5 b/doc/man/man5/gres.conf.5
index 01c4531f2cb..49d348afd50 100644
--- a/doc/man/man5/gres.conf.5
+++ b/doc/man/man5/gres.conf.5
@@ -56,8 +56,8 @@ Core_ID x threads_per_core + Thread_ID).
 .TP
 \fBFile\fR
 Fully qualified pathname of the device files associated with a resource. 
-The file name parsing logic does not include any support for regular
-expressions. Each file must be explicitly named, one per line.
+The file name parsing logic includes support for simple regular expressions as
+shown in the example.
 This field is generally required if enforcement of generic resource
 allocations is to be supported (i.e. prevents a users from making
 use of resources allocated to a different user).
-- 
GitLab