diff options
| author | Alan Somers <asomers@FreeBSD.org> | 2020-03-21 18:24:33 +0000 |
|---|---|---|
| committer | Alan Somers <asomers@FreeBSD.org> | 2020-03-21 18:24:33 +0000 |
| commit | de066ee82e6e8cdcad2fa0bf950fc5008847135b (patch) | |
| tree | 0dde10d9581294ba6fc066ba8ae09f416a1e4616 /lib | |
| parent | 53892661a1f53ff623d6b92a93e9f2bb142d2b60 (diff) | |
Notes
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libc/sys/getsockopt.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/getsockopt.2 b/lib/libc/sys/getsockopt.2 index bafd23d6efbb..ceb5a6bee797 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 April 5, 2013 +.Dd September 11, 2019 .Dt GETSOCKOPT 2 .Os .Sh NAME @@ -419,7 +419,8 @@ option is enabled on a .Dv SOCK_DGRAM socket, the .Xr recvmsg 2 -call will return a timestamp corresponding to when the datagram was received. +call may return a timestamp corresponding to when the datagram was received. +However, it may not, for example due to a resource shortage. The .Va msg_control field in the |
