summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/loader.8
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-05-04 21:18:26 +0000
committerdcs <dcs@FreeBSD.org>2000-05-04 21:18:26 +0000
commit01244aaf56c7a9c0ad3f03594a76b4096a783dff (patch)
tree8951e601bfa606043e8dd17e4009570a7dc99d21 /sys/boot/common/loader.8
parent4d19687a3ca4bdeefac4dc2c2a3467fd8bcfdf60 (diff)
downloadFreeBSD-src-01244aaf56c7a9c0ad3f03594a76b4096a783dff.zip
FreeBSD-src-01244aaf56c7a9c0ad3f03594a76b4096a783dff.tar.gz
Sort entries in FreeBSD-specific FICL commands.
Diffstat (limited to 'sys/boot/common/loader.8')
-rw-r--r--sys/boot/common/loader.828
1 files changed, 14 insertions, 14 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index ef847c1..eb43dab 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -531,19 +531,24 @@ This is the STRING word set's
.It Ic -rot
.El
.Ss FREEBSD EXTRA WORDS
-.Bl -tag -width XXXXXXX -offset indent
-.It Ic tib> Pq -- Ar addr len
-Returns the remainder of the input buffer as a string on the stack.
+.Bl -tag -width XXXXXXXX -offset indent
.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 fopen Pq Ar addr len -- fd
-Open a file. Returns a file descriptor, or -1 in case of failure.
+.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
+Reads a single character from a file.
+.It Ic fload Pq Ar fd --
+Process file
+.Em fd .
+.It Ic fopen Pq Ar addr len -- fd
+Open a file. Returns a file descriptor, or -1 in case of failure.
.It Xo
.Ic fread
.Pq Ar fd addr len -- len'
@@ -556,11 +561,6 @@ into buffer
.Em addr .
Returns the actual number of bytes read, or -1 in case of error or end of
file.
-.It Ic fload Pq Ar fd --
-Process file
-.Em fd .
-.It Ic fkey Pq Ar fd -- char
-Reads a single character from a file.
.It Ic key Pq -- Ar char
Reads a single character from the console.
.It Ic key? Pq -- Ar flag
@@ -571,15 +571,15 @@ if there is a character available to be read from the console.
Waits
.Em u
microseconds.
+.It Ic outb Pq Ar port char --
+Writes a byte to a port.
.It Ic seconds Pq -- Ar u
Returns the number of seconds since midnight.
+.It Ic tib> Pq -- Ar addr len
+Returns the remainder of the input buffer as a string on the stack.
.It Ic trace! Pq Ar flag --
Activates or deactivates tracing. Does not work with
.Ic catch .
-.It Ic outb Pq Ar port char --
-Writes a byte to a port.
-.It Ic inb Pq Ar port -- char
-Reads a byte from a port.
.El
.Ss FREEBSD DEFINED ENVIRONMENTAL QUERIES
.Bl -tag -width Ds -offset indent
OpenPOWER on IntegriCloud