Changes to manual page
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.TH ALLOC 3 "March 25, 1986"
|
||||
.TH ALLOC 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
Malloc, Salloc, Realloc, Srealloc, st_alloc, st_free\ \-\ low level memory allocation routines
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH ASSERT 3ACK "$Revision$"
|
||||
.TH ASSERT 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
assert \- program verification
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH EM_CODE 3ACK "$Revision$"
|
||||
.TH EM_CODE 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
emcode \- EM code interface for compilers
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH EM_MES 3ACK "86/03/18"
|
||||
.TH EM_MES 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
em_mes \- EM-message generating routines
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH FLT_ARITH 3ACK " Fri June 30 1989"
|
||||
.TH FLT_ARITH 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
flt_arith \- high precision floating point arithmetic
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH IDF 3ACK "March 17, 1986"
|
||||
.TH IDF 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
init_idf, str2idf, findidf\ \-\ a namelist module
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH INPUT 3ACK "March 25, 1986"
|
||||
.TH INPUT 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
LoadChar, PushBack, InsertFile, InsertText, AtEoIF, AtEoIT\ \-\ input
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH OBJECT 3ACK "October 16, 1986"
|
||||
.TH OBJECT 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
wr_open, wr_close, wr_ohead, wr_sect, wr_outsect, wr_emit, wr_putc, wr_relo,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH PRINT 3ACK "86/04/02"
|
||||
.TH PRINT 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
print, fprint, sprint, doprnt -- very simple formatted-output routines
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH READ_EM 3ACK "March 17, 1986"
|
||||
.TH READ_EM 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
EM_open, EM_getinstr, EM_close,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH STRING 3ACK "86/03/18"
|
||||
.TH STRING 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
strcpy, strncpy, strcat, strncat, strcmp, strncmp,
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
.TH SYSTEM 3ACK "86/03/24"
|
||||
.TH SYSTEM 3 "$Revision$"
|
||||
.ad
|
||||
.SH NAME
|
||||
sys_open, sys_close, sys_read, sys_write, sys_reset, sys_access,
|
||||
|
||||
Reference in New Issue
Block a user