https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292300
--- Comment #4 from [email protected] --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/doc/commit/?id=469aa411bfa8ee89ba91b719dfcdb45b9bf2a061 commit 469aa411bfa8ee89ba91b719dfcdb45b9bf2a061 Author: Benedict Reuschling <[email protected]> AuthorDate: 2026-05-14 15:01:16 +0000 Commit: Benedict Reuschling <[email protected]> CommitDate: 2026-05-14 15:01:16 +0000 boot: Replace occurrences of qualified name with full path In many parts of this chapter the use of "qualified name" and "unqualified name" was used to refer to a full path to a file (or just the filename). This terminology is used more in networking terms (i.e. fully qualified hostname) and is strange to use when referring to files and directories in a filesystem. It leads to confusion for the reader, which is why I replaced it throughout the chapter with the more commonly used term "full path" where appropriate. While here, remove some whitespaces at the end of sentences. PR: 292300 .../content/en/books/handbook/boot/_index.adoc | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
