summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-05-18 12:44:50 +0000
committerdcs <dcs@FreeBSD.org>2000-05-18 12:44:50 +0000
commited20714d67d781a4aa564cb6050fda0006ff2b7a (patch)
tree0e47eb24123473dc650e6471371feee30d8603be
parent9033edf3a8227c165daac3522007884b721a4fe7 (diff)
downloadFreeBSD-src-ed20714d67d781a4aa564cb6050fda0006ff2b7a.zip
FreeBSD-src-ed20714d67d781a4aa564cb6050fda0006ff2b7a.tar.gz
Make corrections to allow for Alpha.
-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 e97ce06..de82afa 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -31,14 +31,14 @@
.Os
.Sh NAME
.Nm loader
-.Nd system bootstrap stage three
+.Nd kernel bootstrapping final stage
.Sh DESCRIPTION
The program called
.Nm
-is the third stage of FreeBSD's three stage bootstrap.
-It is a
+is the final stage of FreeBSD's kernel bootstrapping process.
+On IA32 (i386) architectures, it is a
.Pa BTX
-client linked statically to
+client. It is linked statically to
.Xr libstand 3
and usually located in the directory
.Pa /boot .
diff --git a/sys/boot/i386/loader/loader.8 b/sys/boot/i386/loader/loader.8
index e97ce06..de82afa 100644
--- a/sys/boot/i386/loader/loader.8
+++ b/sys/boot/i386/loader/loader.8
@@ -31,14 +31,14 @@
.Os
.Sh NAME
.Nm loader
-.Nd system bootstrap stage three
+.Nd kernel bootstrapping final stage
.Sh DESCRIPTION
The program called
.Nm
-is the third stage of FreeBSD's three stage bootstrap.
-It is a
+is the final stage of FreeBSD's kernel bootstrapping process.
+On IA32 (i386) architectures, it is a
.Pa BTX
-client linked statically to
+client. It is linked statically to
.Xr libstand 3
and usually located in the directory
.Pa /boot .
OpenPOWER on IntegriCloud