diff options
| author | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 03:39:34 +0000 |
|---|---|---|
| committer | Giorgos Keramidas <keramida@FreeBSD.org> | 2002-07-15 03:39:34 +0000 |
| commit | 955f24e6b78811068ef59022a42e64c034e67624 (patch) | |
| tree | 46587de0601fbdd227a6bf4b4f030cff6ca817e8 /sys | |
| parent | b3e9028c87592175823e9e6ef69a58a8cf1b7776 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/common/loader.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/common/loader.8 b/sys/boot/common/loader.8 index 7c9d078d4869a..42131a6bf99f2 100644 --- a/sys/boot/common/loader.8 +++ b/sys/boot/common/loader.8 @@ -78,7 +78,7 @@ Next, .Tn FICL is initialized, the builtin words are added to its vocabulary, and .Pa /boot/boot.4th -will be processed if it exists. +is processed if it exists. No disk switching is possible while that file is being read. The inner interpreter .Nm @@ -93,7 +93,7 @@ After that, .Pa /boot/loader.rc is processed if available, and, failing that, .Pa /boot/boot.conf -will be read for historical reasons. +is read for historical reasons. These files are processed through the .Ic include command, which reads all of them into memory before processing them, |
