From b211af11e213ae3f77dd96f37c7d79178613ea01 Mon Sep 17 00:00:00 2001 From: "Tim J. Robbins" Date: Mon, 6 Jan 2003 06:21:25 +0000 Subject: [PATCH] strfmon(3) does not correctly handle multibyte characters in the format string. --- lib/libc/stdlib/strfmon.3 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/libc/stdlib/strfmon.3 b/lib/libc/stdlib/strfmon.3 index 7e5a9c02540..11b8e211bf6 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.