home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume4 / fmtr / README < prev   
Encoding:
Text File  |  1986-11-30  |  1.1 KB  |  33 lines

  1. The shell archive contains the files needed to make fmtr, a formatter
  2. for {n,t,dit}roff input files.  Four of the source files:
  3.  
  4.     fmtr.h
  5.     fmtr.c
  6.     command.c
  7.     lowtext.c
  8.  
  9. contain the program proper.  In addition it uses three functions that
  10. I have put in my library:
  11.  
  12.     getopt()    a public domain version of the System V utility
  13.             apparently due to Henry Spencer taht I have
  14.             modified minimally
  15.     efopen()    a modified version of K & P's function
  16.     fgetsmod()    a modified version of fgets() that truncates
  17.             lines longer than the array they are being read
  18.             into.
  19.  
  20. Manual pages for fmtr and for the three functions named above are
  21. included.  The Makefile does not have any provision for adding these
  22. functions to any library.  I have added them to /lib/libc.a, you may
  23. want to put them elsewhere.  I have also not put in any provision for
  24. installing the manual pages associated with them.
  25.  
  26. Comments, bug reports etc to:
  27.  
  28. Mohamed el Lozy                mohamed@hscfvax.uucp
  29. Health Sciences Computing Facility    ...!harvard!hscfvax!mohamed
  30. Harvard School of Public Health
  31. 665 Huntington Avenue
  32. Boston, MA 02115
  33.