diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-09-09 16:06:03 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-11-14 21:38:38 +0000 |
| commit | e96359d111aaffa6bf0ea72a6f183eb3b91e6c72 (patch) | |
| tree | 23cd0cf3a43cadc00c51361b33e80cca7706c253 | |
| parent | 73a4459f6fc76482ea55c5aacb66136c49fb0892 (diff) | |
boot.config.5: Clarify that this controls legacy boot blocks
Reviewed by; ziaee
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D52460
| -rw-r--r-- | share/man/man5/boot.config.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man5/boot.config.5 b/share/man/man5/boot.config.5 index 0b6d4c7b34e9..ddc232952f10 100644 --- a/share/man/man5/boot.config.5 +++ b/share/man/man5/boot.config.5 @@ -21,12 +21,12 @@ .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. -.Dd October 12, 2020 +.Dd November 14, 2025 .Dt BOOT.CONFIG 5 .Os .Sh NAME .Nm boot.config -.Nd "Configuration file for the boot blocks" +.Nd "Configuration file for the legacy boot blocks" .Sh DESCRIPTION The .Nm @@ -34,9 +34,9 @@ file contains options for the .Fx boot block code. .Pp -When the +When the first- and second-stage .Fx -boot loader runs, it searches the +boot loaders run, they search the .Dq Li a slice of the boot partition for a .Nm |
