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 markup



details:   https://anonhg.NetBSD.org/src/rev/8017ea924fa3
branches:  trunk
changeset: 764335:8017ea924fa3
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Apr 16 23:58:01 2011 +0000

description:
Fix markup

diffstat:

 lib/libm/man/nextafter.3 |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r d56b5f2e7bda -r 8017ea924fa3 lib/libm/man/nextafter.3
--- a/lib/libm/man/nextafter.3  Sat Apr 16 22:45:23 2011 +0000
+++ b/lib/libm/man/nextafter.3  Sat Apr 16 23:58:01 2011 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: nextafter.3,v 1.1 2011/04/12 07:29:50 jruoho Exp $
+.\" $NetBSD: nextafter.3,v 1.2 2011/04/16 23:58:01 christos Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruohonen%iki.fi@localhost>
 .\" All rights reserved.
@@ -93,6 +93,7 @@
 .Fa x
 equals
 .Fa y .
+.El
 .Sh RETURN VALUES
 Upon successful completion, the described functions return
 the next representable floating-point value as described above.
@@ -100,10 +101,10 @@
 .Fa x
 is finite but an overflow would occur,
 a range error follows and the functions return
-.Dv \*(Pm\* HUGE_VAL ,
-.Dv  \*(Pm\* HUGE_VALF ,
+.Dv \*(Pm\*HHUGE_VAL ,
+.Dv  \*(Pm\*HHUGE_VALF ,
 or
-.Dv  \*(Pm\* HUGE_VALL
+.Dv  \*(Pm\*HHUGE_VALL
 with the same sign as
 .Fa x .
 When either



Home | Main Index | Thread Index | Old Index