Skip to content

Commit

Permalink
Make this a touch more readable.
Browse files Browse the repository at this point in the history
  • Loading branch information
kr committed Mar 26, 2010
1 parent ae8cdd8 commit 1cd179d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/protocol.txt
Expand Up @@ -135,7 +135,7 @@ below).


- <pri> is an integer < 2**32. Jobs with smaller priority values will be - <pri> is an integer < 2**32. Jobs with smaller priority values will be
scheduled before jobs with larger priorities. The most urgent priority is 0; scheduled before jobs with larger priorities. The most urgent priority is 0;
the least urgent priority is 4294967295. the least urgent priority is 4,294,967,295.


- <delay> is an integer number of seconds to wait before putting the job in - <delay> is an integer number of seconds to wait before putting the job in
the ready queue. The job will be in the "delayed" state during this time. the ready queue. The job will be in the "delayed" state during this time.
Expand Down

0 comments on commit 1cd179d

Please sign in to comment.