summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 .