svn commit: r48644 - head/en_US.ISO8859-1/books/porters-handbook/makefiles

Mathieu Arnold mat at FreeBSD.org
Fri Apr 15 19:31:05 UTC 2016


Author: mat
Date: Fri Apr 15 19:31:03 2016
New Revision: 48644
URL: https://svnweb.freebsd.org/changeset/doc/48644

Log:
  Put back an orderedlist.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/makefiles/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 Apr 15 18:23:03 2016	(r48643)
+++ head/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml	Fri Apr 15 19:31:03 2016	(r48644)
@@ -3128,7 +3128,7 @@ ALWAYS_KEEP_DISTFILES=	yes
       <command>pkg info</command>.  Please follow these rules when
       composing it:</para>
 
-    <itemizedlist>
+    <orderedlist>
       <listitem>
 	<para>The COMMENT string should be 70 characters or less.</para>
       </listitem>
@@ -3160,7 +3160,7 @@ ALWAYS_KEEP_DISTFILES=	yes
       <listitem>
 	<para>Check for spelling errors.</para>
       </listitem>
-    </itemizedlist>
+    </orderedlist>
 
     <para>Here is an example:</para>
 


More information about the svn-doc-all mailing list