<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 9/27/2011 8:30 AM, Dago Pacheco wrote:
    <blockquote cite="mid:4E81CFE5.605@unap.cl" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <font size="-1"><font face="Helvetica, Arial, sans-serif">Hi
          everybody ... I've been having problem to read man pages.&nbsp; I
          need to read man pages for 'rancid-cvs' command, but i can't,
          this is the output:<br>
        </font></font>
      <blockquote><small>[rancid@pintados ~]$ man -M
          /usr/local/rancid/man rancid-cvs<br>
          No hay ninguna p&aacute;gina sobre rancid-cvs<br>
          [rancid@pintados ~]$ <br>
          <br>
        </small></blockquote>
      <small>Output translation should be "Ther is no man page about
        rancid-cvs".<br>
        As you can see next, man dir exist.<br>
        <br>
      </small>
      <blockquote><small>[rancid@pintados man]$ ll<br>
          total 280<br>
          -rwxr-xr-- 1 rancid netadm&nbsp;&nbsp;&nbsp; 18 sep 26 18:51 agmrancid.1<br>
          -rwxr-xr-- 1 rancid netadm&nbsp;&nbsp;&nbsp; 18 sep 26 18:51 alogin.1<br>
          -rwxr-xr-- 1 rancid netadm&nbsp;&nbsp;&nbsp; 18 sep 26 18:51 arancid.1</small></blockquote>
    </blockquote>
    Check your MANPATH variable in your shell.&nbsp; Or for system-wide
    settings, look at /etc/manpath.config (Debian, other distros should
    have something similar).&nbsp; If the RANCID man pages are installed in
    /usr/local/rancid/man/man*, adding /usr/local/rancid/man to your
    MANPATH will fix this.&nbsp; By default man in Debian looks for man pages
    in:<br>
    /usr/man<br>
    /usr/share/man<br>
    /usr/local/man<br>
    /usr/local/share/man<br>
    /usr/X11R6/man<br>
    /opt/man<br>
    <br>
    (Edit your .profile/.bash_profile to set MANPATH or edit the system
    files to fix it for everyone.)<br>
    <br>
    Good luck.<br>
    <br>
    Jeremy<br>
  </body>
</html>