Source-Changes-HG archive

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

[src/netbsd-1-5]: src/lib/libc/gen Pull up revision 1.5 (requested by kleink):



details:   https://anonhg.NetBSD.org/src/rev/505c36c7717d
branches:  netbsd-1-5
changeset: 491815:505c36c7717d
user:      he <he%NetBSD.org@localhost>
date:      Sat May 26 21:11:23 2001 +0000

description:
Pull up revision 1.5 (requested by kleink):
  Correct return value interval.  Fixes PR#12984.

diffstat:

 lib/libc/gen/frexp.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c5801b5e54a7 -r 505c36c7717d lib/libc/gen/frexp.3
--- a/lib/libc/gen/frexp.3      Sat May 26 21:07:32 2001 +0000
+++ b/lib/libc/gen/frexp.3      Sat May 26 21:11:23 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: frexp.3,v 1.4 1998/02/05 18:46:19 perry Exp $
+.\"    $NetBSD: frexp.3,v 1.4.10.1 2001/05/26 21:11:23 he Exp $
 .\"
 .\" Copyright (c) 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -68,7 +68,7 @@
 is a 
 .Em double
 with magnitude in the interval
-.Bq 1/2 , 1
+.Bo 1/2 , 1 Pc
 or zero, and
 .Fa value
 equals



Home | Main Index | Thread Index | Old Index