Make documentation on recently added heap? command reflect reality.

This commit is contained in:
Daniel C. Sobral 2000-05-04 22:51:21 +00:00
parent a1d54dfc62
commit 4eb5b7979d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60006
2 changed files with 4 additions and 4 deletions

View File

@ -559,8 +559,8 @@ into buffer
.Em addr .
Returns the actual number of bytes read, or -1 in case of error or end of
file.
.It Ic heap? Pq -- Ar bytes
Return the space remaining in the dictionary heap, in bytes.
.It Ic heap? Pq -- Ar cells
Return the space remaining in the dictionary heap, in cells.
This is not related to the heap used by dynamic memory allocation words.
.It Ic inb Pq Ar port -- char
Reads a byte from a port.

View File

@ -559,8 +559,8 @@ into buffer
.Em addr .
Returns the actual number of bytes read, or -1 in case of error or end of
file.
.It Ic heap? Pq -- Ar bytes
Return the space remaining in the dictionary heap, in bytes.
.It Ic heap? Pq -- Ar cells
Return the space remaining in the dictionary heap, in cells.
This is not related to the heap used by dynamic memory allocation words.
.It Ic inb Pq Ar port -- char
Reads a byte from a port.