From 06019eff46453d246bcd08b5212552fa7233a6c3 Mon Sep 17 00:00:00 2001 From: Daniel Gerzo Date: Thu, 3 Jan 2008 20:54:34 +0000 Subject: [PATCH] - loader(8) is not a part of boot(8) and is not its second stage. Reported by: Yoshihiko Sarumaru Reviewed by: trhodes MFC-after: 3 days --- share/man/man5/boot.config.5 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/share/man/man5/boot.config.5 b/share/man/man5/boot.config.5 index ca8627b6677..41cc55c9c71 100644 --- a/share/man/man5/boot.config.5 +++ b/share/man/man5/boot.config.5 @@ -78,11 +78,11 @@ The command: # echo "1:ad(1,a)/boot/loader" > /boot.config .Ed .Pp -will instruct the second boot stage of -.Xr loader 8 -on the first disk to boot with the third boot stage of -.Xr loader 8 -from the second disk. +will instruct the second stage of +.Xr boot 8 +on the first disk to boot with the third +.Xr boot 8 +stage from the second disk. .Pp The command: .Bd -literal -offset indent