Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Punctuation fixes.



details:   https://anonhg.NetBSD.org/src/rev/7465bd0b7a29
branches:  trunk
changeset: 521313:7465bd0b7a29
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jan 28 02:07:57 2002 +0000

description:
Punctuation fixes.

diffstat:

 lib/libc/stdlib/strtod.3 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r e5baad80ac27 -r 7465bd0b7a29 lib/libc/stdlib/strtod.3
--- a/lib/libc/stdlib/strtod.3  Mon Jan 28 02:07:40 2002 +0000
+++ b/lib/libc/stdlib/strtod.3  Mon Jan 28 02:07:57 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strtod.3,v 1.11 2002/01/28 00:10:04 kleink Exp $
+.\"    $NetBSD: strtod.3,v 1.12 2002/01/28 02:07:57 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -99,7 +99,7 @@
 is converted to \*(If,
 if supported, else to the largest finite floating-point number representable
 on the machine (i.e.,
-.Tn VAX Ns ).
+.Tn VAX ) .
 .Pp
 A character sequence
 .Li NAN
@@ -108,7 +108,7 @@
 is converted to a quiet \*(Na, if supported, else to a
 .Dq reserved operand
 for that machine (i.e.,
-.Tn VAX Ns ).
+.Tn VAX ) .
 .Pp
 If
 .Fa endptr



Home | Main Index | Thread Index | Old Index