1 --- printf.3.orig Fri May 28 14:31:32 2004
2 +++ printf.3 Fri May 28 14:33:23 2004
7 +An optional separator character (
8 +.Cm \ , | \; | \ : | _
9 +) used for separating multiple values when printing an AltiVec vector,
10 +or other multi-value unit.
12 +NOTE: This is an AltiVec only extension onto the
15 +Behaviour of these values for
17 +is only defined for operating systems conforming to the
18 +AltiVec Technology Programming Interface Manual.
19 +(At time of writing this includes only Mac OS X 10.2 and later.)
21 An optional decimal digit string specifying a minimum field width.
22 If the converted value has fewer characters than the field width, it will
23 be padded with spaces on the left (or right, if the left-adjustment
25 .It Sy Modifier Ta Cm c Ta Cm s
26 .It Cm l No (ell) Ta Vt wint_t Ta Vt "wchar_t *"
29 +The AltiVec Technology Programming Interface Manual also defines five additional length modifiers
30 +which can be used (in place of the conventional length modifiers) for the printing of AltiVec vectors:
33 +Treat the argument as a vector value, unit length will be determined by the conversion
34 +specifier (default = 16 8-bit units for all integer conversions,
35 +4 32-bit units for floating point conversions).
37 +Treat the argument as a vector of 8 16-bit units.
39 +Treat the argument as a vector of 4 32-bit units.
42 +NOTE: The vector length specifiers are AltiVec only extensions onto the
45 +Behaviour of these values for
47 +is only defined for operating systems conforming to the
48 +AltiVec Technology Programming Interface Manual.
49 +(At time of writing this includes only Mac OS X 10.2 and later.)
51 A character that specifies the type of conversion to be applied.
58 -.%T "The FreeBSD Security Architecture"
61 -.Pa "/usr/share/doc/{to be determined}" . )
63 Subject to the caveats noted in the