Module Name: src
Committed By: wiz
Date: Thu Nov 17 23:46:33 UTC 2011
Modified Files:
src/lib/libm/man: tanh.3
Log Message:
Fix a lint warning noted by njoly.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libm/man/tanh.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libm/man/tanh.3
diff -u src/lib/libm/man/tanh.3:1.14 src/lib/libm/man/tanh.3:1.15
--- src/lib/libm/man/tanh.3:1.14 Sun Sep 18 05:33:14 2011
+++ src/lib/libm/man/tanh.3 Thu Nov 17 23:46:32 2011
@@ -26,7 +26,7 @@
.\" SUCH DAMAGE.
.\"
.\" from: @(#)tanh.3 5.1 (Berkeley) 5/2/91
-.\" $NetBSD: tanh.3,v 1.14 2011/09/18 05:33:14 jruoho Exp $
+.\" $NetBSD: tanh.3,v 1.15 2011/11/17 23:46:32 wiz Exp $
.\"
.Dd September 18, 2011
.Dt TANH 3
@@ -60,7 +60,7 @@ The following may also occur:
.It
If
.Fa x
-is \*(Pm\* 0,
+is \*(Pm 0,
.Fa x
is returned.
.It