diff options
| -rw-r--r-- | man2/ioperm.2 | 2 | ||||
| -rw-r--r-- | man2/setresuid.2 | 2 | ||||
| -rw-r--r-- | man7/tcp.7 | 2 |
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). |
