1 --- printf.3.orig 2004-11-25 11:38:35.000000000 -0800
2 +++ printf.3 2005-08-09 22:37:08.000000000 -0700
4 dynamically allocate a new string with
7 +Extended locale versions of these functions are documented in
11 +for more information.
13 These functions write the output under the control of a
15 string that specifies how subsequent arguments
20 +An optional separator character (
21 +.Cm \ , | \; | \ : | _
22 +) used for separating multiple values when printing an AltiVec or SSE vector,
23 +or other multi-value unit.
25 +NOTE: This is an extension to the
28 +Behaviour of these values for
30 +is only defined for operating systems conforming to the
31 +AltiVec Technology Programming Interface Manual.
32 +(At time of writing this includes only Mac OS X 10.2 and later.)
34 An optional decimal digit string specifying a minimum field width.
35 If the converted value has fewer characters than the field width, it will
36 be padded with spaces on the left (or right, if the left-adjustment
38 .It Sy Modifier Ta Cm c Ta Cm s
39 .It Cm l No (ell) Ta Vt wint_t Ta Vt "wchar_t *"
42 +The AltiVec Technology Programming Interface Manual also defines five additional length modifiers
43 +which can be used (in place of the conventional length modifiers) for the printing of AltiVec or SSE vectors:
46 +Treat the argument as a vector value, unit length will be determined by the conversion
47 +specifier (default = 16 8-bit units for all integer conversions,
48 +4 32-bit units for floating point conversions).
50 +Treat the argument as a vector of 8 16-bit units.
52 +Treat the argument as a vector of 4 32-bit units.
55 +NOTE: The vector length specifiers are extensions to the
58 +Behaviour of these values for
60 +is only defined for operating systems conforming to the
61 +AltiVec Technology Programming Interface Manual.
62 +(At time of writing this includes only Mac OS X 10.2 and later.)
64 +As a further extension, for SSE2 64-bit units:
67 +Treat the argument as a vector of 2 64-bit units.
70 A character that specifies the type of conversion to be applied.
78 -.%T "The FreeBSD Security Architecture"
81 -.Pa "/usr/share/doc/{to be determined}" . )
85 Subject to the caveats noted in the