<?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: How to get the man pages installed for kernel/driver functions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424697#M811</link>
    <description>Thanks, Albert, &lt;BR /&gt;&lt;BR /&gt;I checked as you suggested MANPATH etc. no problem.&lt;BR /&gt;Then, I run&lt;BR /&gt;# /usr/lbin/mkwhatis&lt;BR /&gt;I got the following information repeat four times&lt;BR /&gt;stdio: not in compressed format&lt;BR /&gt;&lt;BR /&gt;I wonder if I need to give some options for mkwhatis cause I even have no idea what mkwhatis is going to do. I don't have the man page for mkwhatis either.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;JohnL</description>
    <pubDate>Fri, 02 Jun 2000 18:18:34 GMT</pubDate>
    <dc:creator>John Liu</dc:creator>
    <dc:date>2000-06-02T18:18:34Z</dc:date>
    <item>
      <title>How to get the man pages installed for kernel/driver functions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424695#M809</link>
      <description>Dear friends,&lt;BR /&gt;&lt;BR /&gt;Can you tell me how to install the man pages for kernel/driver functions? I can access some shell commands and some application C functions' man page, but when I try to access like kmem_alloc or dma_setup etc kernel/driver functions using man xxxx, No manual page. Do I need to reinstall HP/UX 11.00 man pages or all the man pages are already installed I only need to set up something to make it work? &lt;BR /&gt;&lt;BR /&gt;I appreciated very much for your help.&lt;BR /&gt;&lt;BR /&gt;JohnL</description>
      <pubDate>Fri, 02 Jun 2000 15:48:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424695#M809</guid>
      <dc:creator>John Liu</dc:creator>
      <dc:date>2000-06-02T15:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the man pages installed for kernel/driver functions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424696#M810</link>
      <description>Not knowing your environment, I would try the following first.&lt;BR /&gt;&lt;BR /&gt;Find all of the directories which man pages are housed.  Place this information (with each directory separated by a colon) in a file called /etc/MANPATH&lt;BR /&gt;&lt;BR /&gt;Next, set the environment variable MANPATH to the contents of the file, (i.e. MANPATH=$(cat /etc/MANPATH) ; export MANPATH).&lt;BR /&gt;&lt;BR /&gt;Next run the Makewhatis utility (/usr/lbin/mkwhatis on HP-UX 11.0)&lt;BR /&gt;&lt;BR /&gt;Now you can issue your man -k commands to find out if the Man Pages you want are installed on the Server, or if you need to go re-install them.&lt;BR /&gt;&lt;BR /&gt;Good Luck.&lt;BR /&gt;</description>
      <pubDate>Fri, 02 Jun 2000 18:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424696#M810</guid>
      <dc:creator>Albert E. Whale, CISSP</dc:creator>
      <dc:date>2000-06-02T18:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the man pages installed for kernel/driver functions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424697#M811</link>
      <description>Thanks, Albert, &lt;BR /&gt;&lt;BR /&gt;I checked as you suggested MANPATH etc. no problem.&lt;BR /&gt;Then, I run&lt;BR /&gt;# /usr/lbin/mkwhatis&lt;BR /&gt;I got the following information repeat four times&lt;BR /&gt;stdio: not in compressed format&lt;BR /&gt;&lt;BR /&gt;I wonder if I need to give some options for mkwhatis cause I even have no idea what mkwhatis is going to do. I don't have the man page for mkwhatis either.&lt;BR /&gt;&lt;BR /&gt;Thanks again&lt;BR /&gt;&lt;BR /&gt;JohnL</description>
      <pubDate>Fri, 02 Jun 2000 18:18:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424697#M811</guid>
      <dc:creator>John Liu</dc:creator>
      <dc:date>2000-06-02T18:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the man pages installed for kernel/driver functions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424698#M812</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;For detailed descriptions of each kernel parameter, run sam in X11 mode and access kernel configuration. After selecting a kernel parameter, click on the Help button in the dialog box. It gives you a detailed description of the kernel parameter and its use in detail.&lt;BR /&gt;&lt;BR /&gt;Using this method, I have the entire set of kernel parameters along with the detailed descriptions printed out and bound in a file.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;Steven Sim.</description>
      <pubDate>Sun, 04 Jun 2000 02:03:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424698#M812</guid>
      <dc:creator>Steven Sim Kok Leong</dc:creator>
      <dc:date>2000-06-04T02:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the man pages installed for kernel/driver functions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424699#M813</link>
      <description>HI&lt;BR /&gt;&lt;BR /&gt;You can restore man pages with the help of command&lt;BR /&gt;&lt;BR /&gt;/etc/catman&lt;BR /&gt;&lt;BR /&gt;if you try this command this command will restore all the needed man pages in your system but it could take more than six hours to bulid man pages ,so it is recommened that you can try this in night.&lt;BR /&gt;&lt;BR /&gt;More is if you have man pages installed&lt;BR /&gt;&lt;BR /&gt;set&lt;BR /&gt;&lt;BR /&gt;MANPATH=/usr/share/man;export MANPATH&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Nikhil</description>
      <pubDate>Mon, 05 Jun 2000 09:26:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424699#M813</guid>
      <dc:creator>Nikhil Chaudhari</dc:creator>
      <dc:date>2000-06-05T09:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the man pages installed for kernel/driver functions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424700#M814</link>
      <description>Thanks for your messages.&lt;BR /&gt;&lt;BR /&gt;I got some messages whan I run&lt;BR /&gt;#//etc/catman &lt;BR /&gt;cannot open file man3/DtDndDragStart.3&lt;BR /&gt;cannot open file man3/DtDndDropRegister.3&lt;BR /&gt;cannot open file man3/DtAppInitialize.3&lt;BR /&gt;col: Input line is TOO long!&lt;BR /&gt;/usr/share/man/C: No such file or directory&lt;BR /&gt;cannot open file man3/DtDndDragStart.3&lt;BR /&gt;cannot open file man3/DtDndDropRegister.3&lt;BR /&gt;cannot open file man3/DtAppInitialize.3&lt;BR /&gt;cannot open file man3/DtSearchHasMessages.3&lt;BR /&gt;cannot open file man3/DtSearchHasMessages.3&lt;BR /&gt;cannot open file man3/DtSearchHasMessages.3&lt;BR /&gt;....&lt;BR /&gt;&lt;BR /&gt;I wonder what's wrong with these messages.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;John &lt;BR /&gt;</description>
      <pubDate>Mon, 05 Jun 2000 17:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-get-the-man-pages-installed-for-kernel-driver-functions/m-p/2424700#M814</guid>
      <dc:creator>John Liu</dc:creator>
      <dc:date>2000-06-05T17:40:23Z</dc:date>
    </item>
  </channel>
</rss>

