svn commit: r46223 - head/en_US.ISO8859-1/books/porters-handbook/slow-porting

Mathieu Arnold <[email protected]>
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
Author: mat (ports committer)
Date: Wed Jan 21 14:59:03 2015
New Revision: 46223
URL: https://svnweb.freebsd.org/changeset/doc/46223

Log:
  Catch up after makepatch naming change.
  
  Differential Revision:	https://reviews.freebsd.org/D1576
  Reviewed by:	bjk
  Sponsored by:	Absolight

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

Modified: head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml	Wed Jan 21 09:24:53 2015	(r46222)
+++ head/en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml	Wed Jan 21 14:59:03 2015	(r46223)
@@ -294,12 +294,14 @@
 	</listitem>
 
 	<listitem>
-	  <para>When creating names for patch files, replace slashes
-	    (<literal>/</literal>) with two underscores
-	    (<literal>__</literal>).  For example, to patch a file
+	  <para>When creating names for patch files, replace each
+	    underscore (<literal>_</literal>) with two underscores
+	    (<literal>__</literal>) and each slash
+	    (<literal>/</literal>) with one underscore
+	    (<literal>_</literal>).  For example, to patch a file
 	    named <filename>src/freeglut_joystick.c</filename>, name
 	    the corresponding patch
-	    <filename>patch-src__freeglut_joystick.c</filename>.  Do
+	    <filename>patch-src_freeglut__joystick.c</filename>.  Do
 	    not name patches like <filename>patch-aa</filename> or
 	    <filename>patch-ab</filename>.  Always use the path and
 	    file name in patch names.  Using <command>make
@@ -318,7 +320,7 @@
 	  <para>Only use characters <literal>[-+._a-zA-Z0-9]</literal>
 	    for naming patches.  In particular, <emphasis>do not use
 	      <literal>::</literal> as a path separator,</emphasis>
-	    use <literal>__</literal> instead.</para>
+	    use <literal>_</literal> instead.</para>
 	</listitem>
       </itemizedlist>
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.