Date: Sun, 16 Feb 2014 05:25:19 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r43961 - head/en_US.ISO8859-1/books/porters-handbook Message-ID: <201402160525.s1G5PJBt027179@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wblock Date: Sun Feb 16 05:25:18 2014 New Revision: 43961 URL: http://svnweb.freebsd.org/changeset/doc/43961 Log: Whitespace-only fixes, translators please ignore. Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/uses.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/uses.xml Sun Feb 16 05:19:20 2014 (r43960) +++ head/en_US.ISO8859-1/books/porters-handbook/uses.xml Sun Feb 16 05:25:18 2014 (r43961) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402160525.s1G5PJBt027179>