svn commit: r50620 - in head/en_US.ISO8859-1/books/porters-handbook: order porting-samplem
Mathieu Arnold
mat at FreeBSD.org
Wed Aug 2 12:19:46 UTC 2017
Author: mat
Date: Wed Aug 2 12:19:45 2017
New Revision: 50620
URL: https://svnweb.freebsd.org/changeset/doc/50620
Log:
Whitespace, translators can ignore.
Sponsored by: Absolight, The FreeBSD Foundation
Modified:
head/en_US.ISO8859-1/books/porters-handbook/order/chapter.xml (contents, props changed)
head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
Modified: head/en_US.ISO8859-1/books/porters-handbook/order/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/order/chapter.xml Wed Aug 2 12:19:40 2017 (r50619)
+++ head/en_US.ISO8859-1/books/porters-handbook/order/chapter.xml Wed Aug 2 12:19:45 2017 (r50620)
@@ -279,7 +279,8 @@
</listitem>
<listitem>
- <para><link linkend="dads-noinstall">BROKEN_<replaceable>*</replaceable></link></para>
+ <para><link
+ linkend="dads-noinstall">BROKEN_<replaceable>*</replaceable></link></para>
</listitem>
<listitem>
@@ -287,23 +288,28 @@
</listitem>
<listitem>
- <para><link linkend="dads-noinstall">IGNORE_<replaceable>*</replaceable></link></para>
+ <para><link
+ linkend="dads-noinstall">IGNORE_<replaceable>*</replaceable></link></para>
</listitem>
<listitem>
- <para><link linkend="dads-noinstall">ONLY_FOR_ARCHS</link></para>
+ <para><link
+ linkend="dads-noinstall">ONLY_FOR_ARCHS</link></para>
</listitem>
<listitem>
- <para><link linkend="dads-noinstall">ONLY_FOR_ARCHS_REASON<replaceable>*</replaceable></link></para>
+ <para><link
+ linkend="dads-noinstall">ONLY_FOR_ARCHS_REASON<replaceable>*</replaceable></link></para>
</listitem>
<listitem>
- <para><link linkend="dads-noinstall">NOT_FOR_ARCHS</link></para>
+ <para><link
+ linkend="dads-noinstall">NOT_FOR_ARCHS</link></para>
</listitem>
<listitem>
- <para><link linkend="dads-noinstall">NOT_FOR_ARCHS_REASON<replaceable>*</replaceable></link></para>
+ <para><link
+ linkend="dads-noinstall">NOT_FOR_ARCHS_REASON<replaceable>*</replaceable></link></para>
</listitem>
</itemizedlist>
@@ -390,11 +396,14 @@
<filename>bsd.port.mk</filename> that do not belong in any
of the previous section blocks.</para>
- <para>Order is not important, however try to keep similar variables together.
- For example uid and gid variables <varname>USERS</varname> and <varname>GROUPS</varname>.
- Configuration variables <varname>CONFIGURE_<replaceable>*</replaceable></varname> and
- <varname><replaceable>*</replaceable>_CONFIGURE</varname>. List of files, and directories
- <varname>PORTDOCS</varname> and <varname>PORTEXAMPLES</varname>.</para>
+ <para>Order is not important, however try to keep similar
+ variables together. For example uid and gid variables
+ <varname>USERS</varname> and <varname>GROUPS</varname>.
+ Configuration variables
+ <varname>CONFIGURE_<replaceable>*</replaceable></varname> and
+ <varname><replaceable>*</replaceable>_CONFIGURE</varname>. List
+ of files, and directories <varname>PORTDOCS</varname> and
+ <varname>PORTEXAMPLES</varname>.</para>
</sect1>
<sect1 xml:id="porting-order-options">
Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml Wed Aug 2 12:19:40 2017 (r50619)
+++ head/en_US.ISO8859-1/books/porters-handbook/porting-samplem/chapter.xml Wed Aug 2 12:19:45 2017 (r50620)
@@ -16,9 +16,9 @@
comments (ones between brackets).</para>
<para>The format shown is the recommended one for ordering
- variables, empty lines between sections, and so on. This format is
- designed so that the most important information is easy to locate.
- We recommend using
+ variables, empty lines between sections, and so on. This format
+ is designed so that the most important information is easy to
+ locate. We recommend using
<link linkend="porting-portlint">portlint</link> to check the
<filename>Makefile</filename>.</para>
More information about the svn-doc-all
mailing list