Bug 212932

Summary: Missing comma's from 12.2.3 Stage Three table
Product: Documentation Reporter: slegec
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Many People CC: bcr
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Bug fix none

Description slegec 2016-09-23 17:23:39 UTC
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]".
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-03-10 13:32:05 UTC
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
Comment 2 Benedict Reuschling freebsd_committer freebsd_triage 2017-03-10 13:33:44 UTC
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.