freebsd-dev/usr.bin/file/Magdir/postscript
Geoff Rehmet c7510038dc Bring in file 3.14 by Ian Darwin (and Christos Zoulas)
The following files were moved to different names:
- file.man -> file.1
- magic.man -> magic.5

The following file was removed:
- Magdir/Makefile
1994-09-03 19:16:28 +00:00

18 lines
499 B
Plaintext

#
# magic.postscript: Magic for postscript files
#
# XXX - should we match only versions 1.0 and 2.0, or should we wildcard
# it?
#
0 string %! PostScript document
>2 string PS-Adobe- conforming
>>11 string 1.0 at level %s
>>11 string 2.0 at level %s
>>11 string 3.0 at level %s
# Some pc's have the annoying habit of adding a ^D
0 string \004%! PostScript document
>3 string PS-Adobe- conforming
>>12 string 1.0 at level %s
>>12 string 2.0 at level %s
>>12 string 3.0 at level %s