diff options
author | deraadt <> | 1996-07-29 05:48:39 +0000 |
---|---|---|
committer | deraadt <> | 1996-07-29 05:48:39 +0000 |
commit | e193bab90b075c24942aeac8fd10132868c9ee76 (patch) | |
tree | 4f0694e5af46235628b2e45edbcd4a38e0a93eac /src/lib/libc/net/rcmd.3 | |
parent | f4c9be3243403d728030bb01603f41e6f5c061bc (diff) | |
download | openbsd-e193bab90b075c24942aeac8fd10132868c9ee76.tar.gz openbsd-e193bab90b075c24942aeac8fd10132868c9ee76.tar.bz2 openbsd-e193bab90b075c24942aeac8fd10132868c9ee76.zip |
rresvport() in terms of bind() & bindresvport()
Diffstat (limited to 'src/lib/libc/net/rcmd.3')
-rw-r--r-- | src/lib/libc/net/rcmd.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/libc/net/rcmd.3 b/src/lib/libc/net/rcmd.3 index 8452e395db..add4faa314 100644 --- a/src/lib/libc/net/rcmd.3 +++ b/src/lib/libc/net/rcmd.3 | |||
@@ -134,6 +134,9 @@ by | |||
134 | and several other functions. Privileged Internet ports are those | 134 | and several other functions. Privileged Internet ports are those |
135 | in the range 0 to 1023. Only the super-user | 135 | in the range 0 to 1023. Only the super-user |
136 | is allowed to bind an address of this sort to a socket. | 136 | is allowed to bind an address of this sort to a socket. |
137 | .Fn rresvport | ||
138 | needs to be seeded with a port number; if that port | ||
139 | is not available it will find another. | ||
137 | .Pp | 140 | .Pp |
138 | The | 141 | The |
139 | .Fn iruserok | 142 | .Fn iruserok |