From af0e9df5f5e1acd22bfa41539d8524aa52424b27 Mon Sep 17 00:00:00 2001 From: Jason Helfman <jgh@FreeBSD.org> Date: Tue, 25 Nov 2014 20:44:54 +0000 Subject: [PATCH] - resolve a missing closing parenthetical PR: 195364 Differential Revision: https://reviews.freebsd.org/D1228 Submitted by: luferbsd@gmail.com Approved by: remko (mentor) --- .../books/porters-handbook/quick-porting/chapter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml index 58c2a15d29..49ab8b96a4 100644 --- a/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/quick-porting/chapter.xml @@ -143,7 +143,7 @@ WWW: http://www.oneko.org/</programlisting> 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>