diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-08 10:16:26 +0000 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-07-08 10:16:26 +0000 |
| commit | 83ee9237b6339d0a756df9ea6b0b42c71d195dbc (patch) | |
| tree | f3062c7a23e9314c8e0d9b6e462d0c8079a78bfd /man7/capabilities.7 | |
| parent | d22faa3469cc4bf31e4110faf0678637faf240e7 (diff) | |
| download | man-pages-83ee9237b6339d0a756df9ea6b0b42c71d195dbc.tar.gz | |
Since Linux 2.6.25, CAP_SYS_ADMIN is no longer required for
ioprio_set() to set IOPRIO_CLASS_IDLE class.
Diffstat (limited to 'man7/capabilities.7')
| -rw-r--r-- | man7/capabilities.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man7/capabilities.7 b/man7/capabilities.7 index 56294d7be3..1057a218ce 100644 --- a/man7/capabilities.7 +++ b/man7/capabilities.7 @@ -28,7 +28,7 @@ .\" FIXME serge@hallyn.com promises updates to this page in loine with .\" recent changes to capabilities code in kernel, Feb 2008. .\" -.TH CAPABILITIES 7 2006-07-31 "Linux" "Linux Programmer's Manual" +.TH CAPABILITIES 7 2008-07-09 "Linux" "Linux Programmer's Manual" .SH NAME capabilities \- overview of Linux capabilities .SH DESCRIPTION @@ -199,7 +199,7 @@ use .BR ioprio_set (2) to assign .B IOPRIO_CLASS_RT -and +and (before Linux 2.6.25) .B IOPRIO_CLASS_IDLE I/O scheduling classes; perform |
