diff options
author | 2009-08-03 21:26:07 +0000 | |
---|---|---|
committer | 2009-08-03 21:26:07 +0000 | |
commit | 287d783801a9767c26cdf7e7f394a4da558fdd8c (patch) | |
tree | 983c1ef8971322be964086bfb05f9dd896348b31 /lib/libm/man/ilogb.3 | |
parent | It is sufficient to call getgrnam(3) once. Remove the first call. (diff) | |
download | wireguard-openbsd-287d783801a9767c26cdf7e7f394a4da558fdd8c.tar.xz wireguard-openbsd-287d783801a9767c26cdf7e7f394a4da558fdd8c.zip |
remove, or replace Xr of ieee to either ilogb, nextafter or scalbn
where appropriate. pointed out by jmc@
Diffstat (limited to 'lib/libm/man/ilogb.3')
-rw-r--r-- | lib/libm/man/ilogb.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libm/man/ilogb.3 b/lib/libm/man/ilogb.3 index 72bf689a760..50b014828e8 100644 --- a/lib/libm/man/ilogb.3 +++ b/lib/libm/man/ilogb.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ilogb.3,v 1.2 2009/07/29 19:07:56 martynas Exp $ +.\" $OpenBSD: ilogb.3,v 1.3 2009/08/03 21:26:07 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: July 29 2009 $ +.Dd $Mdocdate: August 3 2009 $ .Dt ILOGB 3 .Os .Sh NAME @@ -78,6 +78,6 @@ and functions appeared in .Bx 4.3 , .Nx 1.1 -and +and .Ox 4.5 , respectively. |