Changes to manual page
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
.TH EM_NOPT 6ACK "$Revision$"
|
||||
.TH EM_NOPT 6 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
em_nopt \- EM peephole optimizer
|
||||
.SH SYNOPSIS
|
||||
~em/lib/em_nopt [ inputfile [ outputfile ] ]
|
||||
.B ~em/lib.bin/em_nopt
|
||||
[ inputfile [ outputfile ] ]
|
||||
.SH DESCRIPTION
|
||||
Em_nopt reads a compact EM-program inputfile or standard input,
|
||||
and produces another compact EM program on outputfile or standard output
|
||||
@@ -12,7 +13,7 @@ but smaller.
|
||||
This program is a faster replacement for the program em_opt but does not
|
||||
perform some other functions that that program performed and were required
|
||||
before running a codegenerator. These operations are now performed by the
|
||||
front ends and the EM_CODE(3ACK) module. The old program is still required
|
||||
front ends and the EM_CODE(3) module. The old program is still required
|
||||
for front ends that do not use the new mechanisms or for making a library
|
||||
module.
|
||||
Usually this program need not be run as the front end will perform the
|
||||
@@ -20,4 +21,4 @@ equivalent optimizations using the library module em_opt(3).
|
||||
.SH "SEE ALSO"
|
||||
ack(1) em_opt(1) em_opt(3)
|
||||
.SH AUTHOR
|
||||
Bruce McKenzie <bruce@cantuar.UUCP>
|
||||
Bruce McKenzie <bruce@cocs.canterbury.ac.nz>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH EM_OPT 3ACK "$Revision$"
|
||||
.TH EM_OPT 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
emopt \- EM code peephole optimizer interface for compilers
|
||||
@@ -110,4 +110,4 @@ It is not possible to indicate that the argument of
|
||||
.B O_con_cst ()
|
||||
must be seen as an unsigned value.
|
||||
.SH AUTHOR
|
||||
Bruce McKenzie <bruce@cantuar.UUCP>
|
||||
Bruce McKenzie <bruce@cocs.canterbury.ac.nz>
|
||||
|
||||
Reference in New Issue
Block a user