summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-05-04 21:26:26 +0000
committerdcs <dcs@FreeBSD.org>2000-05-04 21:26:26 +0000
commit42ac2ec21db9800a752a48b6b8a71d5198587150 (patch)
tree8a8e233af14d25453442a92530c7c468c83b39bc /sys
parent03d29e369d0b1123482d3c3f2f8fd31e02052662 (diff)
downloadFreeBSD-src-42ac2ec21db9800a752a48b6b8a71d5198587150.zip
FreeBSD-src-42ac2ec21db9800a752a48b6b8a71d5198587150.tar.gz
Add "heap?" to loader's man page.
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/common/loader.83
-rw-r--r--sys/boot/i386/loader/loader.83
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 527313b..2d99ec0 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 527313b..2d99ec0 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
OpenPOWER on IntegriCloud