From 80bdbea27c0f7433ee6aae575462dd34ce03df3d Mon Sep 17 00:00:00 2001 From: Danny Auble <da@schedmd.com> Date: Thu, 23 Jan 2014 15:18:25 -0800 Subject: [PATCH] Fix issue with this when converted to a web page Signed-off-by: Danny Auble <da@schedmd.com> --- doc/man/man5/slurm.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index 031a7a55468..aa8c3b5b8f1 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -573,7 +573,7 @@ NOTE: If set, then a job's QOS can not be used to exceed partition limits. \fBEpilog\fR Fully qualified pathname of a script to execute as user root on every node when a user's job completes (e.g. "/usr/local/slurm/epilog"). A -glob pattern (See \fBglob\fR(7)) may also be used to run more than +glob pattern (See \fBglob\fR (7)) may also be used to run more than one epilog script (e.g. "/etc/slurm/epilog.d/*"). The Epilog script or scripts may be used to purge files, disable user login, etc. By default there is no epilog. -- GitLab