diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-16 08:43:07 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2004-10-16 08:43:07 +0000 |
| commit | 5c5cd6c8e7b9cc9c39e56d04459ff9f4b2408bc1 (patch) | |
| tree | 27f32fc9bf3cb037289399e845a7c48aada4daa9 /usr.bin/tip/README | |
| parent | e06b1220a2565309de654c909ca0c876cab9f0bc (diff) | |
| parent | 9f37b70b3f9b9fadaa66885f9c9fb7f1e8b637e3 (diff) | |
Notes
Diffstat (limited to 'usr.bin/tip/README')
| -rw-r--r-- | usr.bin/tip/README | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/usr.bin/tip/README b/usr.bin/tip/README new file mode 100644 index 000000000000..fb9af1574119 --- /dev/null +++ b/usr.bin/tip/README @@ -0,0 +1,63 @@ +# $FreeBSD$ + +Tip can be configured in a number of ways: + +ACU's: +----- + +ACU Define in makefile +-------------------- --------------- +BIZCOMP 1022, 1031 BIZ1022, BIZ1031 +DEC DF02-AC, DF03-AC DF02, DF03 +DEC DN-11/Able Quadracall DN11 +Ventel VENTEL +Vadic 831 V831 + +New ACU's may be added by editing the ACU description table +in acutab.c and writing a ``driver''. + +ACU usage can be monitored by defining ACULOG in the makefile. +If this is done and no phone numbers should appear in the +log file, define PRISTINE in the makefile. + +Variables: +--------- + +Tip's internal workings revolve around a set of (possibly) +user defined variables. These are statically initialized +in vars.c, and from the remote file. + +Note that adding or deleting variables requires tip to be completedly +recompiled, as indexes into the variable table are used to avoid +expensive lookups. These defines are set in tip.h. + +Commands: +-------- + +The command dispatch table is defined in cmdtab.c. Commands +may have attributes such as EXPerimental and PRIVileged (only +root may execute). + + + +-------------------------------------------------------------------------- + +Recent changes about Jan 82 + +A new, improved version of tip is now available. The most important +addition is the capacility to specify a phone number with tip. The +default baud rate is 1200. To use it do: + + tip phone-number +or + tip -300 phone-number + +for 300 baud. + +A ~^Z command has been added to tip as well. + +A new cu program is available that interfaces to the tip program. +It attempts to give the same user interface as cu but it is really +the tip program so you have all the advantages of tip. This allows +cu (actually tip) to search for a free ACU instead of having the +user specify which one he wants. |
