diff options
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 |