No empty .Rs/.Re
[netbsd-mini2440.git] / usr.bin / tip / tip.1
blobef1a6dbec253aceef7658782b48a228fedce9bcd
1 .\"     $NetBSD: tip.1,v 1.30 2009/01/17 20:59:01 wiz Exp $
2 .\"
3 .\" Copyright (c) 1980, 1990, 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     @(#)tip.1       8.4 (Berkeley) 4/18/94
31 .\"
32 .Dd November 29, 2006
33 .Dt TIP 1
34 .Os
35 .Sh NAME
36 .Nm tip ,
37 .Nm cu
38 .Nd serial terminal emulator
39 .Sh SYNOPSIS
40 .Nm
41 .Op Fl v
42 .Fl Ns Ns Ar speed
43 .Ar system\-name
44 .Nm
45 .Op Fl v
46 .Fl Ns Ns Ar speed
47 .Ar phone\-number
48 .Nm cu
49 .Op Ar options
50 .Ar phone\-number
51 .Nm cu
52 .Op Ar options
53 .Dq Ar dir
54 .Nm cu
55 .Fl -help
56 .Sh DESCRIPTION
57 .Nm
58 and
59 .Nm cu
60 are used to connect to another system over a serial link.
61 In the era before modern networks, they were typically used to
62 connect to a modem in order to dial in to a remote host.
63 They are now frequently used for tasks such as attaching to the
64 serial console of another machine for administrative or
65 debugging purposes.
66 .Pp
67 The following option is available for
68 .Nm :
69 .Bl -tag -width 4n
70 .It Fl v
71 Set verbose mode.
72 .El
73 .Pp
74 The following options are available for
75 .Nm cu :
76 .Bl -tag -width 4n
77 .It Fl a Ar acu
78 Set the ACU port.
79 .It Fl c Ar number
80 Call this number.
81 .It Fl E Ar char
82 Use this escape character.
83 .It Fl e
84 Use even parity.
85 .It Fl F Ar flow
86 Set flow control to
87 .Ar hard ,
88 .Ar soft ,
90 .Ar none .
91 .It Fl f
92 Use no flow control.
93 .It Fl h
94 Echo characters locally (half-duplex mode).
95 .It Fl l Ar line
96 Specify the line to use.
97 Either of the forms like
98 .Pa tty00
100 .Pa /dev/tty00
101 are permitted.
102 .It Fl n
103 No escape (disable tilde).
104 .It Fl o
105 Use odd parity.
106 .It Fl P Ar parity
107 Set parity to
108 .Ar even
110 .Ar odd .
111 .It Fl p Ar acu
112 Set the ACU port.
113 .It Fl s Ar speed
114 Set the speed of the connection.
115 Defaults to 9600.
116 .It Fl t
117 Connect via a hard-wired connection to a host on a dial-up line.
121 .Nm cu ,
122 if both
123 .Fl e
125 .Fl o
126 are given, then no parity is used.
127 This is the default behaviour.
130 .Ar speed
131 is specified it will override any baudrate specified in the system
132 description being used.
134 If neither
135 .Ar speed
137 .Ar system-name
138 are specified,
139 .Ar system-name
140 will be set to the value of the
141 .Ev HOST
142 environment variable.
145 .Ar speed
146 is specified but
147 .Ar system-name
148 is not,
149 .Ar system-name
150 will be set to a value of
151 .Dq tip
152 with
153 .Ar speed
154 appended.
155 e.g.\&
156 .Ic tip -1200
157 will set
158 .Ar system-name
160 .Dq tip1200 .
162 Typed characters are normally transmitted directly to the remote
163 machine (which does the echoing as well).
164 A tilde (`~') appearing
165 as the first character of a line is an escape signal; the following
166 are recognized:
167 .Bl -tag -width flag
168 .It Ic \&~^D No or Ic \&~ .
169 Drop the connection and exit
170 (you may still be logged in on the
171 remote machine).
172 .It Ic \&~c Op Ar name
173 Change directory to
174 .Ar name
175 (no argument
176 implies change to your home directory).
177 .It Ic \&~!
178 Escape to a shell (exiting the shell will
179 return you to tip).
180 .It Ic \&~\*[Gt]
181 Copy file from local to remote.
183 prompts for the name of a local file to transmit.
184 .It Ic \&~\*[Lt]
185 Copy file from remote to local.
187 prompts first for the name of the file to be sent, then for
188 a command to be executed on the remote machine.
189 .It Ic \&~p Ar from Op Ar to
190 Send a file to a remote
192 host.
193 The put command causes the remote
195 system to run the command string ``cat \*[Gt] 'to''', while
197 sends it the ``from''
198 file.
199 If the ``to'' file isn't specified the ``from'' file name is used.
200 This command is actually a
202 specific version of the ``~\*[Gt]'' command.
203 .It Ic \&~t Ar from Op Ar to
204 Take a file from a remote
206 host.
207 As in the put command the ``to'' file
208 defaults to the ``from'' file name if it isn't specified.
209 The remote host
210 executes the command string ``cat 'from';echo ^A'' to send the file to
211 .Nm .
212 .It Ic \&~|
213 Pipe the output from a remote command to a local
215 process.
216 The command string sent to the local
218 system is processed by the shell.
219 .It Ic \&~$
220 Pipe the output from a local
222 process to the remote host.
223 The command string sent to the local
225 system is processed by the shell.
226 .It Ic \&~C
227 Fork a child process on the local system to perform special protocols
228 such as
229 .Tn XMODEM .
230 The child program will be run with the following
231 arrangement of file descriptors:
232 .Bl -column -offset indent 0 "\*[Lt]-\*[Gt]" "remote tty in"
233 .It 0 Ta \*[Lt]-\*[Gt] Ta remote tty in
234 .It 1 Ta \*[Lt]-\*[Gt] Ta remote tty out
235 .It 2 Ta \*[Lt]-\*[Gt] Ta local tty out
237 .It Ic \&~+
238 Synonym for \&~C, provided for compatibility with other versions of
239 .Nm cu .
240 .It Ic \&~#
241 Send a
242 .Dv BREAK
243 to the remote system.
244 For systems which don't support the
245 necessary
246 .Ar ioctl
247 call the break is simulated by a sequence of line speed changes
249 .Dv DEL
250 characters.
251 .It Ic \&~s
252 Set a variable (see the discussion below).
253 .It Ic \&~^Z
254 Stop
256 (only available with job control).
257 .It Ic \&~^Y
258 Stop only the ``local side'' of
260 (only available with job control);
261 the ``remote side'' of
262 .Nm ,
263 the side that displays output from the remote host, is left running.
264 .It Ic \&~?
265 Get a summary of the tilde escapes
269 uses the file
270 .Pa /etc/remote
271 to find how to reach a particular
272 system and to find out how it should operate while talking
273 to the system;
274 refer to
275 .Xr remote  5
276 for a full description.
277 Each system has a default baud rate with which to
278 establish a connection.
279 If this value is not suitable, the baud rate
280 to be used may be specified on the command line, e.g.
281 .Ql "tip -300 mds" .
283 When
285 establishes a connection it sends out a
286 connection message to the remote system; the default value, if any,
287 is defined in
288 .Pa /etc/remote
289 (see
290 .Xr remote 5 ) .
292 When
294 prompts for an argument (e.g. during setup of
295 a file transfer) the line typed may be edited with the standard
296 erase and kill characters.
297 A null line in response to a prompt,
298 or an interrupt, will abort the dialogue and return you to the
299 remote machine.
302 guards against multiple users connecting to a remote system
303 by opening modems and terminal lines with exclusive access,
304 and by honoring the locking protocol used by
305 .Xr uucico 8 .
307 During file transfers
309 provides a running count of the number of lines transferred.
310 When using the ~\*[Gt] and ~\*[Lt] commands, the ``eofread'' and ``eofwrite''
311 variables are used to recognize end-of-file when reading, and
312 specify end-of-file when writing (see below).
313 File transfers normally depend on tandem mode for flow control.
314 If the remote
315 system does not support tandem mode, ``echocheck'' may be set
316 to indicate
318 should synchronize with the remote system on the echo of each
319 transmitted character.
321 When
323 must dial a phone number to connect to a system it will print
324 various messages indicating its actions.
326 supports the
327 .Tn DEC DN Ns -11
329 Racal-Vadic 831 auto-call-units;
331 .Tn DEC DF Ns \&02
333 .Tn DF Ns \&03 ,
334 Ventel 212+, Racal-Vadic 3451, and
335 Bizcomp 1031 and 1032 integral call unit/modems.
336 .Ss VARIABLES
338 maintains a set of
339 .Ar variables
340 which control its operation.
341 Some of these variables are read-only to normal users (root is allowed
342 to change anything of interest).
343 Variables may be displayed
344 and set through the ``s'' escape.
345 The syntax for variables is patterned
346 after
347 .Xr vi  1
349 .Xr Mail  1  .
350 Supplying ``all''
351 as an argument to the set command displays all variables readable by
352 the user.
353 Alternatively, the user may request display of a particular
354 variable by attaching a `?' to the end.
355 For example ``escape?'' displays
356 the current escape character.
358 Variables are numeric, string, character, or boolean values.
359 Boolean
360 variables are set merely by specifying their name; they may be reset
361 by prepending a `!' to the name.
362 Other variable types are set by
363 concatenating an `=' and the value.
364 The entire assignment must not
365 have any blanks in it.
366 A single set command may be used to interrogate
367 as well as set a number of variables.
368 Variables may be initialized at run time by placing set commands
369 (without the ``~s'' prefix in a file
370 .Pa .tiprc
371 in one's home directory).
373 .Fl v
374 option causes
376 to display the sets as they are made.
377 Certain common variables have abbreviations.
378 The following is a list of common variables,
379 their abbreviations, and their default values.
380 .Bl -tag -width Ar
381 .It Ar beautify
382 (bool) Discard unprintable characters when a session is being scripted;
383 abbreviated
384 .Ar be  .
385 .It Ar baudrate
386 (num) The baud rate at which the connection was established;
387 abbreviated
388 .Ar ba  .
389 .It Ar dialtimeout
390 (num) When dialing a phone number, the time (in seconds)
391 to wait for a connection to be established; abbreviated
392 .Ar dial  .
393 .It Ar echocheck
394 (bool) Synchronize with the remote host during file transfer by
395 waiting for the echo of the last character transmitted; default is
396 .Ar off  .
397 .It Ar eofread
398 (str) The set of characters which signify an end-of-transmission
399 during a ~\*[Lt] file transfer command; abbreviated
400 .Ar eofr  .
401 .It Ar eofwrite
402 (str) The string sent to indicate end-of-transmission during
403 a ~\*[Gt] file transfer command; abbreviated
404 .Ar eofw  .
405 .It Ar eol
406 (str) The set of characters which indicate an end-of-line.
408 will recognize escape characters only after an end-of-line.
409 .It Ar escape
410 (char) The command prefix (escape) character; abbreviated
411 .Ar es  ;
412 default value is `~'.
413 .It Ar exceptions
414 (str) The set of characters which should not be discarded
415 due to the beautification switch; abbreviated
416 .Ar ex  ;
417 default value is ``\et\en\ef\eb''.
418 .It Ar force
419 (char) The character used to force literal data transmission;
420 abbreviated
421 .Ar fo  ;
422 default value is `^P'.
423 .It Ar framesize
424 (num) The amount of data (in bytes) to buffer between file system
425 writes when receiving files; abbreviated
426 .Ar fr  .
427 .It Ar host
428 (str) The name of the host to which you are connected; abbreviated
429 .Ar ho  .
430 .It Ar prompt
431 (char) The character which indicates an end-of-line on the remote
432 host; abbreviated
433 .Ar pr  ;
434 default value is `\en'.
435 This value is used to synchronize during
436 data transfers.
437 The count of lines transferred during a file transfer
438 command is based on receipt of this character.
439 .It Ar raise
440 (bool) Upper case mapping mode; abbreviated
441 .Ar ra  ;
442 default value is
443 .Ar off  .
444 When this mode is enabled, all lower case letters will be mapped to
445 upper case by
447 for transmission to the remote machine.
448 .It Ar raisechar
449 (char) The input character used to toggle upper case mapping mode;
450 abbreviated
451 .Ar rc  ;
452 default value is `^A'.
453 .It Ar record
454 (str) The name of the file in which a session script is recorded;
455 abbreviated
456 .Ar rec  ;
457 default value is ``tip.record''.
458 .It Ar script
459 (bool) Session scripting mode; abbreviated
460 .Ar sc  ;
461 default is
462 .Ar off  .
463 When
464 .Ar script
466 .Li true  ,
468 will record everything transmitted by the remote machine in
469 the script record file specified in
470 .Ar record  .
471 If the
472 .Ar beautify
473 switch is on, only printable
474 .Tn ASCII
475 characters will be included in
476 the script file (those characters between 040 and 0177).
478 variable
479 .Ar exceptions
480 is used to indicate characters which are an exception to the normal
481 beautification rules.
482 .It Ar tabexpand
483 (bool) Expand tabs to spaces during file transfers; abbreviated
484 .Ar tab  ;
485 default value is
486 .Ar false .
487 Each tab is expanded to 8 spaces.
488 .It Ar tandem
489 (bool) Use XON/XOFF flow control to throttle data from the remote host;
490 abbreviated
491 .Ar ta .
492 The default value is
493 .Ar true
494 unless the
495 .Ar nt
496 capability has been specified in
497 .Pa /etc/remote ,
498 in which case the default value is
499 .Ar false .
500 .It Ar verbose
501 (bool) Verbose mode; abbreviated
502 .Ar verb  ;
503 default is
504 .Ar true  .
505 When verbose mode is enabled,
507 prints messages while dialing, shows the current number
508 of lines transferred during a file transfer operations,
509 and more.
511 .Sh ENVIRONMENT
513 uses the following environment variables:
514 .Bl -tag -width Fl
515 .It Ev SHELL
516 (str) The name of the shell to use for the ~! command; default
517 value is ``/bin/sh'', or taken from the environment.
518 .It Ev HOME
519 (str) The home directory to use for the ~c command; default
520 value is taken from the environment.
521 .It Ev HOST
522 Check for a default host if none specified.
525 The variables
526 .Ev ${REMOTE}
528 .Ev ${PHONES}
529 are also exported.
530 .Sh FILES
531 .Bl -tag -width /var/spool/lock/LCK..* -compact
532 .It Pa /etc/remote
533 Global system descriptions.
534 .It Pa /etc/phones
535 Global phone number data base.
536 .It ${REMOTE}
537 Private system descriptions.
538 .It ${PHONES}
539 Private phone numbers.
540 .It ~/.tiprc
541 Initialization file.
542 .It Pa tip.record
543 Record file.
545 .Sh DIAGNOSTICS
546 Diagnostics are, hopefully, self explanatory.
547 .Sh SEE ALSO
548 .Xr phones 5 ,
549 .Xr remote 5
550 .Sh HISTORY
553 command appeared in
554 .Bx 4.2 .
555 .Sh BUGS
556 The full set of variables is undocumented and should, probably, be
557 pared down.