Source-Changes-HG archive

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

[src/trunk]: src/lib/libutil Fix grammar.



details:   https://anonhg.NetBSD.org/src/rev/c8c8f9e1f06f
branches:  trunk
changeset: 936561:c8c8f9e1f06f
user:      uwe <uwe%NetBSD.org@localhost>
date:      Thu Jul 30 21:23:36 2020 +0000

description:
Fix grammar.

diffstat:

 lib/libutil/snprintb.3 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73ef25a07b4e -r c8c8f9e1f06f lib/libutil/snprintb.3
--- a/lib/libutil/snprintb.3    Thu Jul 30 20:59:08 2020 +0000
+++ b/lib/libutil/snprintb.3    Thu Jul 30 21:23:36 2020 +0000
@@ -1,4 +1,4 @@
-.\"     $NetBSD: snprintb.3,v 1.23 2019/12/07 12:47:07 wiz Exp $
+.\"     $NetBSD: snprintb.3,v 1.24 2020/07/30 21:23:36 uwe Exp $
 .\"
 .\" Copyright (c) 1998 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -63,7 +63,7 @@
 is too small to hold the formatted output,
 .Fn snprintb
 will fill as much as it can, and return the number of bytes
-that would have written if the buffer was long enough excluding the
+that it would have written if the buffer were long enough excluding the
 terminating NUL.
 .Pp
 The decoding directive string



Home | Main Index | Thread Index | Old Index