diff --git a/docs/howto-make-dlcs.md b/docs/howto-make-dlcs.md
index 34baffcb23643aa341fb52fe5d9255048ed2061b..46db2adf40da6435510041fda3b988a5604ea125 100644
--- a/docs/howto-make-dlcs.md
+++ b/docs/howto-make-dlcs.md
@@ -514,7 +514,10 @@ outputting to the command line in the file:
 ```
 Or when watch what is happening at the end in real time
 ```
+# on Jess:
 tail -f /var/lib/torque/spool/JOBID.jess.dtu.dk.OU
+# on Gorm:
+tail -f /var/spool/pbs/spool/JOBID.g-000.risoe.dk.OU
 ```