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 | |
parent | 265206f007779937df3d46767df3003780e08216 (diff) |
some spelling fixes, found using freebsd's "igor" document verifier;
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/getsockopt.2 | 6 | ||||
-rw-r--r-- | lib/libm/man/feclearexcept.3 | 6 |
2 files changed, 6 insertions, 6 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. diff --git a/lib/libm/man/feclearexcept.3 b/lib/libm/man/feclearexcept.3 index c47b8758c5f..4dffaf63ac6 100644 --- a/lib/libm/man/feclearexcept.3 +++ b/lib/libm/man/feclearexcept.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: feclearexcept.3,v 1.2 2011/05/26 15:42:27 jmc Exp $ +.\" $OpenBSD: feclearexcept.3,v 1.3 2011/12/23 17:00:47 jmc Exp $ .\" .\" Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: May 26 2011 $ +.Dd $Mdocdate: December 23 2011 $ .Dt FECLEAREXCEPT 3 .Os .Sh NAME @@ -91,7 +91,7 @@ in the object pointed to by .Pp The .Fn feraiseexcept -funtion raises floating-point exceptions represented by +function raises floating-point exceptions represented by .Pa excepts . .Pp The |