| Summary: | [patch][porters-handbook] missing closing parenthesis | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Documentation | Reporter: | Luca Ferraresi <luferbsd> | ||||
| Component: | Books & Articles | Assignee: | Jason Helfman <jgh> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | jgh | ||||
| Priority: | --- | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
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 Thanks for the report! |
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.