From cb2f7d74b3860fd69939c26d2f7fc7c7e1c28ccb Mon Sep 17 00:00:00 2001
From: Warren Block <wblock@FreeBSD.org>
Date: Sun, 16 Feb 2014 05:25:18 +0000
Subject: [PATCH] Whitespace-only fixes, translators please ignore.

---
 en_US.ISO8859-1/books/porters-handbook/uses.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/en_US.ISO8859-1/books/porters-handbook/uses.xml b/en_US.ISO8859-1/books/porters-handbook/uses.xml
index d840e5678c..0951640578 100644
--- a/en_US.ISO8859-1/books/porters-handbook/uses.xml
+++ b/en_US.ISO8859-1/books/porters-handbook/uses.xml
@@ -77,11 +77,11 @@
     <literal>nestedfct</literal>, <literal>features</literal></entry>
 
   <entry>Determines which compiler to use based on any given wishes.
-    Use <literal>c++11-lang</literal> if the port needs a C++11-capable
-    compiler, and <literal>c++11-lib</literal> if the port also needs
-    a C++11-ready standard library.  If the port needs a compiler
-    understanding C++0X, C11, OpenMP, or nested functions, the
-    corresponding parameters can be used.  Use
+    Use <literal>c++11-lang</literal> if the port needs a
+    C++11-capable compiler, and <literal>c++11-lib</literal> if the
+    port also needs a C++11-ready standard library.  If the port needs
+    a compiler understanding C++0X, C11, OpenMP, or nested functions,
+    the corresponding parameters can be used.  Use
     <literal>features</literal> to request a list of features
     supported by the default compiler.  After including
     <filename>bsd.port.pre.mk</filename> the port can inspect the