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 | |
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')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/recv.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/rmdir.2 | 6 | ||||
-rw-r--r-- | lib/libc/sys/send.2 | 6 |
4 files changed, 12 insertions, 12 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. diff --git a/lib/libc/sys/recv.2 b/lib/libc/sys/recv.2 index 0a720b3fb99..b332bbc8169 100644 --- a/lib/libc/sys/recv.2 +++ b/lib/libc/sys/recv.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: recv.2,v 1.46 2017/04/10 16:20:31 jca Exp $ +.\" $OpenBSD: recv.2,v 1.47 2019/01/11 06:10:13 jsg Exp $ .\" $NetBSD: recv.2,v 1.6 1995/02/27 12:36:08 cgd Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)recv.2 8.3 (Berkeley) 2/21/94 .\" -.Dd $Mdocdate: April 10 2017 $ +.Dd $Mdocdate: January 11 2019 $ .Dt RECV 2 .Os .Sh NAME @@ -363,7 +363,7 @@ flags are extensions to that specification. The .Fn recv function call appeared in -.Bx 4.2 . +.Bx 4.1c . .Sh CAVEATS Calling .Fn recvmsg diff --git a/lib/libc/sys/rmdir.2 b/lib/libc/sys/rmdir.2 index 398e97534c6..b3a3d271e3a 100644 --- a/lib/libc/sys/rmdir.2 +++ b/lib/libc/sys/rmdir.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmdir.2,v 1.14 2016/06/01 22:54:45 millert Exp $ +.\" $OpenBSD: rmdir.2,v 1.15 2019/01/11 06:10:13 jsg Exp $ .\" $NetBSD: rmdir.2,v 1.7 1995/02/27 12:36:30 cgd Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)rmdir.2 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: June 1 2016 $ +.Dd $Mdocdate: January 11 2019 $ .Dt RMDIR 2 .Os .Sh NAME @@ -125,4 +125,4 @@ function conforms to The .Fn rmdir function call appeared in -.Bx 4.2 . +.Bx 4.1c . diff --git a/lib/libc/sys/send.2 b/lib/libc/sys/send.2 index 1e83e9f0b83..e3e1077d390 100644 --- a/lib/libc/sys/send.2 +++ b/lib/libc/sys/send.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: send.2,v 1.33 2018/11/10 18:40:34 bluhm Exp $ +.\" $OpenBSD: send.2,v 1.34 2019/01/11 06:10:13 jsg Exp $ .\" $NetBSD: send.2,v 1.6 1996/01/15 01:17:18 thorpej Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)send.2 8.2 (Berkeley) 2/21/94 .\" -.Dd $Mdocdate: November 10 2018 $ +.Dd $Mdocdate: January 11 2019 $ .Dt SEND 2 .Os .Sh NAME @@ -266,4 +266,4 @@ flags are extensions to that specification. The .Fn send function call appeared in -.Bx 4.2 . +.Bx 4.1c . |