ioperm.2, setresuid.2, tcp.7: GLobal fix: s/non-privileged/unprivileged/

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-01-16 18:29:41 +01:00
parent f177a93572
commit 60b9e97c05
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ Permissions are not inherited by the child created by
.BR fork (2).
Permissions are preserved across
.BR execve (2);
this is useful for giving port access permissions to non-privileged
this is useful for giving port access permissions to unprivileged
programs.
This call is mostly for the i386 architecture.

View File

@ -60,7 +60,7 @@ Completely analogously,
sets the real GID, effective GID, and saved set-group-ID
of the calling process (and always modifies the file system GID
to be the same as the effective GID),
with the same restrictions for non-privileged processes.
with the same restrictions for unprivileged processes.
.SH "RETURN VALUE"
On success, zero is returned.
On error, \-1 is returned, and

View File

@ -231,7 +231,7 @@ used for the application buffer is one fourth that of the total.
.TP
.IR tcp_allowed_congestion_control " (String; default: see text; since Linux 2.4.20)"
.\" The following is from 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
Show/set the congestion control algorithm choices available to non-privileged
Show/set the congestion control algorithm choices available to unprivileged
processes (see the description of the
.B TCP_CONGESTION
socket option).