わたなべです.

ruby.1 の表示が途中で fill しなくなるのと, \ が消えてしまう
のを修正する patch です.

-- 
わたなべひろふみ

--- ruby.1.orig Mon Sep 22 14:37:22 1997 +++ ruby.1 Thu Oct 16 09:11:11 1997 @@ -193,2 +193,3 @@ at beginning of each loop. +.fi .TP @@ -227,2 +228,3 @@ \& matz +.fi .TP @@ -246,2 +248,3 @@ \& end +.fi .TP @@ -255,2 +258,3 @@ \& MATZ +.fi .TP @@ -271,2 +275,3 @@ \& print "true\n" if $xyz +.fi .TP @@ -280,4 +285,5 @@ \& #! /usr/local/bin/ruby -\& # This line makes the next one a comment in ruby \ +\& # This line makes the next one a comment in ruby \\ \& exec /usr/local/bin/ruby -S $0 $* +.fi On some systems $0 does not always contain the full pathname,