=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/telnet/telnet.1,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/telnet/telnet.1 1996/12/10 09:06:36 1.4 --- src/usr.bin/telnet/telnet.1 1997/05/29 23:53:46 1.5 *************** *** 1,4 **** ! .\" $OpenBSD: telnet.1,v 1.4 1996/12/10 09:06:36 deraadt Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 --- 1,4 ---- ! .\" $OpenBSD: telnet.1,v 1.5 1997/05/29 23:53:46 deraadt Exp $ .\" $NetBSD: telnet.1,v 1.5 1996/02/28 21:04:12 thorpej Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 *************** *** 549,557 **** .El .It Xo .Ic open Ar host ! .Oo Op Fl l ! .Ar user ! .Oc Ns Oo Fl .Ar port Oc .Xc Open a connection to the named host. --- 549,556 ---- .El .It Xo .Ic open Ar host ! .Op Fl l Ar user ! .Oo Op Fl .Ar port Oc .Xc Open a connection to the named host. *************** *** 566,572 **** or an Internet address specified in the \*(Lqdot notation\*(Rq (see .Xr inet 3 ) . The ! .Op Fl l option may be used to specify the user name to be passed to the remote system via the .Ev ENVIRON --- 565,571 ---- or an Internet address specified in the \*(Lqdot notation\*(Rq (see .Xr inet 3 ) . The ! .Fl l option may be used to specify the user name to be passed to the remote system via the .Ev ENVIRON *************** *** 945,951 **** preceded by this character at the beginning of a line. This character, at the beginning of a line followed by a "." closes the connection; when followed by a ^Z it ! suspends the telnet command. The initial state is to disable the rlogin escape character. .It Ic start If the --- 944,952 ---- preceded by this character at the beginning of a line. This character, at the beginning of a line followed by a "." closes the connection; when followed by a ^Z it ! suspends the ! .Nm telnet ! command. The initial state is to disable the rlogin escape character. .It Ic start If the *************** *** 955,961 **** be the terminal's .Ic start character. ! The initial value for the kill character is taken to be the terminal's .Ic start character. --- 956,962 ---- be the terminal's .Ic start character. ! The initial value for the start character is taken to be the terminal's .Ic start character. *************** *** 967,973 **** be the terminal's .Ic stop character. ! The initial value for the kill character is taken to be the terminal's .Ic stop character. --- 968,974 ---- be the terminal's .Ic stop character. ! The initial value for the stop character is taken to be the terminal's .Ic stop character. *************** *** 1269,1279 **** .Ic abort , and .Ic eof and ! .B suspend are sent as .Ic eof and ! .Ic susp , ! see .Ic send above). .It Ic netdata --- 1270,1280 ---- .Ic abort , and .Ic eof and ! .Ic suspend are sent as .Ic eof and ! .Ic susp ! (see .Ic send above). .It Ic netdata *************** *** 1319,1325 **** .Ic verbose_encrypt toggle is .Dv TRUE , ! .Tn TELNET prints out a message each time encryption is enabled or disabled. The initial value for this toggle is .Dv FALSE. --- 1320,1326 ---- .Ic verbose_encrypt toggle is .Dv TRUE , ! .Nm telnet prints out a message each time encryption is enabled or disabled. The initial value for this toggle is .Dv FALSE. *************** *** 1338,1344 **** .It Ic \&! Op Ar command Execute a single command in a subshell on the local system. If ! .Ic command is omitted, then an interactive subshell is invoked. .It Ic \&? Op Ar command --- 1339,1345 ---- .It Ic \&! Op Ar command Execute a single command in a subshell on the local system. If ! .Ar command is omitted, then an interactive subshell is invoked. .It Ic \&? Op Ar command