diff options
author | 2011-05-26 15:42:27 +0000 | |
---|---|---|
committer | 2011-05-26 15:42:27 +0000 | |
commit | 0fde9a44fc9967e424799d1970e10fe2112b6641 (patch) | |
tree | 4ee24b33a47d2547560f2a1ed0bb3ed67b5149bf /lib/libm/man/feenableexcept.3 | |
parent | Add svlan(4) startup bits. (diff) | |
download | wireguard-openbsd-0fde9a44fc9967e424799d1970e10fe2112b6641.tar.xz wireguard-openbsd-0fde9a44fc9967e424799d1970e10fe2112b6641.zip |
tweak previous; ok martynas
Diffstat (limited to 'lib/libm/man/feenableexcept.3')
-rw-r--r-- | lib/libm/man/feenableexcept.3 | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libm/man/feenableexcept.3 b/lib/libm/man/feenableexcept.3 index d550c6575eb..3433f4e21bf 100644 --- a/lib/libm/man/feenableexcept.3 +++ b/lib/libm/man/feenableexcept.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: feenableexcept.3,v 1.1 2011/05/25 21:28:43 martynas Exp $ +.\" $OpenBSD: feenableexcept.3,v 1.2 2011/05/26 15:42:27 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 25 2011 $ +.Dd $Mdocdate: May 26 2011 $ .Dt FEENABLEEXCEPT 3 .Os .Sh NAME @@ -38,7 +38,6 @@ The input argument is a bitmask specifying an exception type and containing any of the values listed in .Xr feclearexcept 3 . -.El .Pp The .Fn feenableexcept @@ -71,8 +70,8 @@ function returns the current exception mask. .Sh SEE ALSO .Xr sigaction 2 , .Xr feclearexcept 3 , -.Xr fegetround 3 , -.Xr fegetenv 3 +.Xr fegetenv 3 , +.Xr fegetround 3 .Sh STANDARDS The .Fn feenableexcept , |