MPE/iX Shell and Utilities Reference Manual, Vol 2
printf(1) MPE/iX Shell and Utilities printf(1)
Message: unused argument at "arg"
Cause: You specified a format string without any conversion specifications.
Action: Add at least one conversion specification to your format string.
PORTABILITY
POSIX.2. x/OPEN Portability Guide 4.0..
UNIX System V.
The %F format and the handling of * as a width or precision argument are extensions to the
POSIX
standard.
WARNING
The POSIX.2 printf facility (like the C language printf () on which it is based) does not
gracefully accommodate multi-byte characters when using %c conversion, or either of %b or
%s conversions with a specified precision. Use these features cautiously when you have
multi-byte characters in the character set.
MPE/iX NOTES
On
MPE/iX, printf is available as both a built-in shell utility and an external utility.
SEE ALSO
echo(1), print(1)
Commands and Utilities 1-441