svn commit: r46029 - head/en_US.ISO8859-1/books/porters-handbook/quick-porting
Jason Helfman
jgh at FreeBSD.org
Tue Nov 25 20:44:56 UTC 2014
Author: jgh
Date: Tue Nov 25 20:44:54 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 at gmail.com
Approved by: remko (mentor)
Modified:
head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Tue Nov 25 17:06:13 2014 (r46028)
+++ head/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml Tue Nov 25 20:44:54 2014 (r46029)
@@ -143,7 +143,7 @@ WWW: http://www.oneko.org/</programlisti
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>
+ <filename>/usr/local</filename>).</para>
<para>Here is a small example:</para>
More information about the svn-doc-all
mailing list