diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 17:05:46 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2000-11-20 17:05:46 +0000 |
| commit | d5874785b926bfda5773cb48bc0eb61c3244378b (patch) | |
| tree | 42106a73f7858440cbfd3b781875c8d6f9b0d448 /sys/boot/forth | |
| parent | 7c7fb079b997666ef8dc3a60352aa3d2052cb3de (diff) | |
Notes
Diffstat (limited to 'sys/boot/forth')
| -rw-r--r-- | sys/boot/forth/loader.4th.8 | 4 | ||||
| -rw-r--r-- | sys/boot/forth/loader.conf.5 | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/boot/forth/loader.4th.8 b/sys/boot/forth/loader.4th.8 index 8717a734c9c5..70fd59328a9d 100644 --- a/sys/boot/forth/loader.4th.8 +++ b/sys/boot/forth/loader.4th.8 @@ -53,7 +53,7 @@ examples below for the most common situations, and to for additional commands. .Pp Before using any of the commands provided in -.Nm No , +.Nm , it must be included through the command: .Pp @@ -192,7 +192,7 @@ boot-conf Disable the loading of the splash screen module and bitmap and then proceeds to boot: .Pp -.Bd -literal -offset -indent -compact +.Bd -literal -offset indent -compact unload disable-module splash_bmp disable-module bitmap diff --git a/sys/boot/forth/loader.conf.5 b/sys/boot/forth/loader.conf.5 index 40833aa468ff..73b59be77665 100644 --- a/sys/boot/forth/loader.conf.5 +++ b/sys/boot/forth/loader.conf.5 @@ -55,7 +55,7 @@ If no exists at installworld time, one with the above lines will be installed. .Sh SYNTAX Though -.Nm loader.conf Ns No 's +.Nm Ns 's format was defined explicitly to resemble .Xr rc.conf 5 , and can be sourced by @@ -135,7 +135,7 @@ which aborts the bootstrap process, use of this setting should be avoided. .El .Sh DEFAULT SETTINGS Most of -.Nm loader.conf Ns No 's +.Nm Ns 's default settings can be ignored. The few of them which are important or useful are: .Bl -tag -width bootfile -offset indent @@ -181,14 +181,14 @@ be displayed. default settings -- do not change this file. .It Pa /boot/loader.4th defines the commands used by loader to read and process -.Nm loader.conf . +.Nm . .It Pa /boot/loader.conf user defined settings. .It Pa /boot/loader.conf.local machine-specific settings for sites with a common loader.conf. .It Pa /boot/loader.rc contains the instructions to automatically process -.Nm loader.conf . +.Nm . .El .Sh SEE ALSO .Xr boot 8 , |
