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/1c0754e41762
branches: trunk
changeset: 351662:1c0754e41762
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 0baefe1746f0 -r 1c0754e41762 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