diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-25 08:00:31 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-25 08:00:31 +0000 |
commit | 8a446625cf6b0cf59966e4c0693afc6750890363 (patch) | |
tree | 35cdf6e3c6ce08a9f4df7374db4bb60daa4c3acd /lib | |
parent | bb29a4ff485e9333d7321f4f0f80f19e2b1d2065 (diff) |
correct description of ip.porthifirst - oops!
from Daniel Cavanagh;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 9d0314f5d82..b3ea242ef35 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.113 2003/10/22 04:30:02 jmc Exp $ +.\" $OpenBSD: sysctl.3,v 1.114 2003/10/25 08:00:30 jmc Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -1231,7 +1231,7 @@ or programs executed by ordinary users. Cannot be less than 1024 or greater than 49151. Must be less than ip.portlast. .It Li ip.porthifirst -Maximum dynamic/private port number for TCP/UDP port allocation. +Minimum dynamic/private port number for TCP/UDP port allocation. Dynamic/private ports can be used by ordinary user processes or programs executed by ordinary users. Cannot be less than 49152 or greater than 65535. |