[BACK]Return to telnet.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / telnet

Diff for /src/usr.bin/telnet/telnet.1 between version 1.4 and 1.5

version 1.4, 1996/12/10 09:06:36 version 1.5, 1997/05/29 23:53:46
Line 549 
Line 549 
 .El  .El
 .It Xo  .It Xo
 .Ic open Ar host  .Ic open Ar host
 .Oo Op Fl l  .Op Fl l Ar user
 .Ar user  .Oo Op Fl
 .Oc Ns Oo Fl  
 .Ar port Oc  .Ar port Oc
 .Xc  .Xc
 Open a connection to the named host.  Open a connection to the named host.
Line 566 
Line 565 
 or an Internet address specified in the \*(Lqdot notation\*(Rq (see  or an Internet address specified in the \*(Lqdot notation\*(Rq (see
 .Xr inet 3 ) .  .Xr inet 3 ) .
 The  The
 .Op Fl l  .Fl l
 option may be used to specify the user name  option may be used to specify the user name
 to be passed to the remote system via the  to be passed to the remote system via the
 .Ev ENVIRON  .Ev ENVIRON
Line 945 
Line 944 
 preceded by this character at the beginning of a line.  preceded by this character at the beginning of a line.
 This character, at the beginning of a line followed by  This character, at the beginning of a line followed by
 a "."  closes the connection; when followed by a ^Z it  a "."  closes the connection; when followed by a ^Z it
 suspends the telnet command.  The initial state is to  suspends the
   .Nm telnet
   command.  The initial state is to
 disable the rlogin escape character.  disable the rlogin escape character.
 .It Ic start  .It Ic start
 If the  If the
Line 955 
Line 956 
 be the terminal's  be the terminal's
 .Ic start  .Ic start
 character.  character.
 The initial value for the kill character is taken to be  The initial value for the start character is taken to be
 the terminal's  the terminal's
 .Ic start  .Ic start
 character.  character.
Line 967 
Line 968 
 be the terminal's  be the terminal's
 .Ic stop  .Ic stop
 character.  character.
 The initial value for the kill character is taken to be  The initial value for the stop character is taken to be
 the terminal's  the terminal's
 .Ic stop  .Ic stop
 character.  character.
Line 1269 
Line 1270 
 .Ic abort  ,  .Ic abort  ,
 and  and
 .Ic eof and  .Ic eof and
 .B suspend  .Ic suspend
 are sent as  are sent as
 .Ic eof and  .Ic eof and
 .Ic susp ,  .Ic susp
 see  (see
 .Ic send  .Ic send
 above).  above).
 .It Ic netdata  .It Ic netdata
Line 1319 
Line 1320 
 .Ic verbose_encrypt  .Ic verbose_encrypt
 toggle is  toggle is
 .Dv TRUE ,  .Dv TRUE ,
 .Tn TELNET  .Nm telnet
 prints out a message each time encryption is enabled or  prints out a message each time encryption is enabled or
 disabled.  The initial value for this toggle is  disabled.  The initial value for this toggle is
 .Dv FALSE.  .Dv FALSE.
Line 1338 
Line 1339 
 .It Ic \&! Op Ar command  .It Ic \&! Op Ar command
 Execute a single command in a subshell on the local  Execute a single command in a subshell on the local
 system.  If  system.  If
 .Ic command  .Ar command
 is omitted, then an interactive  is omitted, then an interactive
 subshell is invoked.  subshell is invoked.
 .It Ic \&? Op Ar command  .It Ic \&? Op Ar command

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5