diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-06 06:19:19 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-06 06:19:19 +0000 |
| commit | e2b090f34f19dc5675a2d35ecf12abfc0f6f1a6d (patch) | |
| tree | f70e771c6e37168a6957432c8a1b876b515d3689 /lib/libc/stdio/printf.3 | |
| parent | 9bfd777adbe859a97f5c7461a5fc0bc420046775 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio/printf.3')
| -rw-r--r-- | lib/libc/stdio/printf.3 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lib/libc/stdio/printf.3 b/lib/libc/stdio/printf.3 index 7e73f24e7dcf..5cb9b173c8c1 100644 --- a/lib/libc/stdio/printf.3 +++ b/lib/libc/stdio/printf.3 @@ -36,7 +36,7 @@ .\" @(#)printf.3 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd December 20, 2002 +.Dd January 4, 2003 .Dt PRINTF 3 .Os .Sh NAME @@ -872,3 +872,9 @@ modifier for floating point formats simply round the argument to .Vt double , providing no additional precision. +.Pp +The +.Nm +family of functions do not correctly handle multibyte characters in the +.Fa format +argument. |
