diff options
-rw-r--r-- | lib/libm/man/cos.3 | 4 |
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 , |