head	1.2;
access;
symbols
	RELENG_4_11_0_RELEASE:1.1.6.1
	RELENG_4_11:1.1.6.1.0.18
	RELENG_4_11_BP:1.1.6.1
	RELENG_4_10_0_RELEASE:1.1.6.1
	RELENG_4_10:1.1.6.1.0.16
	RELENG_4_10_BP:1.1.6.1
	RELENG_4_9_0_RELEASE:1.1.6.1
	RELENG_4_9:1.1.6.1.0.14
	RELENG_4_9_BP:1.1.6.1
	RELENG_4_8_0_RELEASE:1.1.6.1
	RELENG_4_8:1.1.6.1.0.12
	RELENG_4_8_BP:1.1.6.1
	RELENG_4_7_0_RELEASE:1.1.6.1
	RELENG_4_7:1.1.6.1.0.10
	RELENG_4_7_BP:1.1.6.1
	RELENG_4_6_2_RELEASE:1.1.6.1
	RELENG_4_6_1_RELEASE:1.1.6.1
	RELENG_4_6_0_RELEASE:1.1.6.1
	RELENG_4_6:1.1.6.1.0.8
	RELENG_4_6_BP:1.1.6.1
	RELENG_4_5_0_RELEASE:1.1.6.1
	RELENG_4_5:1.1.6.1.0.6
	RELENG_4_5_BP:1.1.6.1
	RELENG_4_4_0_RELEASE:1.1.6.1
	RELENG_4_4:1.1.6.1.0.4
	RELENG_4_4_BP:1.1.6.1
	RELENG_4_3_0_RELEASE:1.1.6.1
	RELENG_4_3:1.1.6.1.0.2
	RELENG_4_3_BP:1.1.6.1
	RELENG_4_2_0_RELEASE:1.1
	RELENG_4_1_1_RELEASE:1.1
	PRE_SMPNG:1.1
	RELENG_4_1_0_RELEASE:1.1
	RELENG_3_5_0_RELEASE:1.1
	RELENG_4_0_0_RELEASE:1.1
	RELENG_4:1.1.0.6
	RELENG_4_BP:1.1
	RELENG_3_4_0_RELEASE:1.1
	RELENG_3_3_0_RELEASE:1.1
	RELENG_3_2_PAO:1.1.0.4
	RELENG_3_2_PAO_BP:1.1
	RELENG_3_2_0_RELEASE:1.1
	RELENG_3_1_0_RELEASE:1.1
	RELENG_3:1.1.0.2
	RELENG_3_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2000.11.05.09.06.05;	author obrien;	state dead;
branches;
next	1.1;

1.1
date	98.11.15.03.35.10;	author obrien;	state Exp;
branches
	1.1.6.1;
next	;

1.1.6.1
date	2000.11.29.19.32.50;	author obrien;	state dead;
branches;
next	;


desc
@@


1.2
log
@Switch over to using the Christos Zoulas maintained version in contrib/
This also gives use the same exact results as NetBSD, thus sharing more
code with our bretheren.
@
text
@#------------------------------------------------------------------------------
# modem:  file(1) magic for modem programs
#
# From: Florian La Roche <florian@@knorke.saar.de>
4	string		Research,	Digifax-G3-File
>29	byte		1		, fine resolution
>29	byte		0		, normal resolution

0	short		0x0100		raw G3 data, byte-padded
0	short		0x1400		raw G3 data
#
# Magic data for vgetty voice formats
# (Martin Seine & Marc Eberhard)

#
# raw modem data version 1
#
0    string    RMD1      raw modem data
>4   string    >\0       (%s /
>20  short     >0        compression type 0x%04x)

#
# portable voice format 1
#
0    string    PVF1\n         portable voice format
>5   string    >\0       (binary %s)

#
# portable voice format 2
#
0    string    PVF2\n         portable voice format
>5   string >\0          (ascii %s)

@


1.1
log
@New file formats.

Obtained from:	NetBSD-current/src/usr.bin/file/magdir
@
text
@@


1.1.6.1
log
@MFC: switch over to using the Christos Zoulas maintained version in contrib/
@
text
@@


