Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio printf(3): mention snprintb(3)



details:   https://anonhg.NetBSD.org/src/rev/4161907e9db2
branches:  trunk
changeset: 1023697:4161907e9db2
user:      wiz <wiz%NetBSD.org@localhost>
date:      Thu Sep 23 12:17:57 2021 +0000

description:
printf(3): mention snprintb(3)

diffstat:

 lib/libc/stdio/printf.3 |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r af7ea2d9def6 -r 4161907e9db2 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Thu Sep 23 11:28:47 2021 +0000
+++ b/lib/libc/stdio/printf.3   Thu Sep 23 12:17:57 2021 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.69 2021/02/16 14:44:25 riastradh Exp $
+.\"    $NetBSD: printf.3,v 1.70 2021/09/23 12:17:57 wiz Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -811,6 +811,7 @@
 .Xr fmtcheck 3 ,
 .Xr scanf 3 ,
 .Xr setlocale 3 ,
+.Xr snprintb 3 ,
 .Xr wprintf 3 ,
 .Xr printf 9
 .Sh STANDARDS



Home | Main Index | Thread Index | Old Index