diff --git a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
index 275d16edb5982ce3991374cddb47b969696a889e..a31f40614947efbdba2bbee9345d54c2fa7db920 100644
--- a/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+++ b/doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
@@ -86,8 +86,9 @@ jobs to Slurm for later execution by using [batch jobs](#batch-jobs). For that,
 put the parameters in a [job file](#job-files), which you can submit using `sbatch
 [options] <job file>`.
 
-After submitting, your job gets a unique job id (stored in the environment variable `SLURM_JOB_ID`
-at runtime) which you can find via `squeue --me`. The id allows you to
+After submitting, your job gets a unique job ID, which is stored in the environment variable
+`SLURM_JOB_ID` at job runtime. The command `sbatch` outputs the job ID to stderr. Furthermore, you
+can find it via `squeue --me`. The job ID allows you to
 [manage and control](#manage-and-control-jobs) your jobs.
 
 !!! warning "srun vs. mpirun"