diff options
| author | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-01-04 18:17:07 +0000 |
|---|---|---|
| committer | Yaroslav Tykhiy <ytykhiy@gmail.com> | 2002-01-04 18:17:07 +0000 |
| commit | f381837242c7d34fcbc7de2d4391beebe59ff4ac (patch) | |
| tree | db174aced637590d73bd1484d8b61e6f3f99891b | |
| parent | 996d4dc27542a2d339ec4d88e30919fc0b5a8132 (diff) | |
Notes
| -rw-r--r-- | lib/libc/sys/getsockopt.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 45362b343acd..8505f491b027 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -153,7 +153,7 @@ and set with .It Dv SO_RCVLOWAT Ta "set minimum count for input" .It Dv SO_SNDTIMEO Ta "set timeout value for output" .It Dv SO_RCVTIMEO Ta "set timeout value for input" -.It Dv SO_ACCEPTFILTER Ta "set accept filter on listen socket" +.It Dv SO_ACCEPTFILTER Ta "set accept filter on listening socket" .It Dv SO_TYPE Ta "get the type of the socket (get only)" .It Dv SO_ERROR Ta "get and clear error on the socket (get only)" .El @@ -325,7 +325,7 @@ struct accept_filter_arg { .Pp .Fa optval should point to a -.Fa struct accept_filter_arg . +.Fa struct accept_filter_arg that will select and configure the .Xr accept_filter 9 . .Fa af_name |
