Module Name:    src
Committed By:   abhinav
Date:           Wed Feb  1 15:49:02 UTC 2017

Modified Files:
        src/lib/libm/man: ieee_test.3

Log Message:
Fix a sentence.
Correct function name in the DESCRIPTION section.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libm/man/ieee_test.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/ieee_test.3
diff -u src/lib/libm/man/ieee_test.3:1.12 src/lib/libm/man/ieee_test.3:1.13
--- src/lib/libm/man/ieee_test.3:1.12	Tue Sep 13 07:11:43 2011
+++ src/lib/libm/man/ieee_test.3	Wed Feb  1 15:49:02 2017
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)ieee.3	6.4 (Berkeley) 5/6/91
-.\"	$NetBSD: ieee_test.3,v 1.12 2011/09/13 07:11:43 njoly Exp $
+.\"	$NetBSD: ieee_test.3,v 1.13 2017/02/01 15:49:02 abhinav Exp $
 .\"
 .Dd August 3, 2011
 .Dt IEEE_TEST 3
@@ -61,7 +61,7 @@
 .Sh DESCRIPTION
 These functions allow users to test conformance to
 .St -ieee754 .
-Their use is not otherwise recommended.
+Their use is otherwise not recommended.
 .Pp
 .Fn logb x
 returns
@@ -73,7 +73,7 @@ a signed integer converted to double\-pr
 .Fn logb 0
 = -\*(If with a division by zero exception.
 .Pp
-.Fn scalbn x n
+.Fn scalb x n
 returns
 .Fa x Ns \(**(2** Ns Fa n )
 computed by exponent manipulation.

Reply via email to