Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdlib Remove superfluous double quotes and a super...



details:   https://anonhg.NetBSD.org/src/rev/0fb304ce8398
branches:  trunk
changeset: 535497:0fb304ce8398
user:      wiz <wiz%NetBSD.org@localhost>
date:      Tue Aug 20 15:30:07 2002 +0000

description:
Remove superfluous double quotes and a superfluous Ns.

diffstat:

 lib/libc/stdlib/atoi.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fe40dbdf9347 -r 0fb304ce8398 lib/libc/stdlib/atoi.3
--- a/lib/libc/stdlib/atoi.3    Tue Aug 20 15:28:11 2002 +0000
+++ b/lib/libc/stdlib/atoi.3    Tue Aug 20 15:30:07 2002 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: atoi.3,v 1.7 2002/07/10 14:37:16 yamt Exp $
+.\"    $NetBSD: atoi.3,v 1.8 2002/08/20 15:30:07 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -80,7 +80,7 @@
 does no overflow checking, handles unsigned numbers poorly,
 and handles strings containing trailing extra characters
 (like
-.Dq "123abc" Ns )
+.Dq 123abc )
 poorly.
 Careful use of
 .Xr strtol 3



Home | Main Index | Thread Index | Old Index