No empty .Rs/.Re
[netbsd-mini2440.git] / usr.bin / tip / README
blob47056c112e39702452c2e99fe8e5e5ed8bb70a46
1 Tip can be configured in a number of ways:
3 ACU's:
4 -----
6 ACU                             Define in makefile
7 --------------------            ---------------
8 BIZCOMP 1022, 1031              BIZ1022, BIZ1031
9 DEC DF02-AC, DF03-AC            DF02, DF03
10 DEC DN-11/Able Quadracall       DN11
11 Ventel                          VENTEL
12 Vadic 831                       V831
14 New ACU's may be added by editing the ACU description table
15 in acutab.c and writing a ``driver''.
17 Variables:
18 ---------
20 Tip's internal workings revolve around a set of (possibly)
21 user defined variables.  These are statically initialized
22 in vars.c, and from the remote file.
24 Note that adding or deleting variables requires tip to be completedly
25 recompiled, as indexes into the variable table are used to avoid
26 expensive lookups.  These defines are set in tip.h.
28 Commands:
29 --------
31 The command dispatch table is defined in cmdtab.c.  Commands
32 may have attributes such as EXPerimental and PRIVileged (only
33 root may execute).
37 --------------------------------------------------------------------------
39 Recent changes about Jan 82
41 A new, improved version of tip is now available.  The most important
42 addition is the capacility to specify a phone number with tip.  The
43 default baud rate is 1200.  To use it do:
45         tip phone-number
47         tip -300 phone-number
49 for 300 baud.
51 A ~^Z command has been added to tip as well.
53 A new cu program is available that interfaces to the tip program.
54 It attempts to give the same user interface as cu but it is really
55 the tip program so you have all the advantages of tip.  This allows
56 cu (actually tip) to search for a free ACU instead of having the
57 user specify which one he wants.