aboutsummaryrefslogtreecommitdiff
path: root/sys/boot
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/common/loader.82
-rw-r--r--sys/boot/i386/pxeldr/pxeboot.82
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8
index 3d5f8512db5d2..9a3016a11e892 100644
--- a/sys/boot/common/loader.8
+++ b/sys/boot/common/loader.8
@@ -394,7 +394,7 @@ be forced by setting this variable.
.It Va rootdev
By default the value of
.Va currdev
-is used to set the root filesystem
+is used to set the root file system
when the kernel is booted.
This can be overridden by setting
.Va rootdev
diff --git a/sys/boot/i386/pxeldr/pxeboot.8 b/sys/boot/i386/pxeldr/pxeboot.8
index b799840c7345f..f8ea8a94191ef 100644
--- a/sys/boot/i386/pxeldr/pxeboot.8
+++ b/sys/boot/i386/pxeldr/pxeboot.8
@@ -46,7 +46,7 @@ The
bootloader retrieves the kernel, modules,
and other files either via NFS over UDP or by TFTP,
selectable through compile-time options.
-In combination with a memory filesystem image or NFS-mounted root filesystem,
+In combination with a memory file system image or NFS-mounted root file system,
.Nm
allows for easy,
EEPROM-burner free construction of diskless machines.