svn commit: r50203 - head/en_US.ISO8859-1/books/porters-handbook/porting-dads

Mathieu Arnold mat at FreeBSD.org
Tue Apr 25 21:04:57 UTC 2017


Author: mat
Date: Tue Apr 25 21:04:56 2017
New Revision: 50203
URL: https://svnweb.freebsd.org/changeset/doc/50203

Log:
  Move the important bit in an important block.
  
  Sponsored by:	Absolight

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml	Mon Apr 24 22:22:45 2017	(r50202)
+++ head/en_US.ISO8859-1/books/porters-handbook/porting-dads/chapter.xml	Tue Apr 25 21:04:56 2017	(r50203)
@@ -646,10 +646,13 @@ cc -o someprogram source1.o source2.o -L
     <para>Put the old distfile aside, download the new one, unpack
       them and compare the content with &man.diff.1;.  If there is
       nothing suspicious, update
-      <filename>distinfo</filename>.  Be sure to summarize the
-      differences in the PR or commit log, so that other people know
-      that nothing bad has
-      happened.</para>
+      <filename>distinfo</filename>.</para>
+
+    <important>
+      <para>Be sure to summarize the differences in the PR and commit
+	log, so that other people know that nothing bad has
+	happened.</para>
+    </important>
 
     <para>Contact the authors of the software
       and confirm the changes with them.</para>


More information about the svn-doc-head mailing list