<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,8 +1,8 @@
 h1. Ruby sendfile(2) Interface
 
 This module allows Ruby programs to access their OS's native
-`sendfile(2)` system call from any IO object. Your kernel must
-export a recognized signature for the `sendfile(2)` system call
+&lt;code&gt;sendfile(2)&lt;/code&gt; system call from any IO object. Your kernel must
+export a recognized signature for the &lt;code&gt;sendfile(2)&lt;/code&gt; system call
 to use this module. Currently, that includes Linux, Solaris
 and FreeBSD.
 
@@ -17,12 +17,11 @@ If the tests all pass, you're ready to start using sendfile.
 
 h2. Usage
 
-Here's a small example of a use of `IO#sendfile`.
+Here's a small example of a use of &lt;code&gt;IO#sendfile&lt;/code&gt;.
 
   require 'socket'
   require 'rubygems'
   require 'sendfile'
-
   s = TCPSocket.new 'yourdomain.com', 5000
   File.open 'somefile.txt' { |f| s.sendfile f }
   s.close</diff>
      <filename>README.textile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>3f5350a3f1e4d4366fd0df36086a2bddff867059</id>
    </parent>
  </parents>
  <author>
    <name>Toby DiPasquale</name>
    <email>toby@cbcg.net</email>
  </author>
  <url>http://github.com/codeslinger/sendfile/commit/3cd8a41d190a5a65a120c07f75eb4ec6d5e5436a</url>
  <id>3cd8a41d190a5a65a120c07f75eb4ec6d5e5436a</id>
  <committed-date>2008-12-27T10:22:43-08:00</committed-date>
  <authored-date>2008-12-27T10:22:43-08:00</authored-date>
  <message>tuned up the README</message>
  <tree>21526cd2747a43e3972f065623e043160775b194</tree>
  <committer>
    <name>Toby DiPasquale</name>
    <email>toby@cbcg.net</email>
  </committer>
</commit>
