MPE/iX Shell and Utilities Reference Manual, Vol 2

sh(1) MPE/iX Shell and Utilities sh(1)
Message: strcoll error, cannot malloc space.
Cause: There are not enough free system resources to allocate string space.
Action: Free up more resources.
Message: syntax error
Cause: A syntax error occurred.
Action: Correct the syntax.
Message: syntax error: got string1, expecting string2
Cause: When processing your input, the shell encountered string1 when it was expect-
ing string2.
Action: Check the DESCRIPTION section for a description of the syntax for various
shell commands. Re-enter your input with the correct syntax.
Message: temporary file error using here document: system error
Cause: See syserror(3).
Action: See syserror(3).
Message: too many << in line
Cause: You specified more than 10 here documents using <<.
Action: Simplify your command line to use fewer here documents.
Message: Traced functions not effective unless -o korn is set
Cause: You specified typeset –ft (turn on tracing for the named function) was
specified, but Korn Shell mode wasn’t enabled.
Action: Don’t specify "typeset –ft", or enable Korn Shell mode with "set –o korn".
Message: Undefined functions not implemented
Cause: typeset –fu specifies attributes for a function which will be defined later.
This is currently not implemented.
Action: Specify the function’s attributes when defining it, instead of using typeset
–fu.
Message: unknown operator
Cause: You specified an unknown operator.
Action: Check the Arithmetic Substitution subsection of the sh(1) man page for a table
showing the valid arithmetic operators.
Message: Unknown option "–option"
Cause: You specified an option that is not valid for sh or one of its built-in utilities.
Action: Check the DESCRIPTION section of this man page or of the appropriate
built-in utility for a list of valid options.
Commands and Utilities 1-553