home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / mntdoc01.zoo / mintdoc / pure_src / minthelp.cmd < prev    next >
Encoding:
Text File  |  1993-02-04  |  1.4 KB  |  33 lines

  1. ;---------------------------------------------------------;
  2. ; Command-file for Pure-C user defined help about MiNT.   ;
  3. ; MiNT manpages are copyright (c) 1991-1993               ;
  4. ;   by Eric Smith and Atari Corporation.                  ;
  5. ;                                                         ;
  6. ; Maintainer of this help-file: Hildo Biersma             ;
  7. ;   e-mail: boender@dutiws.twi.tudelft.nl                 ;
  8. ;---------------------------------------------------------;
  9.  
  10. -VL
  11. ; -L: write logfile
  12. ; -N: test input, do not write logfile 
  13. ; -V: verbose
  14. ; -W: break on warnings  
  15. ; -T=x: tabs are expanded to x spaces (default = 4)
  16.  
  17. USR.HLP ; name of help-file to be generated
  18.  
  19. EXTRA.SRC ; Name of author and special stuff...
  20.  
  21. ; All MiNT manual pages are copyright (c) Eric Smith and Atari Corp.
  22. D.SRC     ; MiNT man pages for function calls starting with a 'D'
  23. F.SRC     ; MiNT man pages for function calls starting with a 'F'
  24. P.SRC     ; MiNT man pages for function calls starting with a 'P'
  25. S.SRC     ; MiNT man pages for function calls starting with a 'S'
  26. T.SRC     ; MiNT man pages for function calls starting with a 'T'
  27.  
  28. ; These manual pages were done by Hildo Biersma
  29. TOS.SRC   ; Manual pages for the TOS system calls
  30. LIB2.SRC  ; Manual pages for the mintlibs, corresponding to UN*X section 2
  31. LIB3.SRC  ; Manual pages for the mintlibs, corresponding to UN*X section 3
  32.  
  33.