<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: catman?? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663488#M48941</link>
    <description>Joe&lt;BR /&gt;&lt;BR /&gt;Run the following command:&lt;BR /&gt;&lt;BR /&gt;./etc/catman -w&lt;BR /&gt;&lt;BR /&gt;This will build your manpages.&lt;BR /&gt;&lt;BR /&gt;Gl.&lt;BR /&gt;</description>
    <pubDate>Tue, 12 Feb 2002 19:42:47 GMT</pubDate>
    <dc:creator>fg_1</dc:creator>
    <dc:date>2002-02-12T19:42:47Z</dc:date>
    <item>
      <title>catman??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663486#M48939</link>
      <description>I just swinstalled sudo and gzip onto my system.  How do I get their respective man pages to be inclusive of the global man pages?&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 12 Feb 2002 19:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663486#M48939</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2002-02-12T19:31:37Z</dc:date>
    </item>
    <item>
      <title>Re: catman??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663487#M48940</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;just add the respective directories to your MANPATH (/etc/MANPATH ?).&lt;BR /&gt;Afterwards you can run catman again if you want to use "man -k".&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 12 Feb 2002 19:33:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663487#M48940</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2002-02-12T19:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: catman??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663488#M48941</link>
      <description>Joe&lt;BR /&gt;&lt;BR /&gt;Run the following command:&lt;BR /&gt;&lt;BR /&gt;./etc/catman -w&lt;BR /&gt;&lt;BR /&gt;This will build your manpages.&lt;BR /&gt;&lt;BR /&gt;Gl.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Feb 2002 19:42:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663488#M48941</guid>
      <dc:creator>fg_1</dc:creator>
      <dc:date>2002-02-12T19:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: catman??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663489#M48942</link>
      <description>All there are is /man subdirectories but no cat files.  I added the path and ran catman -w to no avail.  For instance in gzip there are the following directory structure:&lt;BR /&gt;&lt;BR /&gt;/opt/gzip/man&lt;BR /&gt;&lt;BR /&gt;Under this is a directory man1 with files named gunzip.1, gzcat.1, etc....&lt;BR /&gt;&lt;BR /&gt;In sudo there is the following directory structure:&lt;BR /&gt;&lt;BR /&gt;/opt/sudo/man&lt;BR /&gt;&lt;BR /&gt;Under this are subdirectories /man5 and /man8&lt;BR /&gt;&lt;BR /&gt;Within these directories are files named sudo.8 and others.&lt;BR /&gt;&lt;BR /&gt;Still kind of confused.  Please advise.&lt;BR /&gt;&lt;BR /&gt;Thanks...</description>
      <pubDate>Tue, 12 Feb 2002 20:33:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663489#M48942</guid>
      <dc:creator>Joe Profaizer</dc:creator>
      <dc:date>2002-02-12T20:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: catman??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663490#M48943</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;add /opt/gzip/man &amp;amp; /opt/sudo/man to /etc/MANPATH, log out an in again to get your $MANPATH variable updated.  Afterwards the man pages should be available.  And catman can be executed if wished.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;good luck,&lt;BR /&gt;Thierry.</description>
      <pubDate>Tue, 12 Feb 2002 20:42:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663490#M48943</guid>
      <dc:creator>Thierry Poels_1</dc:creator>
      <dc:date>2002-02-12T20:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: catman??</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663491#M48944</link>
      <description>Joe,&lt;BR /&gt;If you ever need to read an unistalled manpage in a pinch run&lt;BR /&gt;&lt;BR /&gt;nroff -man manfile | more&lt;BR /&gt;&lt;BR /&gt;You could also script this to run just like man.&lt;BR /&gt;&lt;BR /&gt;GL,&lt;BR /&gt;C</description>
      <pubDate>Tue, 12 Feb 2002 20:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/catman/m-p/2663491#M48944</guid>
      <dc:creator>Craig Rants</dc:creator>
      <dc:date>2002-02-12T20:48:08Z</dc:date>
    </item>
  </channel>
</rss>

