Date: Sun, 2 Sep 2012 12:21:37 +0000 (UTC) From: Carlo Strub <cs@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r39488 - head/en_US.ISO8859-1/books/porters-handbook Message-ID: <201209021221.q82CLb3u000412@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cs (ports committer) Date: Sun Sep 2 12:21:36 2012 New Revision: 39488 URL: http://svn.freebsd.org/changeset/doc/39488 Log: Wrap long lines Submitted by: wblock@ (via mail) Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml Modified: head/en_US.ISO8859-1/books/porters-handbook/book.sgml ============================================================================== --- head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sun Sep 2 02:59:43 2012 (r39487) +++ head/en_US.ISO8859-1/books/porters-handbook/book.sgml Sun Sep 2 12:21:36 2012 (r39488) @@ -3414,30 +3414,33 @@ ALWAYS_KEEP_DISTFILES= yes <title><makevar>COMMENT</makevar></title> <para>This is a one-line description of the port. - Please respect the following rules:</para> - <orderedlist> + Please respect the following rules:</para> + <orderedlist> <listitem> <para>Try to keep the COMMENT value at no longer than 70 - characters, as this line will be used by the &man.pkg.info.1; - utility to display a one-line summary of the port;</para> + characters, as this line will be used by the + &man.pkg.info.1; utility to display a one-line summary + of the port;</para> </listitem> <listitem> - <para>Do <emphasis>not</emphasis> include the package name - (or version number of the software);</para> + <para>Do <emphasis>not</emphasis> include the package + name (or version number of the software);</para> </listitem> <listitem> - <para>The comment should begin with a capital and end without a - period;</para> + <para>The comment should begin with a capital and end + without a period;</para> </listitem> <listitem> - <para>Do not start with an indefinite article (i.e. A or An);</para> + <para>Do not start with an indefinite article (i.e. + A or An);</para> </listitem> <listitem> - <para>Names are capitalized (e.g. Apache, JavaScript, Perl);</para> + <para>Names are capitalized (e.g. Apache, JavaScript, + Perl);</para> </listitem> <listitem> - <para>For lists of words use the Oxford comma (e.g. green, - red<emphasis>,</emphasis> and blue);</para> + <para>For lists of words use the Oxford comma (e.g. + green, red<emphasis>,</emphasis> and blue);</para> </listitem> <listitem> <para>Spell check the text.</para>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209021221.q82CLb3u000412>