summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-05-04 22:51:21 +0000
committerdcs <dcs@FreeBSD.org>2000-05-04 22:51:21 +0000
commitacae6b38584363165d901af9d3a69a244809d7b5 (patch)
tree4862343f5d527e197715b5fea656b56c68924887
parent42ac2ec21db9800a752a48b6b8a71d5198587150 (diff)
downloadFreeBSD-src-acae6b38584363165d901af9d3a69a244809d7b5.zip
FreeBSD-src-acae6b38584363165d901af9d3a69a244809d7b5.tar.gz
Make documentation on recently added heap? command reflect reality.
-rw-r--r--sys/boot/common/loader.84
-rw-r--r--sys/boot/i386/loader/loader.84
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 2d99ec0..e97ce06 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -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.
diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8
index 2d99ec0..e97ce06 100644
--- a/sys/boot/i386/loader/loader.8
+++ b/sys/boot/i386/loader/loader.8
@@ -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.
OpenPOWER on IntegriCloud