summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcs@FreeBSD.org>2000-05-18 12:44:50 +0000
committerDaniel C. Sobral <dcs@FreeBSD.org>2000-05-18 12:44:50 +0000
commitd9f7c44adf321fda73de24f983f439573d19ef04 (patch)
tree66a3e91131462e2f87026fa9dfa8c277550b7e63
parent11c2b3bf003c81e3f2d49617959ea9fc0119ccef (diff)
Notes
-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 e97ce0638bc3..de82afa776b9 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 e97ce0638bc3..de82afa776b9 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 .