mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
Make documentation on recently added heap? command reflect reality.
This commit is contained in:
parent
a1d54dfc62
commit
4eb5b7979d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60006
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user