diff options
author | 2008-06-11 14:37:47 +0000 | |
---|---|---|
committer | 2008-06-11 14:37:47 +0000 | |
commit | 1ba714c682efaebfc02b2248b40c7c0e04755bfa (patch) | |
tree | 4a7f701cf5c8ef9da09d10679c6ddc28c33a9b26 | |
parent | add C99 round(), based on ieee_src, for noieee_src. tested on VAX (diff) | |
download | wireguard-openbsd-1ba714c682efaebfc02b2248b40c7c0e04755bfa.tar.xz wireguard-openbsd-1ba714c682efaebfc02b2248b40c7c0e04755bfa.zip |
close brackets; ok jmc@
-rw-r--r-- | lib/libm/man/ieee.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/ieee.3 b/lib/libm/man/ieee.3 index 8880a2c0d95..d159d9d18a3 100644 --- a/lib/libm/man/ieee.3 +++ b/lib/libm/man/ieee.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee.3,v 1.12 2008/06/10 23:56:21 martynas Exp $ +.\" $OpenBSD: ieee.3,v 1.13 2008/06/11 14:37:47 martynas Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" from: @(#)ieee.3 6.4 (Berkeley) 5/6/91 .\" -.Dd $Mdocdate: June 10 2008 $ +.Dd $Mdocdate: June 11 2008 $ .Dt IEEE 3 .Os .Sh NAME @@ -96,7 +96,7 @@ zero is returned .Pf \\*(Ba Ns Fa x Ns \\*(Ba = \*(If or .Fa x -is \*(Na. +is \*(Na). The .Fn finitef function is a single precision version of |