MPE/iX Shell and Utilities Reference Manual, Vol 1

more(1) MPE/iX Shell and Utilities more(1)
Message: Cannot edit standard input.
Cause: You attempted to use the v command to edit text that was coming from the stan-
dard input stream.
Action: Store the input text in a temporary file and then use more to view that file. This
allows you to edit the text if necessary.
Message: cannot reopen input file
Cause: You attempted to view a previously viewed file with the :e command, and when
more tried to re-open that file, it could not, or you attempted to re-open the cur-
rent file (due to a R command or the completion of a shell escape command)
and it failed.
Action: Find out what caused the file become unopenable, and fix the problem.
Message: input file "filename"
Cause: See syserror(3).
Action: See syserror(3).
Message: insufficient memory
Cause: There were not enough free system resources for more to work properly.
Action: Free up more system resources.
Message: invalid command
Cause: The command argument to –p or + was invalid.
Action: Fix the syntax of command.
Message: interactive terminal inaccessible
Cause: more was unable to open the terminal for input.
Action: Make sure that the standard input is assigned to a terminal.
Message: Mark must be a lowercase letter.
Cause: You used the m command to mark a position in the file; however you attempted
to name the mark with a character other than a lowercase letter.
Action: Use lowercase letters for all mark names.
Message: Missing prompt after -P
Cause: You specified the –P option without providing a prompt string as an argument.
Action: Provide the missing prompt.
Message: more: system error
Cause: See syserror(3).
Action: See syserror(3).
Message: No match found for regular expression.
Cause: more did not find a match for the specified regular expression.
Action: Check that the regular expression was entered correctly.
Commands and Utilities 1-383