Date: Fri, 4 Aug 2017 11:34:12 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r50631 - in head/en_US.ISO8859-1/books/porters-handbook: makefiles plist special versions Message-ID: <201708041134.v74BYC1c097841@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Fri Aug 4 11:34:11 2017 New Revision: 50631 URL: https://svnweb.freebsd.org/changeset/doc/50631 Log: Fix non white-space igor warnings. Sponsored by: Absolight, The FreeBSD Foundation Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Modified: head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Aug 4 10:24:03 2017 (r50630) +++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml Fri Aug 4 11:34:11 2017 (r50631) @@ -295,7 +295,7 @@ DISTVERSION= 1.2p4</programlisting> <example xml:id="makefile-versions-ex4"> <title>Not Using <varname>DISTVERSION</varname> When the - Version Contains Letters Meaning "patch level"</title> + Version Contains Letters Meaning "Patch Level"</title> <para>When the version contains letters that are not meant as <quote>alpha</quote>, <quote>beta</quote>, or Modified: head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Fri Aug 4 10:24:03 2017 (r50630) +++ head/en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml Fri Aug 4 11:34:11 2017 (r50631) @@ -290,7 +290,7 @@ PLIST_SUB+= X11I386="@comment " section.</para> <sect2 xml:id="plist-autoplist-regex"> - <title>Expanding <varname>PLIST_SUB</varname> With Regular + <title>Expanding <varname>PLIST_SUB</varname> with Regular Expressions</title> <para>Strings to be replaced sometimes need to be very specific @@ -307,10 +307,10 @@ PLIST_SUB+= X11I386="@comment " precisely.</para> <example xml:id="plist-autoplist-regex-ex1"> - <title>Using PLIST_SUB With Regular Expressions</title> + <title>Using PLIST_SUB with Regular Expressions</title> <para><application>Perl</application> ports can install - architecture dependant files in a specific tree. On &os; to + architecture dependent files in a specific tree. On &os; to ease porting, this tree is called <literal>mach</literal>. For example, a port that installs a file whose path contains <literal>mach</literal> could have that part of the path @@ -673,7 +673,7 @@ PLIST_SUB= PERL_ARCH=mach</programlisting> <important> <para>This must be a numeric mode, like <literal>644</literal>, <literal>4755</literal>, or - <literal>600</literal>. It cannnot be a relative mode + <literal>600</literal>. It cannot be a relative mode like <literal>u+s</literal>.</para> </important> </sect3> Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Aug 4 10:24:03 2017 (r50630) +++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml Fri Aug 4 11:34:11 2017 (r50631) @@ -5463,8 +5463,8 @@ run_rc_command "$1"</programlisting> <para>Are options listed in the default <replaceable>name</replaceable><varname>_flags</varname> things that are actually mandatory? If so, they must - be in <varname>command_args</varname>. The - <option>-d</option> option is a red flag (pardon the + be in <varname>command_args</varname>. + <option>-d</option> is a red flag (pardon the pun) here, since it is usually the option to “daemonize” the process, and therefore is actually mandatory.</para> Modified: head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Aug 4 10:24:03 2017 (r50630) +++ head/en_US.ISO8859-1/books/porters-handbook/versions/chapter.xml Fri Aug 4 11:34:11 2017 (r50631) @@ -231,7 +231,7 @@ <entry><revnumber>314040</revnumber></entry> <entry>February 21, 2017</entry> <entry>12.0-CURRENT after making the LinuxKPI task struct - persistent accross system calls.</entry> + persistent across system calls.</entry> </row> <row>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708041134.v74BYC1c097841>