diff options
-rw-r--r-- | lib/libc/sys/socket.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/sys/socket.2 b/lib/libc/sys/socket.2 index 8262e55da18..2d7fe8dab22 100644 --- a/lib/libc/sys/socket.2 +++ b/lib/libc/sys/socket.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: socket.2,v 1.9 1999/05/23 14:10:56 aaron Exp $ +.\" $OpenBSD: socket.2,v 1.10 1999/06/25 04:10:08 aaron Exp $ .\" $NetBSD: socket.2,v 1.5 1995/02/27 12:37:53 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -246,6 +246,7 @@ The socket cannot be created until sufficient resources are freed. .Xr recv 2 , .Xr select 2 , .Xr send 2 , +.Xr setsockopt 2 , .Xr shutdown 2 , .Xr socketpair 2 , .Xr write 2 , |