<?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: get a command's man page to show in &amp;quot;man -k ...&amp;quot; in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772738#M261602</link>
    <description>clay, your option has been my last resort ...i will tweak the DB file if i cannot find a way to reformat the file /opt/Navisphere/man/cat1/navicli.1 in a way that "catman" will understand it.&lt;BR /&gt;&lt;BR /&gt;DCE, i think this is the heart of my problem ...that the file /opt/Navisphere/man/cat1/navicli.1 has no tags/flags that typically "catman" looks for to build off of.&lt;BR /&gt;&lt;BR /&gt;James, you do not have to remove the DB file if you use "catman -w" ...which is what i have been using all along&lt;BR /&gt;&lt;BR /&gt;if there is not a way to convert the file /opt/Navisphere/man/cat1/navicli.1 into some format that is understood by "catman" then i guess my solution will be to directly edit the DB file ...however this will force me to run future DB updates using "catman -m" else my hack/tweak gets lost on future "catman -w" use.</description>
    <pubDate>Mon, 17 Apr 2006 16:55:46 GMT</pubDate>
    <dc:creator>Marc Ahrendt</dc:creator>
    <dc:date>2006-04-17T16:55:46Z</dc:date>
    <item>
      <title>get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772729#M261593</link>
      <description>man navicli&lt;BR /&gt;    NOTE: works OK&lt;BR /&gt;echo $MANPATH&lt;BR /&gt;    ...:/opt/Navisphere/man&lt;BR /&gt;man -k nvaicli&lt;BR /&gt;    NOTE: reports nothing&lt;BR /&gt;catman -w&lt;BR /&gt;man -k nvaicli&lt;BR /&gt;    NOTE: still reports nothing&lt;BR /&gt;file /opt/Navisphere/man/cat1/navicli.1&lt;BR /&gt;    navicli.1:      English text&lt;BR /&gt;&lt;BR /&gt;any idea how to get "man -k navicli" to work?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Apr 2006 14:24:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772729#M261593</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2006-04-17T14:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772730#M261594</link>
      <description>Have you run catman yet so that /usr/share/lib/whatis has been created?</description>
      <pubDate>Mon, 17 Apr 2006 14:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772730#M261594</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-17T14:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772731#M261595</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you just updated '/etc/MANPATH', did you export it before running 'catman' ?  &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 17 Apr 2006 14:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772731#M261595</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-17T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772732#M261596</link>
      <description>&lt;BR /&gt;navicli does not appear to be a standard unix command.  &lt;BR /&gt;&lt;BR /&gt;Only those man pages found in the directories listed in the MANPATH variable are found by the mna command.&lt;BR /&gt;&lt;BR /&gt;If you have added man pages to the system, you must add the directory where the new man pages are located to the MANPATH variable. The simplest way to do this is to add the new directory to /etc/MANPATH, which is accessed by /etc/profile when a user logs on.&lt;BR /&gt;&lt;BR /&gt;Then log off/on to make the change effective (or add the directory to your current MANPATH and export it)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Apr 2006 14:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772732#M261596</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-04-17T14:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772733#M261597</link>
      <description>Isn't that a typo in your search i.e. man -k navicli instead of &amp;gt;nvaicli&amp;lt;&lt;BR /&gt;&lt;BR /&gt;cheers!</description>
      <pubDate>Mon, 17 Apr 2006 15:11:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772733#M261597</guid>
      <dc:creator>HPUX SysAdm</dc:creator>
      <dc:date>2006-04-17T15:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772734#M261598</link>
      <description>i understand the importance of /etc/MANPATH and as stated initially $MANPATH is set properly. also, a mentioned by James and DCE i did make sure that $MANPATH was set before running "catman -w". also, Sandeep you are correct in that i just made a typo in my posting but not when testing on my server.&lt;BR /&gt;&lt;BR /&gt;i know little regarding man pages, but i have been successful in the past getting the "whatis" DB updated. however not sure why it fails to update with "navicli", which i referenced above is on my server as a text file.&lt;BR /&gt;&lt;BR /&gt;man -k navicli&lt;BR /&gt;navicli: nothing appropriate&lt;BR /&gt;man navicli&lt;BR /&gt;...works&lt;BR /&gt;catman -w&lt;BR /&gt;stdin: not in compressed format&lt;BR /&gt;stdin: not in compressed format&lt;BR /&gt;man -k navicli&lt;BR /&gt;navicli: nothing appropriate&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any further thoughts? i know the "stdin" output from the "catman -w" command are not related since i was getting those before addressing this issue (adding /opt/Navisphere/man to $MANPATH)</description>
      <pubDate>Mon, 17 Apr 2006 15:46:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772734#M261598</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2006-04-17T15:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772735#M261599</link>
      <description>Sorry, I completely overlooked your "catman -w" command in your initial posting. I am wondering if there is something a little bit wrong with this particular man page so that catman can't quite parse it. You might resort to the simple expedient of directly editing whatis (it's just a text file).</description>
      <pubDate>Mon, 17 Apr 2006 16:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772735#M261599</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-04-17T16:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772736#M261600</link>
      <description>&lt;BR /&gt;If my understanding of catman-w /whatis is correct, the catman -w command creates entries the whatis database by using the description information at the beginning of the man page. &lt;BR /&gt;&lt;BR /&gt;Does your text file meet this requirement?  You can look at an HP command to get the format.....</description>
      <pubDate>Mon, 17 Apr 2006 16:16:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772736#M261600</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-04-17T16:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772737#M261601</link>
      <description>Hi (again) Marc:&lt;BR /&gt;&lt;BR /&gt;Given that you indicate that you already have a 'whatis' database, either remove it and do:&lt;BR /&gt;&lt;BR /&gt;# catman -w&lt;BR /&gt;&lt;BR /&gt;...OR, do:&lt;BR /&gt;&lt;BR /&gt;# catman -m&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Mon, 17 Apr 2006 16:35:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772737#M261601</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-17T16:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: get a command's man page to show in "man -k ..."</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772738#M261602</link>
      <description>clay, your option has been my last resort ...i will tweak the DB file if i cannot find a way to reformat the file /opt/Navisphere/man/cat1/navicli.1 in a way that "catman" will understand it.&lt;BR /&gt;&lt;BR /&gt;DCE, i think this is the heart of my problem ...that the file /opt/Navisphere/man/cat1/navicli.1 has no tags/flags that typically "catman" looks for to build off of.&lt;BR /&gt;&lt;BR /&gt;James, you do not have to remove the DB file if you use "catman -w" ...which is what i have been using all along&lt;BR /&gt;&lt;BR /&gt;if there is not a way to convert the file /opt/Navisphere/man/cat1/navicli.1 into some format that is understood by "catman" then i guess my solution will be to directly edit the DB file ...however this will force me to run future DB updates using "catman -m" else my hack/tweak gets lost on future "catman -w" use.</description>
      <pubDate>Mon, 17 Apr 2006 16:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/get-a-command-s-man-page-to-show-in-quot-man-k-quot/m-p/3772738#M261602</guid>
      <dc:creator>Marc Ahrendt</dc:creator>
      <dc:date>2006-04-17T16:55:46Z</dc:date>
    </item>
  </channel>
</rss>

