xref: /freebsd/contrib/file/magic/Magdir/weak (revision ae316d1d1cffd71ab7751f94e10118777a88e027)
1b6cee71dSXin LI
2b6cee71dSXin LI#------------------------------------------------------------------------------
3*ae316d1dSXin LI# $File: weak,v 1.3 2024/06/10 23:09:52 christos Exp $
4b6cee71dSXin LI# weak:  file(1) magic for very weak magic entries, disabled by default
5b6cee71dSXin LI#
6b6cee71dSXin LI# These entries are so weak that they might interfere identification of
7b6cee71dSXin LI# other formats. Example include:
8b6cee71dSXin LI# - Only identify for 1 or 2 bytes
9b6cee71dSXin LI# - Match against very wide range of values
10b6cee71dSXin LI# - Match against generic word in some spoken languages (e.g. English)
11b6cee71dSXin LI
12b6cee71dSXin LI# Summary: Computer Graphics Metafile
13b6cee71dSXin LI# Extension: .cgm
14b6cee71dSXin LI#0	beshort&0xffe0	0x0020		binary Computer Graphics Metafile
15b6cee71dSXin LI#0	beshort		0x3020		character Computer Graphics Metafile
16b6cee71dSXin LI
17b6cee71dSXin LI#0	string		=!!		Bennet Yee's "face" format
18