Hi, > Dave Thomas writes: > > > We're slowly working on stuff to add to rubycentral.com. However, > > following some reports about missing links (thanks) we discovered a > > hole in the process by which stuff gets copied. > > > > So... just to test stuff out before we move into production, would > > people like to use the development web site to look at the faq and the > > reference section: > > > > http://dev.rubycentral.com/faq > > http://dev.rubycentral.com/ref On "module Process" page, when following the link after "See" below (please excuse redundant pun): setpriority Process.setpriority( kind, anInteger, anIntPriority ) -> 0 See Process#getpriority. I get "Following page cannot be found" at http://dev.rubycentral.com/ref/ref_c_process.html#getpriority Likewise for links with embedded "::" in the sections labeled getpriority Process.getpriority( aKind, anInteger ) -> aFixnum waitpid Process.waitpid( aPid, anInteger ) -> aPid I'd be happy to look for more cases, but I think I should wait and see if these things have a generic cause first. Conrad PS: I (at long last) really like the FAQ formatting of examples, with the exception of the extra blank line in each case.