Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/stdio Insert comma between two Nm entries.



details:   https://anonhg.NetBSD.org/src/rev/cf5f6b23dfe7
branches:  trunk
changeset: 821913:cf5f6b23dfe7
user:      abhinav <abhinav%NetBSD.org@localhost>
date:      Tue Feb 21 18:47:40 2017 +0000

description:
Insert comma between two Nm entries.
Replace Nm with Fn to refer a function.

diffstat:

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

diffs (27 lines):

diff -r fe6b3bf7f155 -r cf5f6b23dfe7 lib/libc/stdio/printf.3
--- a/lib/libc/stdio/printf.3   Tue Feb 21 18:36:39 2017 +0000
+++ b/lib/libc/stdio/printf.3   Tue Feb 21 18:47:40 2017 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: printf.3,v 1.65 2015/11/19 10:03:26 pgoyette Exp $
+.\"    $NetBSD: printf.3,v 1.66 2017/02/21 18:47:40 abhinav Exp $
 .\"
 .\" Copyright (c) 1990, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -39,7 +39,7 @@
 .Sh NAME
 .Nm printf ,
 .Nm fprintf ,
-.Nm dprintf
+.Nm dprintf ,
 .Nm sprintf ,
 .Nm snprintf ,
 .Nm snprintf_ss ,
@@ -937,7 +937,7 @@
 are not standard; such combinations should be avoided.
 .Pp
 The
-.Nm
+.Fn printf
 family of functions do not correctly handle multibyte characters in the
 .Fa format
 argument.



Home | Main Index | Thread Index | Old Index