diff options
author | trhodes <trhodes@FreeBSD.org> | 2003-01-13 18:57:19 +0000 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2003-01-13 18:57:19 +0000 |
commit | bacf1b1e1015798565b488ed12989c5ff2644fa4 (patch) | |
tree | e06d5b180b998d61d3d19a43f22df124d9d6daf1 /sbin | |
parent | b9dd7fae28fb3de53278b18603648cd1a80af895 (diff) | |
download | FreeBSD-src-bacf1b1e1015798565b488ed12989c5ff2644fa4.zip FreeBSD-src-bacf1b1e1015798565b488ed12989c5ff2644fa4.tar.gz |
Add the /boot prefix. I forgot this when updating the location.
Neglected by: trhodes
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/reboot/boot_i386.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/reboot/boot_i386.8 b/sbin/reboot/boot_i386.8 index d332acd..dda3abd 100644 --- a/sbin/reboot/boot_i386.8 +++ b/sbin/reboot/boot_i386.8 @@ -279,9 +279,9 @@ first stage bootstrap file second stage bootstrap file .It Pa /boot/loader third stage bootstrap -.It Pa /kernel/kernel +.It Pa /boot/kernel/kernel default kernel -.It Pa /kernel.old/kernel +.It Pa /boot/kernel.old/kernel typical non-default kernel (optional) .El .Sh SEE ALSO |