diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-06 06:21:25 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-01-06 06:21:25 +0000 |
| commit | b211af11e213ae3f77dd96f37c7d79178613ea01 (patch) | |
| tree | da7a1599d3a34a144558db4381da7b239a08bc0f | |
| parent | e2b090f34f19dc5675a2d35ecf12abfc0f6f1a6d (diff) | |
Notes
| -rw-r--r-- | lib/libc/stdlib/strfmon.3 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libc/stdlib/strfmon.3 b/lib/libc/stdlib/strfmon.3 index 7e5a9c025407..11b8e211bf66 100644 --- a/lib/libc/stdlib/strfmon.3 +++ b/lib/libc/stdlib/strfmon.3 @@ -159,3 +159,9 @@ function was implemented by This manual page was written by .An Jeroen Ruigrok van der Werven Aq asmodai@FreeBSD.org based on the standards' text. +.Sh BUGS +The +.Fn strfmon +function does not correctly handle multibyte characters in the +.Fa format +argument. |
