diff options
author | 2011-07-07 01:34:52 +0000 | |
---|---|---|
committer | 2011-07-07 01:34:52 +0000 | |
commit | 0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c (patch) | |
tree | 78963fe4aa20f59b279d30b676b838ffc64e0979 /lib/libm/man/fmax.3 | |
parent | remove old files (diff) | |
download | wireguard-openbsd-0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c.tar.xz wireguard-openbsd-0714f1f8ae9df2568b8c9b3030c1bf24ba7e2c0c.zip |
Remove references to math(3).
Diffstat (limited to 'lib/libm/man/fmax.3')
-rw-r--r-- | lib/libm/man/fmax.3 | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libm/man/fmax.3 b/lib/libm/man/fmax.3 index c6d639a0276..19c4413c284 100644 --- a/lib/libm/man/fmax.3 +++ b/lib/libm/man/fmax.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fmax.3,v 1.1 2009/10/26 21:06:19 kettenis Exp $ +.\" $OpenBSD: fmax.3,v 1.2 2011/07/07 01:34:52 martynas Exp $ .\" .\" Copyright (c) 2004 David Schultz <das@FreeBSD.org> .\" All rights reserved. @@ -26,7 +26,7 @@ .\" .\" $FreeBSD: src/lib/msun/man/fmax.3,v 1.2 2005/01/14 09:12:05 ru Exp $ .\" -.Dd $Mdocdate: October 26 2009 $ +.Dd $Mdocdate: July 7 2011 $ .Dt FMAX 3 .Os .Sh NAME @@ -79,8 +79,7 @@ If both arguments are \*(Nas, then the result is an \*(Na. These routines do not raise any floating-point exceptions. .Sh SEE ALSO .Xr fabs 3 , -.Xr fdim 3 , -.Xr math 3 +.Xr fdim 3 .Sh STANDARDS The .Fn fmax , |