Created attachment 175092 [details] Bug fix Fixed missing commas in https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/boot-introduction.html in the table 12.1 Loader Built-In Commands. Specifically for "boot [-options]" and "load [-t type]".
A commit references this bug: Author: bcr Date: Fri Mar 10 13:31:18 UTC 2017 New revision: 50045 URL: https://svnweb.freebsd.org/changeset/doc/50045 Log: Add missing commas. PR: 212932 Submitted by: slegec@rpi.edu Changes: head/en_US.ISO8859-1/books/handbook/boot/chapter.xml
I reduced the patch to only contain the commas. The whitespace change was already present from an earlier commit. Mixing whitespace and content changes (even though they were only commas) is difficult for reviewing and should be avoided. PR closed.