Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F132552336
D1576.id3286.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D1576.id3286.diff
View Options
Index: en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml
===================================================================
--- en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml
+++ en_US.ISO8859-1/books/porters-handbook/slow-porting/chapter.xml
@@ -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 slashes
+ (<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>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Oct 18, 10:14 PM (5 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23896511
Default Alt Text
D1576.id3286.diff (1 KB)
Attached To
Mode
D1576: catch up with new makepatch file format.
Attached
Detach File
Event Timeline
Log In to Comment