Module Name:    src
Committed By:   christos
Date:           Sat Apr 16 23:58:01 UTC 2011

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

Log Message:
Fix markup


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/nextafter.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/nextafter.3
diff -u src/lib/libm/man/nextafter.3:1.1 src/lib/libm/man/nextafter.3:1.2
--- src/lib/libm/man/nextafter.3:1.1	Tue Apr 12 03:29:50 2011
+++ src/lib/libm/man/nextafter.3	Sat Apr 16 19:58:01 2011
@@ -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 <jruoho...@iki.fi>
 .\" 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

Reply via email to