diff options
Diffstat (limited to 'usr.bin/tip/tip.1')
-rw-r--r-- | usr.bin/tip/tip.1 | 40 |
1 files changed, 2 insertions, 38 deletions
diff --git a/usr.bin/tip/tip.1 b/usr.bin/tip/tip.1 index 33b1a81d672..a6d9aa67778 100644 --- a/usr.bin/tip/tip.1 +++ b/usr.bin/tip/tip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tip.1,v 1.40 2009/01/09 00:24:34 jmc Exp $ +.\" $OpenBSD: tip.1,v 1.41 2010/06/29 16:41:56 nicm Exp $ .\" $NetBSD: tip.1,v 1.7 1994/12/08 09:31:05 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)tip.1 8.4 (Berkeley) 4/18/94 .\" -.Dd $Mdocdate: January 9 2009 $ +.Dd $Mdocdate: June 29 2010 $ .Dt TIP 1 .Os .Sh NAME @@ -320,29 +320,6 @@ may be set to indicate .Nm should synchronize with the remote system on the echo of each transmitted character. -.Pp -When -.Nm -must dial a phone number to connect to a system it will print various -messages indicating its actions. -.Nm -supports a variety of auto-call units and modems with the -.Ar at -capability in system descriptions. -.Pp -Support for Ventel 212+ (ventel), Hayes AT-style (hayes), -USRobotics Courier (courier), Telebit T3000 (t3000) and -Racal-Vadic 831 (vadic) units is enabled by default. -.Pp -Support for Bizcomp 1031[fw] (biz31[fw]), Bizcomp 1022[fw] -(biz22[fw]), DEC DF0[23]-AC (df0[23]), DEC DN-11 (dn11) and -Racal-Vadic 3451 (v3451) units can be added by recompiling -.Nm tip -with the appropriate defines. -.Pp -Note that if support for both the Racal-Vadic 831 and 3451 is enabled -they are referred to as the v831 and v3451 respectively. -If only one of the two is supported, it is referred to as vadic. .Ss VARIABLES .Nm maintains a set of variables which control its operation. @@ -400,10 +377,6 @@ abbreviated (bool) Discard unprintable characters when a session is being scripted; abbreviated .Ar be . -.It Ar dialtimeout -(num) When dialing a phone number, the time (in seconds) to wait for a -connection to be established; abbreviated -.Ar dial . .It Ar echocheck (bool) Synchronize with the remote host during file transfer by waiting for the echo of the last character transmitted; default is @@ -547,10 +520,6 @@ command. The default value for .Ar system-name if none is specified via the command line. -.It Ev PHONES -A path to a -.Xr phones 5 -database. .It Ev REMOTE A system description, or an absolute path to a .Xr remote 5 @@ -567,10 +536,6 @@ command; default value is initialization file .It Pa tip.record record file -.It Pa /etc/phones -default -.Xr phones 5 -file .It Pa /etc/remote global .Xr remote 5 @@ -583,7 +548,6 @@ lock file to avoid conflicts with .El .Sh SEE ALSO .Xr cu 1 , -.Xr phones 5 , .Xr remote 5 .Sh HISTORY The |