IBM 000-8697 User Manual Page 31

  • Download
  • Add to my manuals
  • Print
  • Page
    / 702
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 30
Introduction 17
Error Message Files
The rofferr Script
Use the rofferr script to format one error message or a range of error
messages forprinting. By default, rofferr displays output onthe screen. You
need to send the output to nroff to interpret the formatting commands and
then to a printer, or to a file where the nroff output is stored until you are
readytoprint.Youcanthenprintthefile.Forinformationonusingnroff and
on printing files, see your UNIX documentation.
The rofferr script has the following syntax:
The following example formats error message -359. It pipes the formatted
error message into nroff and sends the output of nroff to the default printer:
rofferr 359 | nroff -man | lpr
The following example formats and then prints all the error messages
between -1300 and -4999:
rofferr -1300 -4999 | nroff -man | lpr
start_msg Is the number of the first error message to format
This error message number is required.
end_msg Is the number of the last error message to format
This error message number is optional. If you omit end_msg,
only start_msg is formatted.
-
+
start_msgrofferr
end_msg
+
-
Page view 30
1 2 ... 26 27 28 29 30 31 32 33 34 35 36 ... 701 702

Comments to this Manuals

No comments