<?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 page question in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698612#M796565</link>
    <description>Here's a way to eliminate extra blank lines, eliminate the "Hewlett-Packard" page footer and drop the fancy fonts:&lt;BR /&gt;&lt;BR /&gt;man &lt;SOMETHING&gt; \&lt;BR /&gt; | grep -v ' Hewlett-Packard Company' \&lt;BR /&gt; | col -b \&lt;BR /&gt; | ssp&lt;/SOMETHING&gt;</description>
    <pubDate>Tue, 27 Dec 2005 20:58:23 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2005-12-27T20:58:23Z</dc:date>
    <item>
      <title>Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698607#M796554</link>
      <description>&lt;BR /&gt;This is on 11x&lt;BR /&gt;How do I turn off that annoying inverse-color highlighting of key words when I run the man page on a command?&lt;BR /&gt;&lt;BR /&gt;What package does it use, nroff, troff, groff? Can I use some option with man turn highlighting off?</description>
      <pubDate>Tue, 27 Dec 2005 15:29:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698607#M796554</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-27T15:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698608#M796555</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;you can try col -b,&lt;BR /&gt;&lt;BR /&gt;# man vi |col -b |more&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Dec 2005 15:38:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698608#M796555</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2005-12-27T15:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698609#M796556</link>
      <description>With the 'col -b' switch you can send the man page(s) to printer and it will be clean as well&lt;BR /&gt; - no inverse type...</description>
      <pubDate>Tue, 27 Dec 2005 15:48:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698609#M796556</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2005-12-27T15:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698610#M796558</link>
      <description>You can do either of the following in your profile:&lt;BR /&gt;&lt;BR /&gt;  export PAGER=pg (changes program used to paginate output to pg) &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;  export PAGER="col -b | more"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Dec 2005 15:51:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698610#M796558</guid>
      <dc:creator>OldSchool</dc:creator>
      <dc:date>2005-12-27T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698611#M796562</link>
      <description>Thank you. I used&lt;BR /&gt;&lt;BR /&gt;export PAGER="col -b | less"&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Dec 2005 16:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698611#M796562</guid>
      <dc:creator>dictum9</dc:creator>
      <dc:date>2005-12-27T16:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698612#M796565</link>
      <description>Here's a way to eliminate extra blank lines, eliminate the "Hewlett-Packard" page footer and drop the fancy fonts:&lt;BR /&gt;&lt;BR /&gt;man &lt;SOMETHING&gt; \&lt;BR /&gt; | grep -v ' Hewlett-Packard Company' \&lt;BR /&gt; | col -b \&lt;BR /&gt; | ssp&lt;/SOMETHING&gt;</description>
      <pubDate>Tue, 27 Dec 2005 20:58:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698612#M796565</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2005-12-27T20:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698613#M796567</link>
      <description>You can use col -b to remove all formatting with *roff.&lt;BR /&gt;&lt;BR /&gt;Simply as,&lt;BR /&gt;&lt;BR /&gt;# man &lt;MANPAGE&gt; | col -b | more&lt;BR /&gt;&lt;BR /&gt;will give what you want.&lt;BR /&gt;&lt;BR /&gt;-Muthu&lt;/MANPAGE&gt;</description>
      <pubDate>Wed, 28 Dec 2005 04:47:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698613#M796567</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-28T04:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698614#M796570</link>
      <description>I use it as follows.&lt;BR /&gt;&lt;BR /&gt;man â  somethingâ   | col â  b | ssp | expand</description>
      <pubDate>Wed, 28 Dec 2005 04:53:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698614#M796570</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2005-12-28T04:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Man page question</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698615#M796571</link>
      <description>You can use col -b, # man man |col -b &lt;BR /&gt;&lt;BR /&gt;If the -b option is given, col assumes that the output device in use is not capable of backspacing.  In this case, if two or more characters are to appear in the same place, only the last one read is output.&lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 28 Dec 2005 04:57:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/man-page-question/m-p/3698615#M796571</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-28T04:57:08Z</dc:date>
    </item>
  </channel>
</rss>

