1 --- printf.3.orig Fri Mar 11 17:08:43 2005
2 +++ printf.3 Fri Mar 11 17:04:50 2005
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 vector,
23 +or other multi-value unit.
25 +NOTE: This is an AltiVec only extension onto 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 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 AltiVec only extensions onto 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 A character that specifies the type of conversion to be applied.
72 -.%T "The FreeBSD Security Architecture"
75 -.Pa "/usr/share/doc/{to be determined}" . )
79 Subject to the caveats noted in the