Merge branch 'vendor/LIBEDIT'
[dragonfly.git] / usr.bin / tip / README
1 [See NEWS file for much more up-to-date information]
2
3 Tip can be configured in a number of ways:
4
5 ACU's:
6 -----
7
8 New ACU's may be added by editing the ACU description table
9 in acutab.c and writing a ``driver''.
10
11 ACU usage can be monitored by defining ACULOG in the makefile.
12 If this is done and no phone numbers should appear in the
13 log file, define PRISTINE in the makefile.
14
15 Variables:
16 ---------
17
18 Tip's internal workings revolve around a set of (possibly)
19 user defined variables.  These are statically initialized
20 in vars.c, and from the remote file.
21
22 Note that adding or deleting variables requires tip to be completedly
23 recompiled, as indexes into the variable table are used to avoid
24 expensive lookups.  These defines are set in tip.h.
25
26 Commands:
27 --------
28
29 The command dispatch table is defined in cmdtab.c.  Commands
30 may have attributes such as EXPerimental and PRIVileged (only
31 root may execute).
32
33
34
35 --------------------------------------------------------------------------
36
37 Recent changes about Jan 82 
38
39 A new, improved version of tip is now available.  The most important
40 addition is the capacility to specify a phone number with tip.  The
41 default baud rate is 1200.  To use it do:
42
43         tip phone-number
44 or
45         tip -300 phone-number
46
47 for 300 baud.
48
49 A ~^Z command has been added to tip as well.
50
51 A new cu program is available that interfaces to the tip program.
52 It attempts to give the same user interface as cu but it is really
53 the tip program so you have all the advantages of tip.  This allows
54 cu (actually tip) to search for a free ACU instead of having the
55 user specify which one he wants.