188276Smarkm# $FreeBSD$
27527Sjkh
31590SrgrimesTip can be configured in a number of ways:
41590Srgrimes
51590SrgrimesACU's:
61590Srgrimes-----
71590Srgrimes
81590SrgrimesACU				Define in makefile
91590Srgrimes--------------------		---------------
101590SrgrimesBIZCOMP 1022, 1031		BIZ1022, BIZ1031
111590SrgrimesDEC DF02-AC, DF03-AC		DF02, DF03
121590SrgrimesDEC DN-11/Able Quadracall	DN11
131590SrgrimesVentel				VENTEL
141590SrgrimesVadic 831			V831
151590Srgrimes
161590SrgrimesNew ACU's may be added by editing the ACU description table
171590Srgrimesin acutab.c and writing a ``driver''.
181590Srgrimes
191590SrgrimesACU usage can be monitored by defining ACULOG in the makefile.
201590SrgrimesIf this is done and no phone numbers should appear in the
211590Srgrimeslog file, define PRISTINE in the makefile.
221590Srgrimes
231590SrgrimesVariables:
241590Srgrimes---------
251590Srgrimes
261590SrgrimesTip's internal workings revolve around a set of (possibly)
271590Srgrimesuser defined variables.  These are statically initialized
281590Srgrimesin vars.c, and from the remote file.
291590Srgrimes
301590SrgrimesNote that adding or deleting variables requires tip to be completedly
311590Srgrimesrecompiled, as indexes into the variable table are used to avoid
321590Srgrimesexpensive lookups.  These defines are set in tip.h.
331590Srgrimes
341590SrgrimesCommands:
351590Srgrimes--------
361590Srgrimes
371590SrgrimesThe command dispatch table is defined in cmdtab.c.  Commands
381590Srgrimesmay have attributes such as EXPerimental and PRIVileged (only
391590Srgrimesroot may execute).
401590Srgrimes
411590Srgrimes
421590Srgrimes
431590Srgrimes--------------------------------------------------------------------------
441590Srgrimes
451590SrgrimesRecent changes about Jan 82 
461590Srgrimes
471590SrgrimesA new, improved version of tip is now available.  The most important
481590Srgrimesaddition is the capacility to specify a phone number with tip.  The
491590Srgrimesdefault baud rate is 1200.  To use it do:
501590Srgrimes
511590Srgrimes	tip phone-number
521590Srgrimesor
531590Srgrimes	tip -300 phone-number
541590Srgrimes
551590Srgrimesfor 300 baud.
561590Srgrimes
571590SrgrimesA ~^Z command has been added to tip as well.
581590Srgrimes
591590SrgrimesA new cu program is available that interfaces to the tip program.
601590SrgrimesIt attempts to give the same user interface as cu but it is really
611590Srgrimesthe tip program so you have all the advantages of tip.  This allows
621590Srgrimescu (actually tip) to search for a free ACU instead of having the
631590Srgrimesuser specify which one he wants.
64