Module Name:    src
Committed By:   wiz
Date:           Sun Sep 13 10:46:41 UTC 2015

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

Log Message:
Fix typo.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/libm/man/rint.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/rint.3
diff -u src/lib/libm/man/rint.3:1.14 src/lib/libm/man/rint.3:1.15
--- src/lib/libm/man/rint.3:1.14	Sun Sep 13 09:46:30 2015
+++ src/lib/libm/man/rint.3	Sun Sep 13 10:46:41 2015
@@ -26,7 +26,7 @@
 .\" SUCH DAMAGE.
 .\"
 .\"     from: @(#)rint.3	5.1 (Berkeley) 5/2/91
-.\"	$NetBSD: rint.3,v 1.14 2015/09/13 09:46:30 he Exp $
+.\"	$NetBSD: rint.3,v 1.15 2015/09/13 10:46:41 wiz Exp $
 .\"
 .Dd September 13, 2015
 .Dt RINT 3
@@ -61,7 +61,7 @@ The
 .Fn rintf ,
 and
 .Fn rintl
-functions returns the integral value nearest to
+functions return the integral value nearest to
 .Fa x
 according to the prevailing rounding mode.
 These functions raise an inexact exception when the original argument

Reply via email to