diff options
author | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-05 04:18:51 +0000 |
---|---|---|
committer | Thorsten Lockert <tholo@cvs.openbsd.org> | 1997-04-05 04:18:51 +0000 |
commit | 5e39276c5d66fe715d7ea5195c3e11be47b7f5dd (patch) | |
tree | d2208bc21b7fe993d14dac3af53c323078072f76 /lib/libm/man/atan.3 | |
parent | d5d94a2d04eabdd6255a9555e29b493fc7164cac (diff) |
From NetBSD PR/3405: Krister Walfridsson <cato@ulysses.df.lth.se>: Various
typos; since we compile with POSIX libm, we should not xref matherr(3), and
describe the errno settings.
Diffstat (limited to 'lib/libm/man/atan.3')
-rw-r--r-- | lib/libm/man/atan.3 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libm/man/atan.3 b/lib/libm/man/atan.3 index 228f748af85..f7a34bf2166 100644 --- a/lib/libm/man/atan.3 +++ b/lib/libm/man/atan.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)atan.3 5.1 (Berkeley) 5/2/91 -.\" $Id: atan.3,v 1.2 1995/10/28 00:56:47 deraadt Exp $ +.\" $Id: atan.3,v 1.3 1997/04/05 04:18:47 tholo Exp $ .\" .Dd May 2, 1991 .Dt ATAN 3 @@ -55,9 +55,6 @@ in the range .Bk -words .Bq -\*(Pi/2 , +\*(Pi/2 . .Ek -.Sh RETURN VALUES -Exceptional cases are handled by -.Xr matherr 3 . .Sh SEE ALSO .Xr acos 3 , .Xr asin 3 , @@ -68,5 +65,4 @@ Exceptional cases are handled by .Xr sinh 3 , .Xr tan 3 , .Xr tanh 3 , -.Xr math 3 , -.Xr matherr 3 +.Xr math 3 |