Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/gen Typos: fix -> fit; length size -> size.



details:   https://anonhg.NetBSD.org/src/rev/a3524290706b
branches:  trunk
changeset: 783325:a3524290706b
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Dec 15 01:02:26 2012 +0000

description:
Typos: fix -> fit; length size -> size.

diffstat:

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

diffs (27 lines):

diff -r 1620c3035b48 -r a3524290706b lib/libc/gen/vis.3
--- a/lib/libc/gen/vis.3        Sat Dec 15 00:48:19 2012 +0000
+++ b/lib/libc/gen/vis.3        Sat Dec 15 01:02:26 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: vis.3,v 1.30 2012/12/15 00:48:19 uwe Exp $
+.\"    $NetBSD: vis.3,v 1.31 2012/12/15 01:02:26 uwe Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -158,7 +158,7 @@
 buffer.
 If
 .Fa dlen
-is not large enough to fix the converted string then the
+is not large enough to fit the converted string then the
 .Fn strnvis
 and
 .Fn strnvisx
@@ -406,7 +406,7 @@
 .Fn strsnvisx ,
 will return \-1 when the
 .Fa dlen
-destination buffer length size is not enough to perform the conversion while
+destination buffer size is not enough to perform the conversion while
 setting
 .Va errno
 to:



Home | Main Index | Thread Index | Old Index