xref: /freebsd/contrib/file/magic/Magdir/asterix (revision 246e7a2b6494cd991b08ac669ed761ecea0cc98c)
1*b6cee71dSXin LI
2*b6cee71dSXin LI#------------------------------------------------------------------------------
3*b6cee71dSXin LI# $File: asterix,v 1.5 2009/09/19 16:28:08 christos Exp $
4*b6cee71dSXin LI# asterix:  file(1) magic for Aster*x; SunOS 5.5.1 gave the 4-character
5*b6cee71dSXin LI# strings as "long" - we assume they're just strings:
6*b6cee71dSXin LI# From: guy@netapp.com (Guy Harris)
7*b6cee71dSXin LI#
8*b6cee71dSXin LI0	string		*STA		Aster*x
9*b6cee71dSXin LI>7	string		WORD			Words Document
10*b6cee71dSXin LI>7	string		GRAP			Graphic
11*b6cee71dSXin LI>7	string		SPRE			Spreadsheet
12*b6cee71dSXin LI>7	string		MACR			Macro
13*b6cee71dSXin LI0	string		2278		Aster*x Version 2
14*b6cee71dSXin LI>29	byte		0x36			Words Document
15*b6cee71dSXin LI>29	byte		0x35			Graphic
16*b6cee71dSXin LI>29	byte		0x32			Spreadsheet
17*b6cee71dSXin LI>29	byte		0x38			Macro
18*b6cee71dSXin LI
19