Module Name:    src
Committed By:   uwe
Date:           Thu Jul 30 21:23:36 UTC 2020

Modified Files:
        src/lib/libutil: snprintb.3

Log Message:
Fix grammar.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/lib/libutil/snprintb.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libutil/snprintb.3
diff -u src/lib/libutil/snprintb.3:1.23 src/lib/libutil/snprintb.3:1.24
--- src/lib/libutil/snprintb.3:1.23	Sat Dec  7 12:47:07 2019
+++ src/lib/libutil/snprintb.3	Thu Jul 30 21:23:36 2020
@@ -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 @@ If the buffer
 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

Reply via email to