troff revision 80588
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
120	string		'''		troff or preprocessor input text
13
14# ditroff intermediate output text
150	string		x\ T		ditroff output text
16>4	string		cat		for the C/A/T phototypesetter
17>4	string		ps		for PostScript
18>4	string		dvi		for DVI
19>4	string		ascii		for ASCII
20>4	string		lj4		for LaserJet 4
21>4	string		latin1		for ISO 8859-1 (Latin 1)
22>4	string		X75		for xditview at 75dpi
23>>7	string		-12		(12pt)
24>4	string		X100		for xditview at 100dpi
25>>8	string		-12		(12pt)
26
27# output data formats
280	string		\100\357	very old (C/A/T) troff output data
29