Small tidy up of language relating to permissions/capabilities.

This commit is contained in:
Michael Kerrisk 2008-04-29 13:45:56 +00:00
parent 4d31e3eabf
commit bb1abbbd18
1 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ Quoting from
*/
.fi
Only command types 3 and 10 are allowed to non-root processes.
Only command types 3 and 10 are allowed to unprivileged processes.
Type 9 was added in 2.4.10; type 10 in 2.6.6.
.SS The kernel log buffer
The kernel has a cyclic buffer of length
@ -227,7 +227,7 @@ is outside the range 1 to 8).
.TP
.B EPERM
An attempt was made to change console_loglevel or clear the kernel
message ring buffer by a process without root permissions
message ring buffer by a process without sufficient privilege
(more precisely: without the
.B CAP_SYS_ADMIN
capability).