diff options
| author | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-05-14 19:07:59 +0000 |
|---|---|---|
| committer | Daniel C. Sobral <dcs@FreeBSD.org> | 1999-05-14 19:07:59 +0000 |
| commit | 01d33617c4121814e8e230a2a758cf4c8ab63149 (patch) | |
| tree | 1114829fe22a8baf600df640049db91838ccd34c /share/examples/bootforth | |
| parent | b2b94bb5024bdf47f8e56570e2e706b036689195 (diff) | |
Notes
Diffstat (limited to 'share/examples/bootforth')
| -rw-r--r-- | share/examples/bootforth/menuconf.4th | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/examples/bootforth/menuconf.4th b/share/examples/bootforth/menuconf.4th index ae053ec06d29..2711204f89ce 100644 --- a/share/examples/bootforth/menuconf.4th +++ b/share/examples/bootforth/menuconf.4th @@ -14,11 +14,11 @@ : menu 2 fg 20 7 at-xy - ." 1. Start FreeBSD /boot/stable.conf." + ." 1. Start FreeBSD with /boot/stable.conf." 20 8 at-xy - ." 2. Start FreeBSD /boot/current.conf." + ." 2. Start FreeBSD with /boot/current.conf." 20 9 at-xy - ." 3. Start FreeBSD /boot/loader.rc." + ." 3. Start FreeBSD with standard configuration. " 20 10 at-xy ." 4. Reboot." me |
