mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Add "heap?" to loader's man page.
This commit is contained in:
parent
19c80876dc
commit
a1d54dfc62
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=60005
@ -559,6 +559,9 @@ 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.
|
||||
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.
|
||||
.It Ic key Pq -- Ar char
|
||||
|
@ -559,6 +559,9 @@ 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.
|
||||
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.
|
||||
.It Ic key Pq -- Ar char
|
||||
|
Loading…
Reference in New Issue
Block a user