Changes to manual page

This commit is contained in:
ceriel
1991-10-01 12:18:39 +00:00
parent a329780d73
commit 7551b8e83a
65 changed files with 139 additions and 155 deletions

View File

@@ -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

View File

@@ -1,4 +1,4 @@
.TH ASSERT 3ACK "$Revision$"
.TH ASSERT 3 "$Revision$"
.ad
.SH NAME
assert \- program verification

View File

@@ -1,4 +1,4 @@
.TH EM_CODE 3ACK "$Revision$"
.TH EM_CODE 3 "$Revision$"
.ad
.SH NAME
emcode \- EM code interface for compilers

View File

@@ -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

View File

@@ -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>

View File

@@ -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>

View File

@@ -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

View File

@@ -1,4 +1,4 @@
.TH IDF 3ACK "March 17, 1986"
.TH IDF 3 "$Revision$"
.ad
.SH NAME
init_idf, str2idf, findidf\ \-\ a namelist module

View File

@@ -1,4 +1,4 @@
.TH INPUT 3ACK "March 25, 1986"
.TH INPUT 3 "$Revision$"
.ad
.SH NAME
LoadChar, PushBack, InsertFile, InsertText, AtEoIF, AtEoIT\ \-\ input

View File

@@ -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,

View File

@@ -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

View File

@@ -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,

View File

@@ -1,4 +1,4 @@
.TH STRING 3ACK "86/03/18"
.TH STRING 3 "$Revision$"
.ad
.SH NAME
strcpy, strncpy, strcat, strncat, strcmp, strncmp,

View File

@@ -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,