Bug 212932 - Missing comma's from 12.2.3 Stage Three table
Summary: Missing comma's from 12.2.3 Stage Three table
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-doc (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-09-23 17:23 UTC by slegec
Modified: 2017-03-10 13:33 UTC (History)
1 user (show)

See Also:


Attachments
Bug fix (42.87 KB, patch)
2016-09-23 17:23 UTC, slegec
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.