diff options
| author | jtc <jtc@NetBSD.org> | 1993-10-05 16:33:47 +0000 |
|---|---|---|
| committer | jtc <jtc@NetBSD.org> | 1993-10-05 16:33:47 +0000 |
| commit | acd1aa18bc6f668fed1ffda76a7587e5d2feceeb (patch) | |
| tree | 40cc639e3048af75678d4d9670c351d1e20b36aa /lib/libm/common_source | |
| parent | 5f5f68f9826aa3e8a0f046c3074f6ae0b1c2bb7b (diff) | |
Remove trailing comma from SEE ALSO list.
Diffstat (limited to 'lib/libm/common_source')
| -rw-r--r-- | lib/libm/common_source/tan.3 | 4 | ||||
| -rw-r--r-- | lib/libm/common_source/tanh.3 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/common_source/tan.3 b/lib/libm/common_source/tan.3 index 7130dcbe69a..c1acb480aee 100644 --- a/lib/libm/common_source/tan.3 +++ b/lib/libm/common_source/tan.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tan.3 5.1 (Berkeley) 5/2/91 -.\" $Id: tan.3,v 1.3 1993/08/14 13:43:06 mycroft Exp $ +.\" $Id: tan.3,v 1.4 1993/10/05 16:33:47 jtc Exp $ .\" .Dd May 2, 1991 .Dt TAN 3 @@ -66,7 +66,7 @@ function returns the tangent value. .Xr sin 3 , .Xr sinh 3 , .Xr tanh 3 , -.Xr math 3 , +.Xr math 3 .Sh STANDARDS The .Fn tan diff --git a/lib/libm/common_source/tanh.3 b/lib/libm/common_source/tanh.3 index 79540a2d138..2f1e27fc88c 100644 --- a/lib/libm/common_source/tanh.3 +++ b/lib/libm/common_source/tanh.3 @@ -30,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91 -.\" $Id: tanh.3,v 1.3 1993/08/14 13:43:07 mycroft Exp $ +.\" $Id: tanh.3,v 1.4 1993/10/05 16:33:49 jtc Exp $ .\" .Dd May 2, 1991 .Dt TANH 3 @@ -63,7 +63,7 @@ function returns the hyperbolic tangent value. .Xr sin 3 , .Xr sinh 3 , .Xr tan 3 , -.Xr math 3 , +.Xr math 3 .Sh STANDARDS The .Fn tanh |
