Bug 204884

Summary: [patch] FDP, 7.3 (XML Primer): Remove misplaced URL in DOCTYPE explanation
Product: Documentation Reporter: Andreas Perstinger <andipersti>
Component: Books & ArticlesAssignee: Warren Block <wblock>
Status: Closed FIXED    
Severity: Affects Many People CC: wblock
Priority: --- Keywords: patch
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Remove a misplaced URL none

Description Andreas Perstinger 2015-11-28 16:03:33 UTC
Created attachment 163631 [details]
Remove a misplaced URL

In chapter 7.3 of the FDP ("The DOCTYPE Declaration"), in the section where the different parts of the DOCTYPE declaration are explained, the URL shows up twice: first next to the Formal Public Identifier (FPI) and then as a part of its own. Since the URL is not part of the FPI, the first occurence should be removed. (see also https://en.wikipedia.org/wiki/Formal_Public_Identifier#Syntax )
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-02-17 21:25:09 UTC
A commit references this bug:

Author: wblock
Date: Wed Feb 17 21:24:11 UTC 2016
New revision: 48188
URL: https://svnweb.freebsd.org/changeset/doc/48188

Log:
  Remove misplaced URL in DOCTYPE explanation.

  PR:		204884

Changes:
  head/en_US.ISO8859-1/books/fdp-primer/xml-primer/chapter.xml
Comment 2 Warren Block freebsd_committer freebsd_triage 2016-02-17 21:25:34 UTC
Fixed, thank you!