diff options
| author | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-03 19:16:28 +0000 |
|---|---|---|
| committer | Geoff Rehmet <csgr@FreeBSD.org> | 1994-09-03 19:16:28 +0000 |
| commit | c7510038dc04bc187f80816d41cc88dfe8ae1e84 (patch) | |
| tree | 54be8dedadca4bc80049574dba30bad3ab46603a /usr.bin/file/Magdir/postscript | |
Notes
Diffstat (limited to 'usr.bin/file/Magdir/postscript')
| -rw-r--r-- | usr.bin/file/Magdir/postscript | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/usr.bin/file/Magdir/postscript b/usr.bin/file/Magdir/postscript new file mode 100644 index 000000000000..dcd8f6550711 --- /dev/null +++ b/usr.bin/file/Magdir/postscript @@ -0,0 +1,17 @@ +# +# 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 |
