X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/59e0d9fe772464b93d835d2a2964457702469a43..3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff:/stdio/FreeBSD/printf.3.patch diff --git a/stdio/FreeBSD/printf.3.patch b/stdio/FreeBSD/printf.3.patch index 72158bd..a8da314 100644 --- a/stdio/FreeBSD/printf.3.patch +++ b/stdio/FreeBSD/printf.3.patch @@ -1,6 +1,19 @@ ---- printf.3.orig Fri May 28 14:31:32 2004 -+++ printf.3 Fri May 28 14:33:23 2004 -@@ -287,6 +287,20 @@ +--- printf.3.orig Fri Mar 11 17:08:43 2005 ++++ printf.3 Fri Mar 11 17:04:50 2005 +@@ -101,6 +101,12 @@ + dynamically allocate a new string with + .Xr malloc 3 . + .Pp ++Extended locale versions of these functions are documented in ++.Xr printf_l 3 . ++See ++.Xr xlocale 3 ++for more information. ++.Pp + These functions write the output under the control of a + .Fa format + string that specifies how subsequent arguments +@@ -287,6 +293,20 @@ .Xr localeconv 3 . .El .It @@ -21,7 +34,7 @@ An optional decimal digit string specifying a minimum field width. If the converted value has fewer characters than the field width, it will be padded with spaces on the left (or right, if the left-adjustment -@@ -377,6 +391,28 @@ +@@ -379,6 +399,28 @@ .It Sy Modifier Ta Cm c Ta Cm s .It Cm l No (ell) Ta Vt wint_t Ta Vt "wchar_t *" .El @@ -50,15 +63,18 @@ .It A character that specifies the type of conversion to be applied. .El -@@ -785,11 +821,6 @@ +@@ -792,12 +834,8 @@ + .Xr fmtcheck 3 , .Xr scanf 3 , .Xr setlocale 3 , - .Xr wprintf 3 +-.Xr wprintf 3 -.Rs -.%T "The FreeBSD Security Architecture" -.Re -(See -.Pa "/usr/share/doc/{to be determined}" . ) ++.Xr wprintf 3 , ++.Xr printf_l 3 .Sh STANDARDS Subject to the caveats noted in the .Sx BUGS