summaryrefslogtreecommitdiff
path: root/lib/libc/net/rcmd.3
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-29 05:48:40 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-07-29 05:48:40 +0000
commitafb337c6ff67cd49309c3e414995db57f8be5824 (patch)
tree69102e6b39b8d4273f26e0050c484558307a3781 /lib/libc/net/rcmd.3
parent089f0b9d36e1645042d7d82329d7e14ac207491f (diff)
rresvport() in terms of bind() & bindresvport()
Diffstat (limited to 'lib/libc/net/rcmd.3')
-rw-r--r--lib/libc/net/rcmd.33
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/net/rcmd.3 b/lib/libc/net/rcmd.3
index 8452e395dba..add4faa3141 100644
--- a/lib/libc/net/rcmd.3
+++ b/lib/libc/net/rcmd.3
@@ -134,6 +134,9 @@ by
and several other functions. Privileged Internet ports are those
in the range 0 to 1023. Only the super-user
is allowed to bind an address of this sort to a socket.
+.Fn rresvport
+needs to be seeded with a port number; if that port
+is not available it will find another.
.Pp
The
.Fn iruserok