Name Date Size #Lines LOC

..--

FIXESH A D05-Apr-199524.4 KiB822569

READMEH A D05-Apr-19951.1 KiB3222

cvtH A D05-Apr-1995938 4637

dwbinit.cH A D05-Apr-19958.9 KiB314146

dwbinit.hH A D05-Apr-1995491 208

ext.hH A D24-May-20053.4 KiB185168

fns.hH A D27-Sep-20137.1 KiB381321

hytab.cH A D05-Apr-19957.1 KiB127116

mkfileH A D27-Sep-20131 KiB6148

n1.cH A D27-Sep-201319.8 KiB1,1291,008

n10.cH A D27-Sep-201311.4 KiB550488

n2.cH A D27-Sep-20134.9 KiB325276

n3.cH A D27-Sep-201315.9 KiB954797

n4.cH A D28-Mar-200112 KiB829742

n5.cH A D27-Sep-201313.9 KiB1,151966

n6.cH A D27-Sep-20134.8 KiB363297

n7.cH A D27-Sep-201312.2 KiB837769

n8.cH A D27-Sep-201310 KiB545430

n9.cH A D27-Sep-20138.9 KiB487435

ni.cH A D05-Apr-19958.3 KiB391363

suftab.cH A D05-Apr-199518.9 KiB613588

t10.cH A D27-Sep-20139.3 KiB515461

t11.cH A D27-Sep-20136.9 KiB257205

t6.cH A D27-Sep-201315.1 KiB884720

tdef.hH A D27-Sep-201318 KiB675499

unansiH A D05-Apr-19951.2 KiB5036

README

1To make troff (actually a.out):
2
3	make
4
5You will also need to write a driver for your favorite output device.
6d202.c provides a model, although it is specialized to a machine no
7one has.  There are also a variety of postscript drivers that are the
8best thing to use if you have a postscript device.
9
10You will also have to make a DESC file for your typesetter and some
11font description files; see dev202 for examples.  These describe the
12named characters, widths, kerning information, and output codes.
13
14Nroff is the same program as troff, so you should
15
16	cp a.out /usr/bin/troff
17	ln /usr/bin/troff /usr/bin/nroff
18
19or the equivalent.
20
21You will also need terminal description files for your terminals; see
22tab.37, tab.450 and tab.lp for examples.
23
24Troff uses files that are normally stored in /usr/lib/font;
25macro packages are in /usr/lib/tmac; and nroff tables are in
26/usr/lib/term.  You can edit tdef.h to change these assumptions.
27
28There have been a few features since the last version, and a number of
29significant internal changes.  Not all are improvements, of course.
30Most of the more recent changes, including bug fixes, are in FIXES,
31which you should read also.
32