blob: e0a46d28ad7a329ddf60625db39d27c5a4cfc726 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
<table class="head">
<tr>
<td class="head-ltitle">PHONES(5)</td>
<td class="head-vol">File Formats Manual</td>
<td class="head-rtitle">PHONES(5)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">phones</code> — <span class="Nd">remote
host phone number data base</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The file <span class="Pa">/etc/phones</span> contains the
system-wide private phone numbers for the <a class="Xr">tip(1)</a> program.
This file is normally unreadable, and so may contain privileged information.
The format of the file is a series of lines of the form:
<system-name>[ \t]*<phone-number>. The system name is one
of those defined in the <a class="Xr">remote(5)</a> file and the phone
number is constructed from any sequence of characters terminated only by
``,'' or the end of the line. The ``='' and ``*'' characters are indicators
to the auto call units to pause and wait for a second dial tone (when going
through an exchange). The ``='' is required by the DF02-AC and the ``*'' is
required by the BIZCOMP 1030.</p>
<p class="Pp">Only one phone number per line is permitted. However, if more than
one line in the file contains the same system name <a class="Xr">tip(1)</a>
will attempt to dial each one in turn, until it establishes a
connection.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag Bl-compact">
<dt><span class="Pa">/etc/phones</span></dt>
<dd style="width: auto;"> </dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">tip(1)</a>, <a class="Xr">remote(5)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">phones</code> file appeared in
<span class="Ux">4.2BSD</span>.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">June 5, 1993</td>
<td class="foot-os">FreeBSD 15.0</td>
</tr>
</table>
|