summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2016-04-27 06:44:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2016-04-27 06:44:55 +0000
commit2fcd44c31a86fbf3eb91691b5997aecd39174a70 (patch)
tree6ca306f57b5ef24e37bc435ada52eb8bbcd50709
parentc859e87101d2cdd6121d6b3c0074118abfdecb36 (diff)
minor cleanup;
-rw-r--r--lib/libm/man/atanh.36
-rw-r--r--lib/libm/man/hypot.36
2 files changed, 6 insertions, 6 deletions
diff --git a/lib/libm/man/atanh.3 b/lib/libm/man/atanh.3
index 769f2add43f..36b3ea28d97 100644
--- a/lib/libm/man/atanh.3
+++ b/lib/libm/man/atanh.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: atanh.3,v 1.17 2016/04/26 19:49:22 tb Exp $
+.\" $OpenBSD: atanh.3,v 1.18 2016/04/27 06:44:54 jmc Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)atanh.3 5.2 (Berkeley) 5/6/91
.\"
-.Dd $Mdocdate: April 26 2016 $
+.Dd $Mdocdate: April 27 2016 $
.Dt ATANH 3
.Os
.Sh NAME
@@ -72,7 +72,7 @@ to EDOM.
.Xr acosh 3 ,
.Xr asinh 3 ,
.Xr exp 3 ,
-.Xr fpclassify 3 ,
+.Xr fpclassify 3
.Sh HISTORY
The
.Fn atanh
diff --git a/lib/libm/man/hypot.3 b/lib/libm/man/hypot.3
index 325cdcd9086..114e21e6b4c 100644
--- a/lib/libm/man/hypot.3
+++ b/lib/libm/man/hypot.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: hypot.3,v 1.23 2016/04/26 19:49:22 tb Exp $
+.\" $OpenBSD: hypot.3,v 1.24 2016/04/27 06:44:54 jmc Exp $
.\" Copyright (c) 1985, 1991 Regents of the University of California.
.\" All rights reserved.
.\"
@@ -28,7 +28,7 @@
.\"
.\" from: @(#)hypot.3 6.7 (Berkeley) 5/6/91
.\"
-.Dd $Mdocdate: April 26 2016 $
+.Dd $Mdocdate: April 27 2016 $
.Dt HYPOT 3
.Os
.Sh NAME
@@ -95,7 +95,7 @@ are NaN for all
.Em finite
.Ar v .
Programmers might be surprised at first to discover that
-.Fn hypot "\(+-infinity" "NaN" No = +infinity.
+.Fn hypot "\(+-infinity" "NaN" No = +infinity .
This is intentional; it happens because
.Fn hypot "infinity" "v" No = +infinity
for