BSD 4_4_Lite1 release
[unix-history] / usr / src / usr.bin / tip / tip.1
index ad8fa92..10b8a3e 100644 (file)
@@ -29,9 +29,9 @@
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.\"    @(#)tip.1       8.1 (Berkeley) 6/6/93
+.\"    @(#)tip.1       8.4 (Berkeley) 4/18/94
 .\"
 .\"
-.Dd June 6, 1993
+.Dd April 18, 1994
 .Dt TIP 1
 .Os BSD 4
 .Sh NAME
 .Dt TIP 1
 .Os BSD 4
 .Sh NAME
@@ -126,7 +126,7 @@ defaults to the ``from'' file name if it isn't specified.
 The remote host
 executes the command string ``cat 'from';echo ^A'' to send the file to
 .Nm tip  .
 The remote host
 executes the command string ``cat 'from';echo ^A'' to send the file to
 .Nm tip  .
-.It Ic \&~
+.It Ic \&~|
 Pipe the output from a remote command to a local
 .Ux
 process.
 Pipe the output from a remote command to a local
 .Ux
 process.
@@ -140,6 +140,19 @@ process to the remote host.
 The command string sent to the local
 .Ux
 system is processed by the shell.
 The command string sent to the local
 .Ux
 system is processed by the shell.
+.It Ic \&~C
+Fork a child process on the local system to perform special protocols
+such as \s-1XMODEM\s+1.  The child program will be run with the following
+somewhat unusual arrangement of file descriptors:
+.nf
+.in +1i
+0 <-> local tty in
+1 <-> local tty out
+2 <-> local tty out
+3 <-> remote tty in
+4 <-> remote tty out
+.in -1i
+.fi
 .It Ic \&~#
 Send a
 .Dv BREAK
 .It Ic \&~#
 Send a
 .Dv BREAK
@@ -203,7 +216,7 @@ remote machine.
 guards against multiple users connecting to a remote system
 by opening modems and terminal lines with exclusive access,
 and by honoring the locking protocol used by
 guards against multiple users connecting to a remote system
 by opening modems and terminal lines with exclusive access,
 and by honoring the locking protocol used by
-.Xr uucp 1 .
+.Xr uucico 8 .
 .Pp
 During file transfers
 .Nm tip
 .Pp
 During file transfers
 .Nm tip
@@ -238,7 +251,7 @@ Bizcomp 1031 and 1032 integral call unit/modems.
 maintains a set of
 .Ar variables
 which control its operation.
 maintains a set of
 .Ar variables
 which control its operation.
-Some of these variable are read-only to normal users (root is allowed
+Some of these variables are read-only to normal users (root is allowed
 to change anything of interest).  Variables may be displayed
 and set through the ``s'' escape.  The syntax for variables is patterned
 after
 to change anything of interest).  Variables may be displayed
 and set through the ``s'' escape.  The syntax for variables is patterned
 after
@@ -286,7 +299,7 @@ to wait for a connection to be established; abbreviated
 waiting for the echo of the last character transmitted; default is
 .Ar off  .
 .It Ar eofread
 waiting for the echo of the last character transmitted; default is
 .Ar off  .
 .It Ar eofread
-(str) The set of characters which signify and end-of-tranmission
+(str) The set of characters which signify an end-of-transmission
 during a ~< file transfer command; abbreviated
 .Ar eofr  .
 .It Ar eofwrite
 during a ~< file transfer command; abbreviated
 .Ar eofr  .
 .It Ar eofwrite
@@ -319,12 +332,12 @@ writes when receiving files; abbreviated
 (str) The name of the host to which you are connected; abbreviated
 .Ar ho  .
 .It Ar prompt
 (str) The name of the host to which you are connected; abbreviated
 .Ar ho  .
 .It Ar prompt
-(char) The character which indicates and end-of-line on the remote
+(char) The character which indicates an end-of-line on the remote
 host; abbreviated
 .Ar pr  ;
 default value is `\en'.  This value is used to synchronize during
 data transfers.  The count of lines transferred during a file transfer
 host; abbreviated
 .Ar pr  ;
 default value is `\en'.  This value is used to synchronize during
 data transfers.  The count of lines transferred during a file transfer
-command is based on recipt of this character.
+command is based on receipt of this character.
 .It Ar raise
 (bool) Upper case mapping mode; abbreviated
 .Ar ra  ;
 .It Ar raise
 (bool) Upper case mapping mode; abbreviated
 .Ar ra  ;
@@ -435,4 +448,4 @@ appeared command in
 .Bx 4.2 .
 .Sh BUGS
 The full set of variables is undocumented and should, probably, be
 .Bx 4.2 .
 .Sh BUGS
 The full set of variables is undocumented and should, probably, be
-paired down.
+pared down.