Module Name:    src
Committed By:   wiz
Date:           Sun Apr 28 07:33:02 UTC 2019

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

Log Message:
Remove undefined \*H


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 src/lib/libm/man/nextafter.3:1.7
--- src/lib/libm/man/nextafter.3:1.6	Sat Apr 27 23:04:32 2019
+++ src/lib/libm/man/nextafter.3	Sun Apr 28 07:33:02 2019
@@ -1,4 +1,4 @@
-.\" $NetBSD: nextafter.3,v 1.6 2019/04/27 23:04:32 kamil Exp $
+.\" $NetBSD: nextafter.3,v 1.7 2019/04/28 07:33:02 wiz Exp $
 .\"
 .\" Copyright (c) 2011 Jukka Ruohonen <jruoho...@iki.fi>
 .\" All rights reserved.
@@ -104,10 +104,10 @@ If
 .Fa x
 is finite but an overflow would occur,
 a range error follows and the functions return
-.Dv \*(Pm\*HHUGE_VAL ,
-.Dv  \*(Pm\*HHUGE_VALF ,
+.Dv \*(PmHUGE_VAL ,
+.Dv \*(PmHUGE_VALF ,
 or
-.Dv  \*(Pm\*HHUGE_VALL
+.Dv \*(PmHUGE_VALL
 with the same sign as
 .Fa x .
 When either

Reply via email to