about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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.
 #