aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man/satq.1
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/satq.1')
-rw-r--r--doc/man/satq.16
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/man/satq.1 b/doc/man/satq.1
index 630b5a2..082a7ac 100644
--- a/doc/man/satq.1
+++ b/doc/man/satq.1
@@ -17,6 +17,7 @@ indented. The output for each job is formatted
.nf
job: \fIJOB-ID\fP clock: \fICLOCK\fP argc: \fIARGC\fP remaining: \fIREM\fP argv[0]: \fIARGV0\fP
time: \fITIME\fP
+ wdir: \fIWDIR\fP
argv: \fIARGV\fP
envp: \fIENVP\fP
.fi
@@ -75,6 +76,11 @@ it is formatted
.IB YEAR - MM - DD \ HH : MM : SS
in 24-hour clock, local time.
.TP
+.I WDIR
+is the working directory the job will have. However,
+if that directory one longer exists, its working
+directory will be /.
+.TP
.I ARGV
is all arguments in the job's command line, including
.IR ARGV0 .