From c8bd5db02e53cfd6e8d84b31fa45c35c79f91eec Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 4 May 2005 09:29:52 +0000 Subject: [PATCH] /boot and /minix -> /boot/boot and /boot/image changes --- man/man8/boot.8 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man8/boot.8 b/man/man8/boot.8 index aafee8e3e..161c444cb 100644 --- a/man/man8/boot.8 +++ b/man/man8/boot.8 @@ -8,11 +8,11 @@ boot \- from power on to the login prompt .. At power on the machine reads the first sector of the boot device into memory and executes it. This bootstrap code loads -.BR /boot , +.BR /boot/boot , the Minix Boot Monitor. The monitor loads the kernel binaries from -.BR /minix , +.BR /boot/image , or the newest file in -.B /minix +.B /boot/image if it is a directory. .PP The Minix system is now running, the different tasks initialize themselves