Minor rewording w.r.t. use of the term "parameter".

This commit is contained in:
Michael Kerrisk 2008-07-10 20:10:28 +00:00
parent de7c13ab4c
commit c126cfd6b6
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@ process whose ID is specified in \fIpid\fP.
If \fIpid\fP equals zero, the
scheduling policy and parameters of the calling process will be set.
The interpretation of
the parameter \fIparam\fP depends on the selected policy.
the argument \fIparam\fP depends on the selected policy.
Currently, Linux supports the following "normal"
(i.e., non-real-time) scheduling policies:
.TP 14
@ -373,7 +373,7 @@ is set appropriately.
.TP
.B EINVAL
The scheduling \fIpolicy\fP is not one of the recognized policies,
or the parameter \fIparam\fP does not make sense for the \fIpolicy\fP.
or \fIparam\fP does not make sense for the \fIpolicy\fP.
.TP
.B EPERM
The calling process does not have appropriate privileges.