diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-05-04 21:26:26 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-05-04 21:26:26 +0000 |
| commit | a1d54dfc62053d701dbfd0620ba6f0de9d5805c1 (patch) | |
| tree | 4e77465bf60bce0cc7af934c3bb4eb4192b31a49 | |
| parent | 19c80876dca121ef25885982623217531a80d77e (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/loader.8 | 3 | ||||
| -rw-r--r-- | sys/boot/i386/loader/loader.8 | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 527313bedd63..2d99ec083b98 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -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 diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8 index 527313bedd63..2d99ec083b98 100644 --- a/sys/boot/i386/loader/loader.8 +++ b/sys/boot/i386/loader/loader.8 @@ -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 |
