The branch stable/14 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=b3d8026db32244e1c4816a50f7172938c46cc1c3
commit b3d8026db32244e1c4816a50f7172938c46cc1c3 Author: Ed Maste <[email protected]> AuthorDate: 2025-09-09 16:06:03 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2025-12-19 02:48:41 +0000 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 (cherry picked from commit e96359d111aaffa6bf0ea72a6f183eb3b91e6c72) (cherry picked from commit de67d3cfc6537f6bfa8f2601da7af9c165d09075) --- share/man/man5/boot.config.5 | 8 ++++---- 1 file 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
