diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-29 05:48:40 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-07-29 05:48:40 +0000 |
commit | afb337c6ff67cd49309c3e414995db57f8be5824 (patch) | |
tree | 69102e6b39b8d4273f26e0050c484558307a3781 /lib/libc/net/rcmd.3 | |
parent | 089f0b9d36e1645042d7d82329d7e14ac207491f (diff) |
rresvport() in terms of bind() & bindresvport()
Diffstat (limited to 'lib/libc/net/rcmd.3')
-rw-r--r-- | lib/libc/net/rcmd.3 | 3 |
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 |