From cdc9b911f4146dfd9015fbfd1bd77c8ee7bfbe92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Roman=20Sl=C3=ADva?= <roman.sliva@vsb.cz>
Date: Tue, 19 Sep 2023 16:49:22 +0200
Subject: [PATCH] Update resources-allocation-policy.md - time limit

---
 docs.it4i/general/resources-allocation-policy.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/general/resources-allocation-policy.md b/docs.it4i/general/resources-allocation-policy.md
index 411c3e461..828958ba2 100644
--- a/docs.it4i/general/resources-allocation-policy.md
+++ b/docs.it4i/general/resources-allocation-policy.md
@@ -39,9 +39,9 @@ See the following subsections for the list of queues:
 
 ## Queue Notes
 
-The job wallclock time defaults to **half the maximum time**, see the table above. Longer wall time limits can be [set manually, see examples][3].
+The job time limit defaults to **half the maximum time**, see the table above. Longer time limits can be [set manually, see examples][3].
 
-Jobs that exceed the reserved wall clock time (Req'd Time) get killed automatically. The wall clock time limit can be changed for queuing jobs (state Q) using the `qalter` command, however it cannot be changed for a running job (state R).
+Jobs that exceed the reserved time limit get killed automatically. The time limit can be changed for queuing jobs (state Q) using the `scontrol modify job` command, however it cannot be changed for a running job.
 
 ## Queue Status
 
-- 
GitLab