home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-2.iso / Unix / text / nxman.README < prev    next >
Encoding:
Text File  |  1994-03-11  |  890 b   |  28 lines

  1. nxman is a utility to get NeXT documentation from the command line.
  2.  
  3. It has the following usage:
  4.  
  5. nxman [-nf] [-pager <pagerpath>] [-searchdir <dir>] <object> ...
  6.  
  7.     -nf            Don't filter the resultant files through rtf-ascii
  8.     -pager        Set the pager used to <pagerpath>.  Useful for using
  9.                     openfile(1) in conjunction with -nf to open the file
  10.                     in Edit
  11.     -searchdir    By default it will search
  12.                     /NextLibrary/Documentation/NextDev/GeneralRef
  13.     <object>        List of names to search for.
  14.  
  15. Examples:
  16.  
  17.     nxman NXBrowser
  18.         Will write the documentation file of NXBrowser to the terminal
  19.         after stripping RTF information and pipe through the user's 
  20.         default PAGER (or more if that doesn't exist).
  21.     
  22.     nxman -nf -pager openfile NXBrowser
  23.         Opens the NXBrowser documentation file in Edit
  24.     
  25.  
  26. Originally written by Darcy Brockbank (darcy@hasc.ca), modified
  27. March 1994 by Drew Davidson (drew@fnbc.com).
  28.