diff options
author | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-09-21 06:28:16 +0000 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2005-09-21 06:28:16 +0000 |
commit | 9eabf77ada407b453a90d4a863a1b9e3a556cddd (patch) | |
tree | 528bc1adaa909fa2493fc0f29fb4958b2c107929 /man2 | |
parent | 614f40af1d9c0c555ed7fdad83244608c0eba368 (diff) |
fix typo
Diffstat (limited to 'man2')
-rw-r--r-- | man2/sched_setscheduler.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/sched_setscheduler.2 b/man2/sched_setscheduler.2 index c1dc01a9..e773266a 100644 --- a/man2/sched_setscheduler.2 +++ b/man2/sched_setscheduler.2 @@ -201,7 +201,7 @@ soft limit. If the .B RLIMIT_RTPRIO soft limit is 0, then the only permitted change is to lower the priority. -Subject to the same reules, +Subject to the same rules, another unprivileged process can also make these changes, as long as the effective user ID of the process making the change matches the real or effective user ID of the target process. |