From: Stefano Crocco Date: 2007-09-20T21:44:15+09:00 Subject: Re: standard library manpages for v1.8.5 Alle gioved� 20 settembre 2007, Chris Henderson ha scritto: > I am running Ruby 1.8.5 on OpenBSD 4.1. and trying to access Ruby > standard library documentation in manpage format but have not found > any. I know I can access this via the website but I prefer not to and > prefer manpages or similar form of documentation for offline browsing. > I been trying to access the documentation on fileutils and typed rdoc > in my console and it generated a bunch of HTML files and fileutils is > included in ~/../doc/classes but doesn't give much information on it. > Is there any way I could access these in manpage or any other > plain-text format? > > Thanks. Try: ri FileUtils Stefano