Name Date Size #Lines LOC

..--

FIXESH A D23-Jun-202124.4 KiB822569

READMEH A D23-Jun-20211.1 KiB3222

cvtH A D23-Jun-2021938 4637

dwbinit.cH A D23-Jun-20218.9 KiB314146

dwbinit.hH A D23-Jun-2021491 208

ext.hH A D23-Jun-20213.4 KiB185168

fns.hH A D23-Jun-20217.1 KiB381321

hytab.cH A D23-Jun-20217.1 KiB127116

mkfileH A D23-Jun-20211 KiB6148

n1.cH A D23-Jun-202119.8 KiB1,1291,008

n10.cH A D23-Jun-202111.4 KiB550488

n2.cH A D23-Jun-20214.9 KiB325276

n3.cH A D23-Jun-202115.9 KiB954797

n4.cH A D23-Jun-202112 KiB829742

n5.cH A D23-Jun-202113.9 KiB1,151966

n6.cH A D23-Jun-20214.8 KiB363297

n7.cH A D23-Jun-202112.2 KiB837769

n8.cH A D23-Jun-202110 KiB545430

n9.cH A D23-Jun-20218.9 KiB487435

ni.cH A D23-Jun-20218.3 KiB391363

suftab.cH A D23-Jun-202118.9 KiB613588

t10.cH A D23-Jun-20219.3 KiB515461

t11.cH A D23-Jun-20216.9 KiB257205

t6.cH A D23-Jun-202115.1 KiB884720

tdef.hH A D23-Jun-202118 KiB675499

unansiH A D23-Jun-20211.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