bind.2, rcmd.3, capabilities.7, ip.7: Global fix: s/reserved port/privileged port/

Some pages used one term, some pages the other term;
make some consistency.

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-12-04 06:37:25 -05:00
parent 97aec57c6f
commit 6eb334b2cf
4 changed files with 8 additions and 7 deletions

View File

@ -155,7 +155,7 @@ is set appropriately.
.SH ERRORS
.TP
.B EACCES
.\" e.g., reserved port in AF_INET domain
.\" e.g., privileged port in AF_INET domain
The address is protected, and the user is not the superuser.
.TP
.B EADDRINUSE

View File

@ -70,10 +70,9 @@ _BSD_SOURCE
.SH DESCRIPTION
The
.BR rcmd ()
function
is used by the superuser to execute a command on
function is used by the superuser to execute a command on
a remote machine using an authentication scheme based
on reserved port numbers.
on privileged port numbers.
The
.BR rresvport ()
function

View File

@ -179,7 +179,7 @@ enabling multicasting, interface configuration,
modifying routing tables).
.TP
.B CAP_NET_BIND_SERVICE
Bind a socket to Internet domain reserved ports
Bind a socket to Internet domain privileged ports
(port numbers less than 1024).
.TP
.B CAP_NET_BROADCAST

View File

@ -126,7 +126,9 @@ when this setting is missing.
.I sin_port
contains the port in network byte order.
The port numbers below 1024 are called
.IR "reserved ports" .
.IR "privileged ports"
(or sometimes:
.IR "reserved ports" ).
Only privileged processes (i.e., those having the
.B CAP_NET_BIND_SERVICE
capability) may
@ -864,7 +866,7 @@ route;
modifying firewall settings without superuser privileges (the
.B CAP_NET_ADMIN
capability);
binding to a reserved port without superuser privileges (the
binding to a privileged port without superuser privileges (the
.B CAP_NET_BIND_SERVICE
capability).
.TP