BSD 4_1c_2 development
[unix-history] / usr / man / man5 / networks.5
CommitLineData
4f44dcb1
C
1.TH NETWORKS 5 "15 January 1983"
2.SH NAME
3networks \- network name data base
4.SH DESCRIPTION
5The
6.I networks
7file contains information regarding
8the known networks which comprise the DARPA Internet.
9For each network a single line should be present with the following information:
10.HP 10
11official network name
12.br
13.ns
14.HP 10
15network number
16.br
17.ns
18.HP 10
19aliases
20.PP
21Items are separated by any number of blanks and/or tab characters.
22A ``#'' indicates the beginning of a comment; characters up to the end of
23the line are not interpreted by routines which search the file.
24This file is normally created from the official network data base
25maintained at the Network Information Control Center (NIC), though local
26changes may be required to bring it up to date regarding unofficial aliases
27and/or unknown networks.
28.PP
29Network number may be specified in the conventional
30``.'' notation using the \fIinet_network\fP() routine
31from the Internet address manipulation library,
32.IR inet (3).
33Network names may contain any printable character other than a field
34delimiter, newline, or comment character.
35.SH FILES
36/etc/networks
37.SH "SEE ALSO"
38getnetent(3N)
39.SH BUGS
40A name server should be used instead of a static file.
41A binary indexed file format should be available for fast access.