home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff284.lzh / ARPTools / man / READ-ME < prev    next >
Text File  |  1989-11-27  |  1KB  |  37 lines

  1. ---------------------------------------------------------------------------
  2. Additional notes:
  3.  
  4. ---------------------------------------------------------------------------
  5. Docs are provided in a form similar to the ARP 1.3 Users' manual. If you
  6. have an hard disk with a little space and want *NIX like online docs you may
  7. put the ARP docs and ARPTools .man files (without suffix) in a directory
  8. called - say - SYS:Man, and use a simple script like this to retrieve
  9. information:
  10.  
  11. ---- CUT HERE ----
  12. .key Manual/A
  13.  
  14. IF EXISTS "MAN:<Manual>"
  15. SYS:Utilities/More SYS:Man/<Manual>
  16. ELSE
  17. C:echo "Sorry, no help available"
  18. ENDIF
  19. ---- CUT HERE ----
  20.  
  21. Name this script "Man", use PROTECT Man +s to make it executable directly
  22. from the shell and type 
  23.  
  24. man commandname
  25.  
  26. to read the manual page regarding the command.
  27.  
  28. ---------------------------------------------------------------------------
  29. ARPTools programs are all RESIDENT/Ares compatible.
  30.  
  31. ---------------------------------------------------------------------------
  32. If a program is invoked with no arguments at all and seems not to
  33. have returned to the CLI prompt, it isn't. It's just waiting for input from
  34. standard input (in this case, the console). To stop this and get back
  35. the CLI prompt simply send an EOF with CTRL-\. Read the .man files for
  36. further information.
  37.