summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-05-04 21:22:55 +0000
committerdcs <dcs@FreeBSD.org>2000-05-04 21:22:55 +0000
commit03d29e369d0b1123482d3c3f2f8fd31e02052662 (patch)
tree6fc3a9fc58cd7ecc8cdb92abd325a483dd5f92c1
parent01244aaf56c7a9c0ad3f03594a76b4096a783dff (diff)
downloadFreeBSD-src-03d29e369d0b1123482d3c3f2f8fd31e02052662.zip
FreeBSD-src-03d29e369d0b1123482d3c3f2f8fd31e02052662.tar.gz
Further improve ordering.
-rw-r--r--sys/boot/common/loader.88
-rw-r--r--sys/boot/i386/loader/loader.88
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index eb43dab..527313b 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -532,14 +532,12 @@ This is the STRING word set's
.El
.Ss FREEBSD EXTRA WORDS
.Bl -tag -width XXXXXXXX -offset indent
+.It Ic \&$ Pq --
+Evaluates the remainder of the input buffer, after having printed it first.
.It Ic \&% Pq --
Evaluates the remainder of the input buffer under a
.Ic catch
exception guard.
-.It Ic \&$ Pq --
-Evaluates the remainder of the input buffer, after having printed it first.
-.It Ic inb Pq Ar port -- char
-Reads a byte from a port.
.It Ic fclose Pq Ar fd --
Closes a file.
.It Ic fkey Pq Ar fd -- char
@@ -561,6 +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 inb Pq Ar port -- char
+Reads a byte from a port.
.It Ic key Pq -- Ar char
Reads a single character from the console.
.It Ic key? Pq -- Ar flag
diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8
index eb43dab..527313b 100644
--- a/sys/boot/i386/loader/loader.8
+++ b/sys/boot/i386/loader/loader.8
@@ -532,14 +532,12 @@ This is the STRING word set's
.El
.Ss FREEBSD EXTRA WORDS
.Bl -tag -width XXXXXXXX -offset indent
+.It Ic \&$ Pq --
+Evaluates the remainder of the input buffer, after having printed it first.
.It Ic \&% Pq --
Evaluates the remainder of the input buffer under a
.Ic catch
exception guard.
-.It Ic \&$ Pq --
-Evaluates the remainder of the input buffer, after having printed it first.
-.It Ic inb Pq Ar port -- char
-Reads a byte from a port.
.It Ic fclose Pq Ar fd --
Closes a file.
.It Ic fkey Pq Ar fd -- char
@@ -561,6 +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 inb Pq Ar port -- char
+Reads a byte from a port.
.It Ic key Pq -- Ar char
Reads a single character from the console.
.It Ic key? Pq -- Ar flag
OpenPOWER on IntegriCloud