diff options
author | pluknet <pluknet@FreeBSD.org> | 2011-11-21 14:36:19 +0000 |
---|---|---|
committer | pluknet <pluknet@FreeBSD.org> | 2011-11-21 14:36:19 +0000 |
commit | 244cd44176273126caa7562c679c7bcf6c64be98 (patch) | |
tree | d42c49254b6ce443ad3b40c7799a25c3f56e824a /lib/libc | |
parent | e7cbe443d0176c4233d2b131a2653e525567b27e (diff) | |
download | FreeBSD-src-244cd44176273126caa7562c679c7bcf6c64be98.zip FreeBSD-src-244cd44176273126caa7562c679c7bcf6c64be98.tar.gz |
Add history for setsockopt(2).
PR: docs/162719
Submitted by: Niclas Zeising <niclas at zeising gmail>
MFC after: 1 week
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index 7370b6b..edd92c3 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -28,7 +28,7 @@ .\" @(#)getsockopt.2 8.4 (Berkeley) 5/2/95 .\" $FreeBSD$ .\" -.Dd June 13, 2008 +.Dd November 21, 2011 .Dt GETSOCKOPT 2 .Os .Sh NAME @@ -533,7 +533,9 @@ on a non-listening socket was attempted. .Sh HISTORY The .Fn getsockopt -system call appeared in +and +.Fn setsockopt +system calls appeared in .Bx 4.2 . .Sh BUGS Several of the socket options should be handled at lower levels of the system. |