Sync usage with man page.
[netbsd-mini2440.git] / share / man / man5 / remote.5
blobdf94312f22b177a16a24f24acfe54511ef7c6355
1 .\"     $NetBSD: remote.5,v 1.10 2000/11/17 10:14:20 lukem Exp $
2 .\"
3 .\" Copyright (c) 1983, 1991, 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 .\"     @(#)remote.5    8.1 (Berkeley) 6/5/93
31 .\"
32 .Dd June 5, 1993
33 .Dt REMOTE 5
34 .Os
35 .Sh NAME
36 .Nm remote
37 .Nd remote host description file
38 .Sh DESCRIPTION
39 The systems known by
40 .Xr tip 1
41 and their attributes are stored in an
42 .Tn ASCII
43 file which
44 is structured somewhat like the
45 .Xr termcap 5
46 file.
47 Each line in the file provides a description for a single
48 .Em system .
49 Fields are separated by a colon
50 .Pq Dq \&: .
51 Lines ending in a \e character with an immediately following newline are
52 continued on the next line.
53 .Pp
54 The first entry is the name(s) of the host system.
55 If there is more than one name for a system, the names are separated
56 by vertical bars.
57 After the name of the system comes the fields of the description.
58 A field name followed by an `=' sign indicates a string value follows.
59 A field name followed by a `#' sign indicates a following numeric value.
60 .Pp
61 Entries named
62 .Dq tip*
63 and
64 .Dq cu*
65 are used as default entries by
66 .Xr tip 1 ,
67 and the
68 .Xr cu 1
69 interface to
70 .Xr tip 1 ,
71 as follows.
72 When
73 .Xr tip 1
74 is invoked with only a phone number, it looks for an entry
75 of the form
76 .Dq tip300 ,
77 where 300 is the baud rate with
78 which the connection is to be made.
79 When the
80 .Xr cu 1
81 interface is used, entries of the form
82 .Dq cu300
83 are used.
84 .Sh CAPABILITIES
85 Capabilities are either strings (str), numbers (num), or boolean flags (bool).
86 A string capability is specified by
87 .Em "capability=value" ;
88 for example,
89 .Dq Li dv=/dev/harris .
90 A numeric capability is specified by
91 .Em "capability#value" ;
92 for example,
93 .Dq Li xa#99 .
94 A boolean capability is specified by simply listing the capability.
95 .Bl -tag -width indent
96 .It Cm \&at
97 (str)
98 Auto call unit type.
99 .It Cm \&br
100 (num)
101 The baud rate used in establishing
102 a connection to the remote host.
103 This is a decimal number.
104 The default baud rate is 300 baud.
105 .It Cm \&cm
106 (str)
107 An initial connection message to be sent to the remote host.
108 For example, if a host is reached through a port selector, this might
109 be set to the appropriate sequence required to switch to the host.
110 .It Cm \&cu
111 (str)
112 Call unit if making a phone call.
113 Default is the same as the `dv' field.
114 .It Cm \&dc
115 (bool)
116 This host is directly connected, and tip should not expect carrier detect
117 to be high, nor should it exit if carrier detect drops.
118 .It Cm \&di
119 (str)
120 Disconnect message sent to the host when a
121 disconnect is requested by the user.
122 .It Cm \&du
123 (bool)
124 This host is on a dial-up line.
125 .It Cm \&dv
126 (str)
128 device(s) to open to establish a connection.
129 If this file refers to a terminal line,
130 .Xr tip 1
131 attempts to perform an exclusive open on the device to ensure only
132 one user at a time has access to the port.
133 .It Cm \&el
134 (str)
135 Characters marking an end-of-line.
136 The default is
137 .Dv NULL .
138 `~' escapes are only
139 recognized by
140 .Xr tip 1
141 after one of the characters in `el',
142 or after a carriage-return.
143 .It Cm \&fs
144 (str)
145 Frame size for transfers.
146 The default frame size is equal to
147 .Dv BUFSIZ .
148 .It Cm \&hd
149 (bool)
150 The host uses half-duplex communication, local
151 echo should be performed.
152 .It Cm \&hf
153 (bool)
154 Use hardware (RTS/CTS) flow control.
155 .It Cm \&ie
156 (str)
157 Input end-of-file marks.
158 The default is
159 .Dv NULL .
160 .It Cm \&oe
161 (str)
162 Output end-of-file string.
163 The default is
164 .Dv NULL .
165 When
166 .Xr tip 1
167 is transferring a file, this
168 string is sent at end-of-file.
169 .It Cm \&pa
170 (str)
171 The type of parity to use when sending data
172 to the host.
173 This may be one of
174 .Sy even ,
175 .Sy odd ,
176 .Sy none ,
177 .Sy zero
178 (always set bit 8 to zero),
179 .Sy one
180 (always set bit 8 to one).
181 The default is even parity.
182 .It Cm \&pn
183 (str)
184 Telephone number(s) for this host.
185 If the telephone number field contains an @ sign,
186 .Xr tip 1
187 searches the file
188 .Pa /etc/phones
189 file for a list of telephone numbers;
191 .Xr phones 5 .
192 .It Cm \&tc
193 (str)
194 Indicates that the list of capabilities is continued in the named
195 description.
196 This is used primarily to share common capability information.
199 Here is a short example showing the use of the capability continuation
200 feature:
201 .Bd -literal
202 UNIX-1200:\e
203 :dv=/dev/cau0:el=^D^U^C^S^Q^O@:du:at=ventel:ie=#$%:oe=^D:br#1200:
204 arpavax|ax:\e
205 :pn=7654321%:tc=UNIX-1200
207 .Sh FILES
208 .Bl -tag -width /etc/remote -compact
209 .It Pa /etc/remote
211 .Nm remote
212 host description file
213 resides in
214 .Pa /etc .
216 .Sh SEE ALSO
217 .Xr tip 1 ,
218 .Xr phones 5
219 .Sh HISTORY
222 file format appeared in
223 .Bx 4.2 .