From 654cb1704d63779a96fe232d26b0faa77bda1c0f Mon Sep 17 00:00:00 2001 From: Nate Rini <nate@schedmd.com> Date: Mon, 1 Mar 2021 17:09:50 -0700 Subject: [PATCH] Docs - Update ASCII to UTF8 in acct_gather.conf Bug 10974 --- doc/man/man5/acct_gather.conf.5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man/man5/acct_gather.conf.5 b/doc/man/man5/acct_gather.conf.5 index f062bc6b115..a7572279a3b 100644 --- a/doc/man/man5/acct_gather.conf.5 +++ b/doc/man/man5/acct_gather.conf.5 @@ -5,8 +5,8 @@ acct_gather.conf \- Slurm configuration file for the acct_gather plugins .SH "DESCRIPTION" -\fBacct_gather.conf\fP is an ASCII file which defines parameters used by -Slurm's acct_gather related plugins. +\fBacct_gather.conf\fP is a UTF8 formatted file which defines parameters used +by Slurm's acct_gather related plugins. The file location can be modified at system build time using the DEFAULT_SLURM_CONF parameter or at execution time by setting the SLURM_CONF environment variable. The file will always be located in the -- GitLab