diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-23 17:00:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-12-23 17:00:48 +0000 |
commit | daf4ccccc6fc5f4d84f3dbc5846d028bae4d91b7 (patch) | |
tree | c065833684383a931db05d2e49d66d8e81facd87 /lib/libc/sys | |
parent | 265206f007779937df3d46767df3003780e08216 (diff) |
some spelling fixes, found using freebsd's "igor" document verifier;
Diffstat (limited to 'lib/libc/sys')
-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. |