#
# $Id: Magiclines,v 1.3 89/04/28 01:06:19 geoff Exp Locker: geoff $
#
# $Log:	Magiclines,v $
# Revision 1.3  89/04/28  01:06:19  geoff
# Change Header to Id;  nobody cares about my pathnames.
# 
# Revision 1.2  89/04/27  23:30:28  geoff
# Update to reflect the new scheme for magic numbers.
# 
# Revision 1.1  88/10/20  21:48:34  geoff
# Initial revision
# 
#
# The following lines can be inserted into /etc/magic so that "file" will
# recognize ispell hash files.
#
#
0	short	0xffff9601	ispell hash file
>2	short	0x00	- 8-bit, no capitalization, 26 flags
>2	short	0x01	- 7-bit, no capitalization, 26 flags 
>2	short	0x02	- 8-bit, capitalization, 26 flags
>2	short	0x03	- 7-bit, capitalization, 26 flags 
>2	short	0x04	- 8-bit, no capitalization, 52 flags
>2	short	0x05	- 7-bit, no capitalization, 52 flags 
>2	short	0x06	- 8-bit, capitalization, 52 flags
>2	short	0x07	- 7-bit, capitalization, 52 flags 
>2	short	0x08	- 8-bit, no capitalization, 128 flags
>2	short	0x09	- 7-bit, no capitalization, 128 flags 
>2	short	0x0A	- 8-bit, capitalization, 128 flags
>2	short	0x0B	- 7-bit, capitalization, 128 flags 
>2	short	0x0C	- 8-bit, no capitalization, 256 flags
>2	short	0x0D	- 7-bit, no capitalization, 256 flags 
>2	short	0x0E	- 8-bit, capitalization, 256 flags
>2	short	0x0F	- 7-bit, capitalization, 256 flags 
>4	short	>0	and %d string characters
