diff options
-rw-r--r-- | lib/libc/sys/accept.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/accept.2 b/lib/libc/sys/accept.2 index aac5024..93e2ab4 100644 --- a/lib/libc/sys/accept.2 +++ b/lib/libc/sys/accept.2 @@ -155,13 +155,13 @@ A connection arrived, but it was closed while waiting on the listen queue. .El .Sh SEE ALSO -.Xr accept_filter 9 , .Xr bind 2 , .Xr connect 2 , .Xr getpeername 2 , .Xr listen 2 , .Xr select 2 , -.Xr socket 2 +.Xr socket 2 , +.Xr accept_filter 9 .Sh HISTORY The .Fn accept |