summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2011-07-07 01:35:28 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2011-07-07 01:35:28 +0000
commit4767995e23cb278f57c40baf831d7cb41134c4d8 (patch)
treee4c767d958c87f603baa4e759263801276b5ed33
parenta6e5661eb9e985cf43f0714a169e0f820ad476c8 (diff)
Remove references to math(3).
-rw-r--r--lib/libm/man/cos.34
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libm/man/cos.3 b/lib/libm/man/cos.3
index cf91ce857e0..acfaed33787 100644
--- a/lib/libm/man/cos.3
+++ b/lib/libm/man/cos.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: cos.3,v 1.13 2011/07/07 01:34:52 martynas Exp $
+.\" $OpenBSD: cos.3,v 1.14 2011/07/07 01:35:27 martynas Exp $
.\" Copyright (c) 1991 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -60,8 +60,6 @@ function is an extended precision version of
.Fn cos .
A large magnitude argument may yield a result with little or no
significance.
-For a discussion of error due to roundoff, see
-.Xr math 3 .
.Sh RETURN VALUES
The
.Fn cos ,