diff options
Diffstat (limited to 'lib/libc')
-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 c32a3941a09..736fbb49dae 100644 --- a/lib/libc/sys/getsockopt.2 +++ b/lib/libc/sys/getsockopt.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getsockopt.2,v 1.35 2011/09/03 22:59:07 jmc Exp $ +.\" $OpenBSD: getsockopt.2,v 1.36 2011/12/23 17:00:47 jmc 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: September 3 2011 $ +.Dd $Mdocdate: December 23 2011 $ .Dt GETSOCKOPT 2 .Os .Sh NAME @@ -411,7 +411,7 @@ The error status can be examined with at the source socket. The .Er ETIMEDOUT -error is set if there was no data transfered between two sockets +error is set if there was no data transferred between two sockets during the .Va sp_idle period of time. |