aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-01-16 18:29:41 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-01-16 18:29:41 +0100
commit60b9e97c05db749d885793a68b71fb53ab7f55c7 (patch)
treea39f366d46d52212c91d1c8d52bbd34110a8fbf3
parentf177a9357273cf2222877e78af4fa8c2650b11ac (diff)
downloadman-pages-60b9e97c05db749d885793a68b71fb53ab7f55c7.tar.gz
ioperm.2, setresuid.2, tcp.7: GLobal fix: s/non-privileged/unprivileged/
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/ioperm.22
-rw-r--r--man2/setresuid.22
-rw-r--r--man7/tcp.72
3 files changed, 3 insertions, 3 deletions
diff --git a/man2/ioperm.2 b/man2/ioperm.2
index ec4612ba24..3470a8dc56 100644
--- a/man2/ioperm.2
+++ b/man2/ioperm.2
@@ -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.
diff --git a/man2/setresuid.2 b/man2/setresuid.2
index 6145b58baf..5ba5bb4b38 100644
--- a/man2/setresuid.2
+++ b/man2/setresuid.2
@@ -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
diff --git a/man7/tcp.7 b/man7/tcp.7
index a470af167f..d116c679ed 100644
--- a/man7/tcp.7
+++ b/man7/tcp.7
@@ -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).