home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Demos / DE_FrameMaker / FrameMaker.app / fminit2.0 / magic < prev    next >
Text File  |  1992-08-24  |  866b  |  27 lines

  1. #
  2. # If you're running a version of the file(1) program that reads a
  3. # "magic" file (typically /etc/magic), you might want to put these
  4. # lines into it so that "file" will automatically identify FrameMaker
  5. # files.
  6. # The file command as distributed with NextStep 1.0 and 2.0 doesn't
  7. # read /etc/magic.
  8. # These lines work with SunOS's file command, but haven't been tested
  9. # with real System V versions.
  10. #
  11. 0    string        <MakerFile    FrameMaker document
  12. >11    string        3.0            (%s
  13. >11    string        2.0            (%s
  14. >11    string        1.0            (1%
  15. >14    byte        x            %c)
  16. 0    string        <MIFFile    FrameMaker MIF file
  17. >9    string        3.0        (%s)
  18. >9    string        2.0        (%s)
  19. >9    string        1.0        (1.x)
  20. 0    string        <MML        FrameMaker MML file
  21. 0    string        <Book        FrameMaker Book file
  22. 0    string        Maker Intermediate Print File    FrameMaker IPL file
  23. 0    string        <MakerDictionary    FrameMaker Dictionary file
  24. >17    string        2.0        (%s)
  25. >17    string        1.0        (1.x)
  26.  
  27.