diff options
author | 2011-12-23 17:00:47 +0000 | |
---|---|---|
committer | 2011-12-23 17:00:47 +0000 | |
commit | 0408ffc077d5bc36e2efa3012af208ffeb84efdb (patch) | |
tree | f5a42ca5cdcd51bedd6f809722387c30584431cf /lib/libm/man | |
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/libm/man')
-rw-r--r-- | lib/libm/man/feclearexcept.3 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |