diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-05-04 21:22:55 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 2000-05-04 21:22:55 +0000 |
| commit | 19c80876dca121ef25885982623217531a80d77e (patch) | |
| tree | 751c0b9a88a17a5e76ea369d1d73dac8015758d3 | |
| parent | c45393b59c5716b736a6d3ff890b6385a471b0c3 (diff) | |
Notes
| -rw-r--r-- | sys/boot/common/loader.8 | 8 | ||||
| -rw-r--r-- | sys/boot/i386/loader/loader.8 | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index eb43dab0c92b..527313bedd63 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 eb43dab0c92b..527313bedd63 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 |
