Bug 195364

Summary: [patch][porters-handbook] missing closing parenthesis
Product: Documentation Reporter: Luca Ferraresi <luferbsd>
Component: Books & ArticlesAssignee: Jason Helfman <jgh>
Status: Closed FIXED    
Severity: Affects Only Me CC: jgh
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Fix missing parenthesis none

Description Luca Ferraresi 2014-11-25 12:27:49 UTC
Created attachment 149820 [details]
Fix missing parenthesis

A closing parenthesis is missing in section "3.2.2 pkg-plist":

<para>This file lists all the files installed by the port.  It
        is also called the <quote>packing list</quote> because the
        package is generated by packing the files listed here.  The
        pathnames are relative to the installation prefix (usually
        <filename>/usr/local</filename>.</para>

Fix: Use attached patch.
Comment 1 commit-hook freebsd_committer freebsd_triage 2014-11-25 20:45:18 UTC
A commit references this bug:

Author: jgh
Date: Tue Nov 25 20:44:55 UTC 2014
New revision: 46029
URL: https://svnweb.freebsd.org/changeset/doc/46029

Log:
  - resolve a missing closing parenthetical

  PR:		195364
  Differential Revision:	https://reviews.freebsd.org/D1228
  Submitted by:	luferbsd@gmail.com
  Approved by:	remko (mentor)

Changes:
  head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml
Comment 2 Jason Helfman freebsd_committer freebsd_triage 2014-11-25 20:45:51 UTC
Thanks for the report!