about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-25 09:45:55 -0700
committerEric Wong <normalperson@yhbt.net>2011-03-25 15:04:40 -0700
commit9f6e03fcced2ff695eaa355709312a8fe2d4c187 (patch)
tree1d23c5add7b942ae8e49fb53ab859888b32a33cc
parentcb90a12dec7b1c55ebae5a83bafa15f415b576da (diff)
downloadraindrops-9f6e03fcced2ff695eaa355709312a8fe2d4c187.tar.gz
formatting is hard :<
-rw-r--r--lib/raindrops/last_data_recv.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/raindrops/last_data_recv.rb b/lib/raindrops/last_data_recv.rb
index 3bc00e7..f96a776 100644
--- a/lib/raindrops/last_data_recv.rb
+++ b/lib/raindrops/last_data_recv.rb
@@ -4,8 +4,8 @@ require "raindrops"
 # This is highly experimental!
 #
 # A self-contained Rack application for aggregating in the
-# +tcpi_last_data_recv+ field in +struct tcp_info+ if
-# /usr/include/linux/tcp.h.  This is only useful for \Linux 2.6 and later.
+# +tcpi_last_data_recv+ field in +struct+ +tcp_info+ defined in
+# +/usr/include/linux/tcp.h+.  This is only useful for \Linux 2.6 and later.
 # This primarily supports Unicorn and derived servers, but may also be
 # used with any Ruby web server using the core TCPServer class in Ruby.
 #