xref: /openbsd/usr.bin/file/magdir/troff (revision df930be7)
1
2#------------------------------------------------------------------------------
3# troff:  file(1) magic for *roff
4#
5# updated by Daniel Quinlan (quinlan@yggdrasil.com)
6
7# troff input
80	string		.\\"		troff or preprocessor input text
90	string		'\\"		troff or preprocessor input text
100	string		'.\\"		troff or preprocessor input text
110	string		\\"		troff or preprocessor input text
12
13# ditroff intermediate output text
140	string		x\ T		ditroff text
15>4	string		cat		for the C/A/T phototypesetter
16>4	string		ps		for PostScript
17>4	string		dvi		for DVI
18>4	string		ascii		for ASCII
19>4	string		lj4		for LaserJet 4
20>4	string		latin1		for ISO 8859-1 (Latin 1)
21>4	string		X75		for xditview at 75dpi
22>>7	string		-12		(12pt)
23>4	string		X100		for xditview at 100dpi
24>>8	string		-12		(12pt)
25
26# output data formats
270	string		\100\357	very old (C/A/T) troff output data
28