<?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: no manual entry for (command) in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974552#M418656</link>
    <description>Did you load filesets for man pages? Is your MANPATH set correctly?</description>
    <pubDate>Thu, 20 Apr 2006 03:23:44 GMT</pubDate>
    <dc:creator>RAC_1</dc:creator>
    <dc:date>2006-04-20T03:23:44Z</dc:date>
    <item>
      <title>no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974551#M418655</link>
      <description>Hi all,&lt;BR /&gt;A preloaded HP-UX 11.11 rp4440 server is working fine but there is no man page come out after typing #man command. It only displays no manual entry for this (command). Is there any command or documents to fix it?&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Mostafa</description>
      <pubDate>Thu, 20 Apr 2006 03:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974551#M418655</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-04-20T03:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974552#M418656</link>
      <description>Did you load filesets for man pages? Is your MANPATH set correctly?</description>
      <pubDate>Thu, 20 Apr 2006 03:23:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974552#M418656</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2006-04-20T03:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974553#M418657</link>
      <description>Mostafa,&lt;BR /&gt;do you have a MANPATH set up for your user.&lt;BR /&gt;Test with&lt;BR /&gt;env | grep man&lt;BR /&gt;&lt;BR /&gt;should return something like:&lt;BR /&gt;MANPATH=/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/upgrade/share/man/%L:/op&lt;BR /&gt;t/upgrade/share/man:/usr/dt/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/sam&lt;BR /&gt;ba/man:/opt/hparray/share/man/%L:/opt/hparray/share/man:/opt/resmon/share/man:/opt/pred/share/man/%L:/opt/pred/share/man</description>
      <pubDate>Thu, 20 Apr 2006 03:25:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974553#M418657</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-20T03:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974554#M418658</link>
      <description>Hi Mostafa, &lt;BR /&gt;&lt;BR /&gt;"man" command searches in MANPATH variable. Set your MANPATH by, export MANPATH=&lt;YOUR_PATH&gt; &lt;BR /&gt;&lt;BR /&gt;and check with /etc/MANPATH for system wide setting. &lt;BR /&gt;&lt;BR /&gt;-Arun&lt;/YOUR_PATH&gt;</description>
      <pubDate>Thu, 20 Apr 2006 03:27:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974554#M418658</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-04-20T03:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974555#M418659</link>
      <description>Mostapha, &lt;BR /&gt;&lt;BR /&gt;MANPATH is usually initialized from /etc/MANPATH file, via /etc/profile. &lt;BR /&gt;check these files.&lt;BR /&gt;&lt;BR /&gt;Are you failing to get man for a particular command or also for any standard (such as ls) command?&lt;BR /&gt;&lt;BR /&gt;MANPATH variable on my server resolves to: &lt;BR /&gt;/usr/share/man/%L:/usr/share/man:/usr/contrib/man/%L:/usr/contrib/man:/usr/local/man/%L:/usr/local/man:/opt/upgrade/share/man/%L:/opt/upgrade/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/pd/share/man/%L:/opt/pd/share/man:/opt/resmon/share/man:/opt/hparray/share/man/%L:/opt/hparray/share/man:/opt/graphics/common/man:/opt/openssl/man:/opt/openssl/prngd/man:/usr/dt/share/man:/opt/gnome/man:/opt/wbem/share/man:/opt/ignite/share/man/%L:/opt/ignite/share/man:/opt/java1.4/man:/opt/perl/man:/opt/ssh/share/man&lt;BR /&gt;&lt;BR /&gt;you can set it by &lt;BR /&gt;export MANPATH=&lt;YOUR-PATH-STRING&gt;&lt;BR /&gt;&lt;BR /&gt;antonio.&lt;BR /&gt;&lt;/YOUR-PATH-STRING&gt;</description>
      <pubDate>Thu, 20 Apr 2006 03:28:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974555#M418659</guid>
      <dc:creator>Antonio Cardoso_1</dc:creator>
      <dc:date>2006-04-20T03:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974556#M418660</link>
      <description>Hi Antonio,&lt;BR /&gt;&lt;BR /&gt;I am failing in any command. Even if I fail to get output from command #man ll&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Mostafa</description>
      <pubDate>Thu, 20 Apr 2006 03:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974556#M418660</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-04-20T03:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974557#M418661</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I did not install anything in the system. It is default. I am logging as a root user. I have checked follwing-&lt;BR /&gt;#echo $PATH - displays two lines &lt;BR /&gt;# vi /etc/profile - MANPATH is there with those two lines&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;Mostafa</description>
      <pubDate>Thu, 20 Apr 2006 03:56:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974557#M418661</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-04-20T03:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974558#M418662</link>
      <description>Mostafa,&lt;BR /&gt;if the MANPATH is correct, it would mean that the man code has not been installed.&lt;BR /&gt;Can you please do:&lt;BR /&gt;ls /usr/share/man/man1.Z</description>
      <pubDate>Thu, 20 Apr 2006 04:19:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974558#M418662</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-20T04:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974559#M418663</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;I am not onsite now. Please tell me how can I install man code if it is not installed.&lt;BR /&gt; &lt;BR /&gt;What output should I get if the man code is installed? &lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Mostafa</description>
      <pubDate>Thu, 20 Apr 2006 04:31:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974559#M418663</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-04-20T04:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974560#M418664</link>
      <description>Mostafa,&lt;BR /&gt;have a look at:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=41996" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=41996&lt;/A&gt;&lt;BR /&gt;Covers the checking and install</description>
      <pubDate>Thu, 20 Apr 2006 05:30:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974560#M418664</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-20T05:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: no manual entry for (command)</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974561#M418665</link>
      <description>It's ok.</description>
      <pubDate>Thu, 20 Apr 2006 06:43:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/no-manual-entry-for-command/m-p/4974561#M418665</guid>
      <dc:creator>rana786</dc:creator>
      <dc:date>2006-04-20T06:43:15Z</dc:date>
    </item>
  </channel>
</rss>

