Module Name: src Committed By: abhinav Date: Tue Feb 21 18:47:40 UTC 2017
Modified Files: src/lib/libc/stdio: printf.3 Log Message: Insert comma between two Nm entries. Replace Nm with Fn to refer a function. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/lib/libc/stdio/printf.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/libc/stdio/printf.3 diff -u src/lib/libc/stdio/printf.3:1.65 src/lib/libc/stdio/printf.3:1.66 --- src/lib/libc/stdio/printf.3:1.65 Thu Nov 19 10:03:26 2015 +++ src/lib/libc/stdio/printf.3 Tue Feb 21 18:47:40 2017 @@ -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 @@ conversions, as well as other nonsensica 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.