From ffc8f29ee1d68cc409cffc2773a3cbe861127cf2 Mon Sep 17 00:00:00 2001 From: Logan Johnson Date: Fri, 25 Apr 2003 15:34:02 +0000 Subject: [PATCH] Fixed a few typos in the Ruby docs. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4704 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- SWIG/Doc/Manual/Ruby.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/SWIG/Doc/Manual/Ruby.html b/SWIG/Doc/Manual/Ruby.html index 17f1d2275..cbe7cd99a 100644 --- a/SWIG/Doc/Manual/Ruby.html +++ b/SWIG/Doc/Manual/Ruby.html @@ -87,8 +87,8 @@ This chapter describes SWIG's support of Ruby.

20.1 Preliminaries

-SWIG 1.3 is known to work with Ruby 1.6 and 1.7. Given the choice, you should -use the latest stable version (1.6) of Ruby. You should also determine if your +SWIG 1.3 is known to work with Ruby versions 1.6 and later. Given the choice, you should +use the latest stable version of Ruby. You should also determine if your system supports shared libraries and dynamic loading. SWIG will work with or without dynamic loading, but the compilation process will vary.

@@ -135,11 +135,11 @@ can run Ruby to find out. For example:

 $ ruby -e 'puts $:.join("\n")'
-/usr/local//lib/ruby/site_ruby/1.6 
-/usr/local//lib/ruby/site_ruby/1.6/i686-linux 
-/usr/local//lib/ruby/site_ruby 
-/usr/local//lib/ruby/1.6 
-/usr/local//lib/ruby/1.6/i686-linux 
+/usr/local/lib/ruby/site_ruby/1.6 
+/usr/local/lib/ruby/site_ruby/1.6/i686-linux 
+/usr/local/lib/ruby/site_ruby 
+/usr/local/lib/ruby/1.6 
+/usr/local/lib/ruby/1.6/i686-linux 
 .