diff options
author | 2011-07-24 21:14:27 +0000 | |
---|---|---|
committer | 2011-07-24 21:14:27 +0000 | |
commit | a99869e7f365ef737965bd7bacf3107f3cbfeaaf (patch) | |
tree | d1f94fbe68b03b02eb197322de35d0078445f0ae | |
parent | Recent Single Unix will malloc memory if the second argument of realpath() (diff) | |
download | wireguard-openbsd-a99869e7f365ef737965bd7bacf3107f3cbfeaaf.tar.xz wireguard-openbsd-a99869e7f365ef737965bd7bacf3107f3cbfeaaf.zip |
tweak previous;
-rw-r--r-- | lib/libm/man/fma.3 | 6 | ||||
-rw-r--r-- | lib/libm/man/nextafter.3 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lib/libm/man/fma.3 b/lib/libm/man/fma.3 index f8238d033a8..e7eb028d698 100644 --- a/lib/libm/man/fma.3 +++ b/lib/libm/man/fma.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fma.3,v 1.1 2011/07/24 19:25:50 martynas Exp $ +.\" $OpenBSD: fma.3,v 1.2 2011/07/24 21:14:27 jmc Exp $ .\" .\" Copyright (c) 2011 Martynas Venckus <martynas@openbsd.org> .\" @@ -46,8 +46,8 @@ and .Fn fmal functions return (x * y) + z, rounded as one ternary operation. .Sh SEE ALSO -.Xr remainder 3 , -.Xr fegetround 3 +.Xr fegetround 3 , +.Xr remainder 3 .Sh STANDARDS The .Fn fma , diff --git a/lib/libm/man/nextafter.3 b/lib/libm/man/nextafter.3 index 5efaf720adc..7d278f4ae3e 100644 --- a/lib/libm/man/nextafter.3 +++ b/lib/libm/man/nextafter.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: nextafter.3,v 1.6 2011/07/24 19:25:50 martynas Exp $ +.\" $OpenBSD: nextafter.3,v 1.7 2011/07/24 21:14:27 jmc Exp $ .\" Copyright (c) 1985, 1991 Regents of the University of California. .\" All rights reserved. .\" @@ -37,7 +37,7 @@ .Nm nextafterl , .Nm nexttoward , .Nm nexttowardf , -.Nm nexttowardl , +.Nm nexttowardl .Nd next representable value .Sh SYNOPSIS .Fd #include <math.h> |