home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / cli / man / man111a.readme < prev    next >
Text File  |  1994-03-28  |  4KB  |  103 lines

  1. Short: UNIX man command. Recognizes GUIDE files
  2. Type: os20/cli
  3. Uploader: kai@iske.adsp.sub.org
  4. Author: kai@iske.adsp.sub.org
  5.  
  6. This is a simple MAN command, known from UNIX systems. The advantage is, that 
  7. it recognizes .guide files to be AmigaGuide© documents. MAN then uses a 
  8. different viewer in order to display the AmigaGuide© document. Furthermore MAN
  9. recognizes TeX-DVI files as well, using a different viewer to display them.
  10. You may configure MAN using environment variables. Configuration can be done
  11. for :
  12.  
  13.   - Directories, where to look for man pages (.doc|.man|.guide|.dvi)
  14.   - ASCII Textviewer to use
  15.   - AmigaGuide© Textviewer to use
  16.   - DVI viewer to use
  17.   - Additional extensions for those filetypes
  18.   - Some more flags; take a look
  19.  
  20.  
  21. PUBLIC DOMAIN, includes source...
  22.  
  23.  
  24. Fixed since Version 1.11 (Yep, even a small program may have bugs ;)
  25.  
  26.   - Man produced an enforcer hit when no manpage was supplied
  27.     (Reported by : Michael van Elst)
  28.  
  29. Fixed since Version 1.10 (Yep, even a small program may have bugs ;)
  30.  
  31.   - Man will no longer issue an error if you a) didn`t specify a
  32.     manpage and b) set the MANGETFILE attribute for the File
  33.     Requester. This way the Requester will popup if you
  34.     call MAN without any arguments
  35.     (Requested by : Bill Hogsett)
  36.   - The FileRequester will pop up on the default PubScreen now
  37.     (Requested by : Bill Hogsett)
  38.   - The default path for the FileRequester will be set to the
  39.     first Dir of the MANPATHS now
  40.     (Requested by : Bill Hogsett)
  41.   - Support for DVI files added
  42.   - MAN will set the Viewer`s current dir of that where the
  43.     man page resides in
  44.  
  45. Fixed since Version 1.9 (Yep, even a small program may have bugs ;)
  46.  
  47.   - Mike Barsoom added MANBASENAME attribute for stripping
  48.     off any path names from the manpage name. Useful when
  49.     launching MAN from within (ie) ToolsDaemon
  50.     (Submitted by : Mike Barsoom)
  51.  
  52. Fixed since Version 1.8 (Yep, even a small program may have bugs ;)
  53.  
  54.   - Recompiled using SAS/C 6.51
  55.   - Added MANGETFILE parameter
  56.     (Requested by : Bill Hogsett)
  57.  
  58. Fixed since Version 1.7 (Yep, even a small program may have bugs ;)
  59.  
  60.   - Man now correctly handles multi-assigns, since ExAll
  61.     doesn`t....;)
  62.     (Reported by : Jan Hoeydahl)
  63.  
  64. Fixed since Version 1.6 (Yep, even a small program may have bugs ;)
  65.  
  66.   - All config variables have been moved to a single one,
  67.     which will be parsed just like a CommandLine
  68.     (Suggested by : Michael 'Mick' Hohmann)
  69.  
  70. Fixed since Version 1.5 (Yep, even a small program may have bugs ;)
  71.  
  72.   - Added MANRMEXT, MANAGEXT and MANNOVIEW options,
  73.     which may be used for extensibility of MAN
  74.     (Somehow suggested by : Michael 'Mick' Hohmann)
  75.  
  76. Fixed since Version 1.4 (Yep, even a small program may have bugs ;)
  77.  
  78.   - Referenced free memory area
  79.  
  80. Fixed since Version 1.3 (Yep, even a small program may have bugs ;)
  81.  
  82.   - DOS-Library wasn`t closed
  83.  
  84. Fixed since Version 1.2 (Yep, even a small program may have bugs ;)
  85.  
  86.   - Added CTRL-C checking
  87.   - Recompiled using SAS 6.50
  88.   - Reduced stack usage
  89.   - Reduced executable size
  90.  
  91. Fixed since Version 1.1 (Yep, even a small program may have bugs ;)
  92.  
  93.   - One couldn`t type "Man man" to get the documentation of man
  94.     loaded, just because of the fact that I took "MAN" as a keyword
  95.     for the template...
  96.  
  97. Fixed since Version 1.0 (Yep, even a small program may have bugs ;)
  98.  
  99.   - Accidentially called Exit() instead of exit(), which
  100.     prevented the program to pass the cleanup code of SAS.
  101.     So a lock to the directory was kept and the shell could
  102.     never been left.............
  103.