From 7f1ab2f5796c62913b3d2306b5f7ce15e85b54ff Mon Sep 17 00:00:00 2001 From: aaron <> Date: Sat, 22 Jan 2000 12:05:49 +0000 Subject: [PATCH] Use .Er macro when referring to errno error names. --- src/lib/libc/stdlib/strtod.3 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/libc/stdlib/strtod.3 b/src/lib/libc/stdlib/strtod.3 index 6bba73e8..ef618039 100644 --- a/src/lib/libc/stdlib/strtod.3 +++ b/src/lib/libc/stdlib/strtod.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: strtod.3,v 1.4 1999/06/29 18:36:23 aaron Exp $ +.\" $OpenBSD: strtod.3,v 1.5 2000/01/22 12:05:49 aaron Exp $ .\" .Dd June 29, 1991 .Dt STRTOD 3 @@ -87,12 +87,12 @@ is stored in the location referenced by If the correct value would cause overflow, plus or minus .Dv HUGE_VAL is returned (according to the sign of the value), and -.Dv ERANGE +.Er ERANGE is stored in .Va errno . If the correct value would cause underflow, zero is returned and -.Dv ERANGE +.Er ERANGE is stored in .Va errno . .Sh ERRORS