diff options
author | 2011-12-23 17:00:47 +0000 | |
---|---|---|
committer | 2011-12-23 17:00:47 +0000 | |
commit | 0408ffc077d5bc36e2efa3012af208ffeb84efdb (patch) | |
tree | f5a42ca5cdcd51bedd6f809722387c30584431cf /lib | |
parent | On envelope creation, get the message id in a saner way than the (diff) | |
download | wireguard-openbsd-0408ffc077d5bc36e2efa3012af208ffeb84efdb.tar.xz wireguard-openbsd-0408ffc077d5bc36e2efa3012af208ffeb84efdb.zip |
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 |