Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Is there a man comman? : (4 Items)
   
Is there a man comman?  
Is there a man command to view man pages from qnx packages? 
Re: Is there a man comman?  
Frank Esposito wrote:
> Is there a man command to view man pages from qnx packages? 
>   
The 'use' command provides abbreviated usage information.  The full docs 
are ...
well in the documentation, searchable from the helpviewer or the IDE help.

Thomas
Re: Is there a man comman?  
Thanks for the info ... how about when 3rd party packages are installed that have man pages ? 
Re: Is there a man comman?  
On Tue, Oct 21, 2008 at 02:49:43PM -0400, Frank Esposito wrote:
> Thanks for the info ... how about when 3rd party packages are installed that have man pages ? 

You can look at porting gnu man or nroff:
# nroff -man <foo>.1 | less -r

-seanb