mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Note that the printf(3) and scanf(3) family of functions don't deal with
multibyte characters in the format string correctly.
This commit is contained in:
parent
9bfd777adb
commit
e2b090f34f
2 changed files with 14 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
.\" @(#)scanf.3 8.2 (Berkeley) 12/11/93
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd December 20, 2002
|
||||
.Dd January 4, 2003
|
||||
.Dt SCANF 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -530,3 +530,9 @@ The
|
|||
and
|
||||
.Cm \&%A
|
||||
floating-point formats are not implemented.
|
||||
.Pp
|
||||
The
|
||||
.Nm
|
||||
family of functions do not correctly handle multibyte characters in the
|
||||
.Fa format
|
||||
argument.
|
||||
|
|
|
|||
Loading…
Reference in a new issue