home *** CD-ROM | disk | FTP | other *** search
/ Frame 3.2 / Frame.iso / Application / FrameMaker.app / fminit2.0 / magic < prev    next >
Encoding:
Text File  |  1994-08-11  |  866 b   |  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.