diff --git a/doc/man/man3/slurm_job.3 b/doc/man/man3/slurm_job.3 index 2d5fc7a384cb03f1a0fc6fc7f28188990e4e8d39..7a53a7fa9e4655589110c2e5966d4fbc232534d3 100644 --- a/doc/man/man3/slurm_job.3 +++ b/doc/man/man3/slurm_job.3 @@ -190,8 +190,10 @@ longer required using the function \fBslurm_free_submit_response_msg\fR. .LP \fBslurm_update_job\fR Update the characteristics of an existing job. Not all job characteristics may be changed (e.g. the time limit of a job may be changed, but the nodes -allocated to a running job may not be changed). This function may only be successfully -executed by user root. +allocated to a running job may not be changed). This function may only be executed +by the job's owner only for selected operations (e.g. decrease the job's priority). +User root may modify more job parameters and in ways the job's owner can not (e.g. +changing the job's associated features or increasing its priority). .SH "RETURN VALUE" .LP On success, zero is returned. On error, -1 is returned, and Slurm error code is set appropriately.