Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libm/man Fix typo.



details:   https://anonhg.NetBSD.org/src/rev/f475b754013c
branches:  trunk
changeset: 810710:f475b754013c
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Sep 13 10:46:41 2015 +0000

description:
Fix typo.

diffstat:

 lib/libm/man/rint.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 323e052855f3 -r f475b754013c lib/libm/man/rint.3
--- a/lib/libm/man/rint.3       Sun Sep 13 09:46:30 2015 +0000
+++ b/lib/libm/man/rint.3       Sun Sep 13 10:46:41 2015 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index