changed int?? into em??
This commit is contained in:
parent
0be2e884b1
commit
2565b29679
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
INTS=em_t--- em_---- em_tf-- em_t-c- em_t--p
|
||||
b=../../../lib/int22
|
||||
b=../../../lib/em22
|
||||
|
||||
all: $(INTS) eminform em
|
||||
|
||||
|
|
|
@ -45,7 +45,7 @@ Cheap in time, expensive in memory space.
|
|||
.PP
|
||||
These flags
|
||||
give rise to 5 different interpreters which are in the
|
||||
directory ~em/lib/int22/em_????
|
||||
directory ~em/lib/em22/em_????
|
||||
.PP
|
||||
If the interpreter exits with a non-zero exit status, then the line numbers
|
||||
of the 64 last executed source lines are dumped on the file
|
||||
|
@ -53,7 +53,7 @@ em_runinf
|
|||
in the current directory. Eminform(1) writes this information
|
||||
on the human readable file em_last.
|
||||
.SH "FILES"
|
||||
.IP ~em/lib/int22/em_???? 35
|
||||
.IP ~em/lib/em22/em_???? 35
|
||||
interpreters proper
|
||||
.IP em_runinf
|
||||
memory dump containing runtime information
|
||||
|
|
Loading…
Reference in a new issue