aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-04-28 23:21:37 +1000
committerGravatar axel <axel@liljencrantz.se>2006-04-28 23:21:37 +1000
commitd690a15b29e69b2dcd762541e5ed708c4f304c27 (patch)
tree954a1ef4ee75671a36c49017beec7694dee5b111 /proc.h
parent445f6539cf3d2cfcc0ff36db24ede8bb5415c5ed (diff)
Make job id numbering start from 1, not 0
darcs-hash:20060428132137-ac50b-8e5adcdbc18ad7627b66e9129a13b037a669dd02.gz
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proc.h b/proc.h
index 27496660..94d027e0 100644
--- a/proc.h
+++ b/proc.h
@@ -261,7 +261,7 @@ job_t *job_create();
/**
Return the job with the specified job id.
- If id is -1, return the last job used.
+ If id is 0 or less, return the last job used.
*/
job_t *job_get(int id);