summaryrefslogtreecommitdiff
path: root/static/freebsd/man5/networks.5 4.html
diff options
context:
space:
mode:
Diffstat (limited to 'static/freebsd/man5/networks.5 4.html')
-rw-r--r--static/freebsd/man5/networks.5 4.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/static/freebsd/man5/networks.5 4.html b/static/freebsd/man5/networks.5 4.html
new file mode 100644
index 00000000..329d1a20
--- /dev/null
+++ b/static/freebsd/man5/networks.5 4.html
@@ -0,0 +1,65 @@
+<table class="head">
+ <tr>
+ <td class="head-ltitle">NETWORKS(5)</td>
+ <td class="head-vol">File Formats Manual</td>
+ <td class="head-rtitle">NETWORKS(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">networks</code> &#x2014; <span class="Nd">network
+ name 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 <code class="Nm">networks</code> file contains information
+ regarding the known networks which comprise the DARPA Internet. For each
+ network a single line should be present with the following information:</p>
+<div class="Bd Pp Bd-indent">
+<pre>official network name
+network number
+aliases</pre>
+</div>
+<p class="Pp">Items are separated by any number of blanks and/or tab characters.
+ A ``#'' indicates the beginning of a comment; characters up to the end of
+ the line are not interpreted by routines which search the file. This file is
+ normally created from the official network data base maintained at the
+ Network Information Control Center (NIC), though local changes may be
+ required to bring it up to date regarding unofficial aliases and/or unknown
+ networks.</p>
+<p class="Pp">Network numbers may be specified in the conventional ``.'' (dot)
+ notation using the <a class="Xr">inet_network(3)</a> routine from the
+ Internet address manipulation library, <a class="Xr">inet(3)</a>. Network
+ names may contain any printable character other than a field delimiter,
+ newline, or comment character.</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/networks</span></dt>
+ <dd>The <code class="Nm">networks</code> file resides in
+ <span class="Pa">/etc</span>.</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">getnetent(3)</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">networks</code> file format appeared in
+ <span class="Ux">4.2BSD</span>.</p>
+</section>
+<section class="Sh">
+<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1>
+<p class="Pp">A name server should be used instead of a static file.</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>