diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-11 06:10:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2019-01-11 06:10:14 +0000 |
commit | e3513a10867a3574b5a7b8cebac7277ca390b964 (patch) | |
tree | 4d92c767213440a011b9248ebcff2d606cb0b6e6 /lib/libc/sys/getsockopt.2 | |
parent | e1705b7af17d7a6fd00125b2c0f08da58c33f488 (diff) |
getsockopt(2) recv(2) rmdir(2) and send(2) were present and implemented
in 4.1c
ok schwarze@
Diffstat (limited to 'lib/libc/sys/getsockopt.2')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index e2014809961..a0d48c6ddf7 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockopt.2,v 1.53 2019/01/09 07:14:31 jmc Exp $ +.\" $OpenBSD: getsockopt.2,v 1.54 2019/01/11 06:10:13 jsg Exp $ .\" $NetBSD: getsockopt.2,v 1.7 1995/02/27 12:33:29 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)getsockopt.2 8.3 (Berkeley) 4/19/94 .\" -.Dd $Mdocdate: January 9 2019 $ +.Dd $Mdocdate: January 11 2019 $ .Dt GETSOCKOPT 2 .Os .Sh NAME @@ -513,6 +513,6 @@ functions conform to The .Fn getsockopt system call appeared in -.Bx 4.2 . +.Bx 4.1c . .Sh BUGS Several of the socket options should be handled at lower levels of the system. |