<?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: Man a file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149908#M738778</link>
    <description>Shrikant, the command originally shown by wojtek75 is valid in most Linux distributions. &lt;BR /&gt;&lt;BR /&gt;Linux's "man" command allows you to directly view a file that is formatted like a man page but not (yet) placed in the MANPATH directories.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, HP-UX's "man" command does not have that feature: the nroff command (as described by TTr) must be used instead.&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Mon, 25 Feb 2008 16:44:09 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2008-02-25T16:44:09Z</dc:date>
    <item>
      <title>Man a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149903#M738773</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a manual in a separate file. How can I see it with man command? The following does not work:&lt;BR /&gt;&lt;BR /&gt;$ man ./mymanfile.1&lt;BR /&gt;&lt;BR /&gt;Thank you in advance.</description>
      <pubDate>Mon, 25 Feb 2008 12:22:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149903#M738773</guid>
      <dc:creator>wojtek75</dc:creator>
      <dc:date>2008-02-25T12:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Man a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149904#M738774</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;man should be supplied with command not filename.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;I have a manual in a separate file&lt;BR /&gt;What does it mean? Does you have that file in text simple file. If so then you can use 'more' command to view its content&lt;BR /&gt;&lt;BR /&gt;&amp;gt;./mymanfile.1&lt;BR /&gt;./ notation is used for executing script kinda file. The use demonstrated in above command is irrelevant I guess.</description>
      <pubDate>Mon, 25 Feb 2008 12:49:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149904#M738774</guid>
      <dc:creator>Shrikant Lavhate</dc:creator>
      <dc:date>2008-02-25T12:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Man a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149905#M738775</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I was given a compiled program with a manual attached in typical manual format. How can I see its formatted contents?</description>
      <pubDate>Mon, 25 Feb 2008 13:02:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149905#M738775</guid>
      <dc:creator>wojtek75</dc:creator>
      <dc:date>2008-02-25T13:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Man a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149906#M738776</link>
      <description>Try &lt;BR /&gt;&lt;BR /&gt;nroff -man ./mymanfile.1 | col -b |more&lt;BR /&gt;&lt;BR /&gt;The man pages are usually formatted with the {n|t}roff package and the "man" document style. The "col -b" takes care of some backspace/bolding/underlining escape characters that may affest the screen output.&lt;BR /&gt;&lt;BR /&gt;If the man page is very plain and has minimal formatting commands built in, you can also cat it or more it but you haveto read through the formatting statements.</description>
      <pubDate>Mon, 25 Feb 2008 13:40:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149906#M738776</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-25T13:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: Man a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149907#M738777</link>
      <description>If you have a lot of add-on man pages you can add their location to the $MANPATH (/etc/MANPATH) so that you don't need to run nroff each the time.</description>
      <pubDate>Mon, 25 Feb 2008 13:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149907#M738777</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2008-02-25T13:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: Man a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149908#M738778</link>
      <description>Shrikant, the command originally shown by wojtek75 is valid in most Linux distributions. &lt;BR /&gt;&lt;BR /&gt;Linux's "man" command allows you to directly view a file that is formatted like a man page but not (yet) placed in the MANPATH directories.&lt;BR /&gt;&lt;BR /&gt;Unfortunately, HP-UX's "man" command does not have that feature: the nroff command (as described by TTr) must be used instead.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 25 Feb 2008 16:44:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149908#M738778</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2008-02-25T16:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Man a file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149909#M738779</link>
      <description>Man doesn't take files but man entries.  See "man 1 man".  (For formatting see "man 5 man".)&lt;BR /&gt;&lt;BR /&gt;If the file is in the right directory layout, you can use MANPATH or the -M option to point to the man tree.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;TTr: nroff -man ./mymanfile.1 | col -b |more&lt;BR /&gt;&lt;BR /&gt;That's:&lt;BR /&gt;nroff -man mymanfile.1 | col -x | more -s&lt;BR /&gt;If you have tables, there are more programs in the pipe, tbl &amp;amp; neqn.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;TTr: If you have a lot of add-on man pages you can add their location to the $MANPATH&lt;BR /&gt;&lt;BR /&gt;To do this, they have to be in a specific directory tree:&lt;BR /&gt;manN.Z/ compressed nroff format&lt;BR /&gt;manN/ uncompress nroff&lt;BR /&gt;catN.Z/ compressed cat format&lt;BR /&gt;catN/ uncompressed cat&lt;BR /&gt;&lt;BR /&gt;&amp;gt;MK: the nroff command must be used instead.&lt;BR /&gt;&lt;BR /&gt;-M is about the closest.</description>
      <pubDate>Mon, 25 Feb 2008 21:34:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-a-file/m-p/4149909#M738779</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2008-02-25T21:34:23Z</dc:date>
    </item>
  </channel>
</rss>

